HelperAPI project

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
mathew
Posts: 7
Joined: Sat Apr 19, 2008 3:04 am

HelperAPI project

Post by mathew »

I've come across the HelperAPI sub-project in the API project. As a java programmer the java classes look useful, but it appears that there has been only the intial commit in March-2007 and this message sent to dev@api.openoffice.org suggests that it might be part of the VBA support.

Questions
  • Should I be using the HelperAPI code in my own projects?
  • Is there any documentation?
Checkout from CVS
To look at the code further, I tried to check the code out of cvs, but the command

Code: Select all

cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout api
returned the contents of api/api.
I also tried:

Code: Select all

cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout helperapi
but that returned the error 'cannot find module helperapi'.
Sourceforge projects using OpenOffice: asas & hubung
Post Reply