Re: [Libreoffice] c++ sample for calc add-on

2011-12-23 Thread Lars Callenbach
ael Meeks > An: Lars Callenbach > CC: libreoffice@lists.freedesktop.org > Betreff: Re: [Libreoffice] c++ sample for calc add-on > Hi Lars, > > On Sat, 2011-12-17 at 21:33 +0100, Lars Callenbach wrote: > > I have a template for the quantlib addin which works for OO3.2. >

Re: [Libreoffice] c++ sample for calc add-on

2011-12-19 Thread Stephan Bergmann
On 12/19/2011 01:24 PM, Michael Stahl wrote: By the way: I have to replace the onboard libstdc++ in ure-link/lib by the system libstdc++ to use other libraries. Why is there on old libstdc++? i think by now it is mostly for historic reasons. until 5 years ago or so g++ and libstdc++ regularly c

Re: [Libreoffice] c++ sample for calc add-on

2011-12-19 Thread Michael Meeks
Hi Lars, On Sat, 2011-12-17 at 21:33 +0100, Lars Callenbach wrote: > I have a template for the quantlib addin which works for OO3.2. > Unfortunately it does not work for LibreOffice-3.4. Does anybody have > a template with necessary interface functions in c++ for LO-3.4? I > have looked at the c++

Re: [Libreoffice] c++ sample for calc add-on

2011-12-19 Thread Michael Stahl
On 17/12/11 21:33, Lars Callenbach wrote: > Hello, > > I have a template for the quantlib addin which works for OO3.2. > Unfortunately it does not work for LibreOffice-3.4. i'm not familiar with Calc addins, but in general UNO based extensions are supposed to work with newer versions as well (unl

[Libreoffice] c++ sample for calc add-on

2011-12-17 Thread Lars Callenbach
Hello, I have a template for the quantlib addin which works for OO3.2. Unfortunately it does not work for LibreOffice-3.4. Does anybody have a template with necessary interface functions in c++ for LO-3.4? I have looked at the c++ examples in the SDK without success. Using the ideas of the java