|
From: Eric E. <eri...@re...> - 2015-07-12 09:57:54
|
Hi Lars, This is great! Would it be possible for you to send me a pull request for this? If you could do it against my v1.6.x branch then I will include it in the 1.6 release which I am preparing now. Otherwise if you do it against my master then it will go in to 1.7. Kind Regards, Eric On Fri, 10 Jul 2015 19:05:55 +0200 Lars Callenbach <lar...@gm...> wrote: > Hello, > > I have extended the addin code for the LibreOffice calc plugin. > Changes: 1) vetor return values (iteration over std::vector results) > 2) return type seqseq(ANY) for all addin functions to provide addin > access to exceptions (exception messages will be displayed in cells) > 3) implementation of default value handling (ANY::hasValue() function) > 4) works clean with dynamic libraries (and with static linking) > > I have changed a lot of XML config files and some python files for the > calc addin and I suggest to include my changes in the official code. > How shall we proceed to include these changes in the official > version? Who is responsible for the maintenance of the calc code? Can > I help maintaining the calc code? > > The generated code is available under "https://www.callenbach.eu". > > > Best regards, > Lars |