Title : uno-skeletonmaker
Location: http://specs.openoffice.org/sdk/tools/spec_uno-skeletonmaker.odt
Status : in progress
Abstract:
The uno-skeletonmaker is a tool which primary generates code based on
UNOIDL type information and/or specific commands to generate specialized
code skeletons for various interfaces (e.g. Calc Add-ins, Add-ons,
general component, ...).
The uno-skeletonmaker can be used for example to dump method
declarations on stdout only for direct usage in own source files or it
can be used to generate complete code skeleton source files which have
to be completed. The first use case is useful because the javamaker
generates only class files and having the method declarations in place
would simplify the implementation of UNO objects. It simplifies also the
task of declaring all inherited interface methods in own implementations
which is primary a copy from the generated header (C++) into the
implementation class and/or empty method bodies in the implementation
source. The second use case is very useful to speed up the
implementation of UNO objects or components because the major part of
such an implementation can be generated from the given information and
only the pure implementation of for example the method bodies needs
deeper knowledge and effort by the developer.
Issues: i56247
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]