Function/Class List

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
brainwav
Posts: 7
Joined: Fri Feb 01, 2008 4:35 pm

Function/Class List

Post by brainwav »

Hi, I'm still new to OpenOffice. I'm trying to figure out this Basic language for the Calc app. I keep doing searches for it and keep finding examples, but nothing that tells me all the member function for each class. I'd also like to see a list of variables, objects, struct, classes and whatever else I need to program in this language. Is there a reference anywhere that has this stuff?
User avatar
Villeroy
Volunteer
Posts: 31264
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Function/Class List

Post by Villeroy »

My favourites:
http://ooomacros.org/dev.php download the xray tool, which is almost indispensable for Basic coders.
http://www.pitonyak.org/book/
http://www.pitonyak.org/oo.php

The following two ...
http://api.openoffice.org/DevelopersGui ... Guide.html
http://api.openoffice.org/docs/common/r ... le-ix.html
are included in the downloadable SDK http://download.openoffice.org/sdk.html and should be used together with the xray tool.

95% of the Basic language itself is documented in the help files. You'll find more details in the developer's guide. The API is completely independent from a specific language. You can access the same services from many other languages.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply