Creating extensions for LibreOffice Calc

Miklos Vajna vmiklos at suse.cz
Tue Aug 6 02:50:59 PDT 2013


On Tue, Aug 06, 2013 at 05:29:27PM +1000, John Pye <john.pye at anu.edu.au> wrote:
> Thanks for that. Do you know how often we would need to recompile
> extensions for Calc? Every major release, or every minor release, or
> less often?

Worst case, every major release (like 4.1 -> 4.2).

> Does it matter that the API changes at all, or only if
> the bits used by the add-in have changed?

The later.

> Is there a way, without
> careful re-testing, to determine whether or not one can expect a
> simple Calc Add-In to be compatible with a given version of
> LibreOffice?

You can't avoid testing if you develop software, but one systematic way
is to read the release notes of major releases, there such changes are
documented, e.g. for 4.1:

https://wiki.documentfoundation.org/ReleaseNotes/4.1#API_Changes

and then see if any of the changes API's are used by your extension.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20130806/2172ed62/attachment.pgp>


More information about the LibreOffice mailing list