Hi,

I've been trying for a while to create a Calc addin.

First, I followed the instructions in
http://wiki.services.openoffice.org/wiki/Calc/Add-In/Simple_Calc_Add-In
http://wiki.services.openoffice.org/wiki/Calc/Add-In/CompleteAddIn

And it worked (with some minor changes), but the deployment is a bit obscure, 
requiring the user to
change some config files of OpenOffice.

Then, I've learnt on this mailing list that there is a new preferred way of 
doing that, using
extensions, xcu, oxt files.
Something can be found here
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/File_Format
http://wiki.services.openoffice.org/wiki/Calc/Add-In/Project_Type
but it does not seem to give any full example, and detailed specifications.

It seems NetBeans can create a project of type Calc addin, but I've never used 
it.

There is a project called QuantLibAddin http://quantlib.org/quantlibaddin/ that 
seems to follow the
old method.

Does anybody know if I can find some documentation?
Especially it is not clear to me

1) which interfaces I need to implement. The first method seems to indicate the 
XAddIn must be
there, while the second seems to say the opposite.
2) how I can deploy it.

I prefer to be in control of the whole process and not use NetBeans or any 
other IDE, and I am
writing code in C++.

A working example could be very useful as well.

Thanks

Andrea


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

Reply via email to