Welcome to NuclearPants.com   
...different bottle, same great taste!
OpenOffice API Resources

OpenOffice Blog here at NuclearPants >>

OpenOffice Macros Explained Book >>

http://wiki.services.openoffice.org/wiki/MediaWiki:Collections/Developer%27s_Guide_-_First_Steps

 

http://api.openoffice.org/

 

http://codesnippets.services.openoffice.org/Writer/java.xml

Good page on Star Basic API:

http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/StarDesktop

 

Display info about a given object, allows you to know what properties are available and what methods you can call on it...

Example, say you have object vObj, you can display this way:

MsgBox  vObj.dbg_methods              'Methods for this object.
MsgBox  vObj.dbg_supportedInterfaces  'Interfaces for by this objec
MsgBox  vObj.dbg_properties           'Properties for this object.

The Structure of Text Documents:

http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Structure_of_Text_Documents