Johnny Rosenberg wrote:
Anyone who can point me to somewhere where I can learn to create an
add-on or extension? My thought is that the person to whom I send it
should easily install it by the extension manager, so I guess I need
to create an OXT somehow. How is all that done properly?
Hi Johnny.
I am only familiar with Calc add-ins so my answer is biased towards that.
I would recommand that you take a look at
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Checklist_for_Writing_Extensions
http://wiki.services.openoffice.org/wiki/Calc/Add-In
If you're only deploying OOo Basic macros I think you can get away with
just exporting a Basic library as an .OXT with the Library Organizer. If
you need to deploy spreadsheet functions you can't do it with Basic only
and you need to (also) use Java, Python or C++, e.g.
http://wiki.services.openoffice.org/wiki/Calc/Add-In/Python_How-To
Cheers
-- Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]