| View previous topic :: View next topic |
| Author |
Message |
iluvatar General User

Joined: 29 Feb 2004 Posts: 27
|
Posted: Fri Mar 05, 2004 7:55 am Post subject: basic reference |
|
|
hi everybody,
i searched a while on the internet but couldn't find it... a reference document for all objects with their properties and functions for the basic macro language of open office, i guess i overlooked some place? found some tutorials etc.etc. but not the full reference? anyone knows where i can download something like this?
greetings,
Iluvatar |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
Posted: Fri Mar 05, 2004 8:06 am Post subject: |
|
|
| iluvatar wrote: | | a reference document for all objects with their properties and functions for the basic macro language of open office |
There are two things you are lumping together here.
1. There is whatever programming language you choose to use (i.e. OOo's Basic)
2. The OOo API
The API is the same no matter what programming language you choose.
To learn about item 1, the OOo Basic Language, look no further than the online help within the OOo software itself.
To learn about the API, try these to get started.....
http://www.oooforum.org/forum/viewtopic.php?p=55514#55514
http://www.oooforum.org/forum/viewtopic.php?t=5421
http://www.oooforum.org/forum/viewtopic.php?t=3687
http://www.oooforum.org/forum/viewtopic.php?t=3590
Basic Programmer's Guide is here....
http://docs.sun.com/db/coll/999.2
StarOffice 7 Basic Programmer's Guide, English
http://docs.sun.com/db/doc/817-1826?q=StarOffice
Available in other languages...
http://api.openoffice.org/TipsAndTricks/external.html
StarOffice 6 Basic Programmer's Guide, English
http://docs.sun.com/db/doc/817-1826-10
StarOffice 6 Product Documentation
http://docs.sun.com/db/coll/999.2
OpenOffice Macro Document by Andrew Pitonyak
http://www.pitonyak.org/AndrewMacro.sxw
Lots of macros here...
http://www.OOoMacros.org
StarBasic FAQ (German only)
http://www.dannenhoefer.de/faqstarbasic.htm
API Tips and Tricks (external)
http://api.openoffice.org/TipsAndTricks/external.html
http://www.oooforum.org/forum/viewtopic.php?p=13511#13511
http://www.oooforum.org/forum/viewtopic.php?p=15399#15399
http://www.oooforum.org/forum/viewtopic.php?p=15246#15246
http://www.oooforum.org/forum/viewtopic.php?p=11995#11995
http://www.oooforum.org/forum/viewtopic.php?t=3479
http://www.oooforum.org/forum/viewtopic.php?p=16186#16186
http://www.oooforum.org/forum/viewtopic.php?t=4608
http://www.oooforum.org/forum/viewtopic.php?p=13834#13834
http://www.oooforum.org/forum/viewtopic.php?p=15034#15034
http://www.oooforum.org/forum/viewtopic.php?t=3735
http://www.oooforum.org/forum/viewtopic.php?t=3681
XShapes, DrawPage, GenericDrawPage
http://www.oooforum.org/forum/viewtopic.php?t=5328
Developer's Guide
http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html
(Developer's Guide TOC is here)
http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.htm
and the online API reference....
http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html
Useful links from Russ...
http://www.oooforum.org/forum/viewtopic.php?p=16374#16374
How to navigate the OOo API Docs
================================
http://www.oooforum.org/forum/viewtopic.php?p=13511#13511
http://www.oooforum.org/forum/viewtopic.php?p=15399#15399
http://www.oooforum.org/forum/viewtopic.php?p=15246#15246
http://www.oooforum.org/forum/viewtopic.php?p=11995#11995
http://www.oooforum.org/forum/viewtopic.php?t=3479
http://www.oooforum.org/forum/viewtopic.php?p=16186#16186
http://www.oooforum.org/forum/viewtopic.php?t=4608
http://www.oooforum.org/forum/viewtopic.php?p=13834#13834
http://www.oooforum.org/forum/viewtopic.php?p=15034#15034
http://www.oooforum.org/forum/viewtopic.php?t=3735
http://www.oooforum.org/forum/viewtopic.php?t=3681
XShapes, DrawPage, GenericDrawPage
http://www.oooforum.org/forum/viewtopic.php?t=5328
Developer's Guide
http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html
(Developer's Guide TOC is here)
http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.htm
and the online API reference....
http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html
Useful links from Russ...
http://www.oooforum.org/forum/viewtopic.php?p=16374#16374
Various languages and OOo
===============================
http://www.oooforum.org/forum/viewtopic.php?p=17242#17242
http://www.oooforum.org/forum/viewtopic.php?p=18256#18256
http://www.oooforum.org/forum/viewtopic.php?t=3735
http://www.oooforum.org/forum/viewtopic.php?t=3836
http://www.oooforum.org/forum/viewtopic.php?t=3530
http://www.oooforum.org/forum/viewtopic.php?t=3502
Difference between Win32 bridge and listen for UNO connections
http://www.oooforum.org/forum/viewtopic.php?t=3481
Bridge_GetStruct
http://www.oooforum.org/forum/viewtopic.php?t=3510
OOo Basic language issues
=========================
MakePropertyValue
http://www.oooforum.org/forum/viewtopic.php?t=4635
Array Semantics
http://www.oooforum.org/forum/viewtopic.php?t=4615
http://www.oooforum.org/forum/viewtopic.php?t=4608
Any reason to use Dim statement?
http://www.oooforum.org/forum/viewtopic.php?t=5845
Basic syntax sugar
http://www.oooforum.org/forum/viewtopic.php?p=12498#12498
Jim's StarOffice Basic Tips, a series
http://www.oooforum.org/forum/viewtopic.php?t=5544
Visual Basic (i.e. from Microsoft)
============
http://www.oooforum.org/forum/viewtopic.php?t=4968
http://www.oooforum.org/forum/viewtopic.php?p=12256#12256
http://www.oooforum.org/forum/viewtopic.php?t=4587
General Visual Basic document conversion of Text...
http://www.oooforum.org/forum/viewtopic.php?p=22034#22034
Some translation notes
http://www.oooforum.org/forum/viewtopic.php?t=5217
A particular translation problem to VB from MacroRecorder
http://www.oooforum.org/forum/viewtopic.php?t=4956
Scripting.FileSystemObject
http://www.oooforum.org/forum/viewtopic.php?t=1669
http://www.oooforum.org/forum/viewtopic.php?p=13834#13834
http://www.oooforum.org/forum/viewtopic.php?t=3993
http://www.oooforum.org/forum/viewtopic.php?t=4038
http://www.oooforum.org/forum/viewtopic.php?t=3976
http://www.oooforum.org/forum/viewtopic.php?t=3893
http://www.oooforum.org/forum/viewtopic.php?t=3194
Danny's MakePropertyValue in Visual Basic
http://www.oooforum.org/forum/viewtopic.php?p=22029#22029
PropertyValue
http://www.oooforum.org/forum/viewtopic.php?t=3453
http://www.oooforum.org/forum/viewtopic.php?p=12231
http://www.oooforum.org/forum/viewtopic.php?p=12259#12259
Bridge_GetStruct
http://www.oooforum.org/forum/viewtopic.php?t=3510
Calc example
http://www.oooforum.org/forum/viewtopic.php?p=14408#14408
http://www.oooforum.org/forum/viewtopic.php?t=3554
Mailmerge with VB
http://www.oooforum.org/forum/viewtopic.php?t=3313
Printing, page range
http://www.oooforum.org/forum/viewtopic.php?t=5124
SergeM's links
http://www.oooforum.org/forum/viewtopic.php?t=5816
Access Windows Registry from VB...
http://www.oooforum.org/forum/viewtopic.php?t=6221 _________________ Want to make OOo Drawings like the colored flower design to the left?
Last edited by DannyB on Tue Nov 16, 2004 8:49 am; edited 1 time in total |
|
| Back to top |
|
 |
iluvatar General User

Joined: 29 Feb 2004 Posts: 27
|
Posted: Fri Mar 05, 2004 8:07 am Post subject: |
|
|
| WOW need some years to read this :p thnx! |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
iluvatar General User

Joined: 29 Feb 2004 Posts: 27
|
Posted: Mon Mar 08, 2004 3:17 am Post subject: |
|
|
LOL a few months than, okay thanx for helping! |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|