OpenOffice.org 2.0.4 Software Development Kit (SDK)
The OpenOffice.org SDK is an add-on for the OpenOffice.org office suite. It provides the necessary tools and documentation for programming the OpenOffice.org APIs and creating own extensions (UNO components) for OpenOffice.org.
What's new in OpenOffice.org 2.0.4 SDK?
- API's
We have introduced 18 new UNO IDL types. Please see "Overview of new API's" for a roughly overview of new API's. But we have also removed 3 not published types because they were unnecessary and was never used. - new developpment tool uno-skeletonmaker
With this version of the SDK we have introduced a new helper tool to simplify the development of UNO components. The uno-skeletonmaker is a command line tool and can be used to speed up the initial work of your development. The tool supports two modes for either dumping type mappings for Java and C++ on stdout or to generate complete code skeletons for UNO components. Try it out!