|
From: Lars C. <lar...@gm...> - 2015-07-10 17:06:03
|
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 |