Hi Cedric,

Cedric Bosdonnat wrote:
Hi Juergen, all,

Is there a place describing how to configure the functions descriptions,
display name and their different locale values for use with the
uno-skeletonmaker ?
The skeletonmaker generates only the pure Java or C++ code. The displaynames, decription etc. are specified in a xcu file and have to be deployed with the component in one package. The internal code in the office takes care of this new configuration. I thought that it is not necessary to define a further format as input for the skeletonmaker. All this values are not necessary in the add-in implementation because they are used by Calc directly over the configuration. The NetBeans integration generates the xcu file based on the inserted values in the wizard. The UI for that has to be implemented either way and it is a well defined xml format, so it should be easy to generate it directly from the Eclipse plugin.

You can find the schema in your office installation (at least 2.1) under <office>/share/registry/schema/org/openoffice/Office/CalcAddins.xcs

I hope this helps

Juergen





I saw that I could use the -n and -t options to define the Addin
implementation and IDL service, but is there any way to configure the
descriptions ? I haven't seen it in the `uno-skeletonmaker --help`.




Thanks,
Cedric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to