Issue 6782 - How to convert macro StarOffice5.2 to OpenOffice ?
Summary: How to convert macro StarOffice5.2 to OpenOffice ?
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Other OS
: P3 Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@api
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2002-08-06 10:09 UTC by markcc
Modified: 2013-02-24 21:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description markcc 2002-08-06 10:09:43 UTC
I have macro in StarOffice5.2
In DialogBox eg. DIALOG2 is inserted object "Previev1" , dimensions 7000,4000
There is inserted Key "RYSUJ" and assigned to macro "RysujLinie"

Macro Main - show Dialog2 on komputer screen
Macro RysujLinie -  if user pussh key "Rysuj" then program plot line in Dialog2

'==============
Sub Mainload DIALOG2Dialog2.show
End Sub

Sub RysujLinie
Dialog2.Preview1.DrawLine (100,1000,2500,2200)
end sub
'================

Question - How convert this macro StarOffice5.2 basic that 
obtain this same effect in OpenOffice1.0 basic?
Comment 1 prgmgr 2002-08-09 16:12:46 UTC
Mark, please post your question to the users mailing list.

You should be able to get assistance there.
Comment 2 prgmgr 2002-08-09 16:13:38 UTC
Closed.