Re: Adjusting an Array Range in Calc

2012-10-27 Thread Lars Callenbach
gt; Betreff: Re: Adjusting an Array Range in Calc > Hi Lars, > > On Friday, 2012-09-21 23:10:22 +0200, Lars Callenbach wrote: > > > I have a plugin with an C++ addin code of the following form > > I would take a look if you could you send me a minimal code sample and > ma

Re: Adjusting an Array Range in Calc

2012-10-05 Thread Eike Rathke
Hi Lars, On Friday, 2012-09-21 23:10:22 +0200, Lars Callenbach wrote: > I have a plugin with an C++ addin code of the following form I would take a look if you could you send me a minimal code sample and makefile needed to build a working Add-In to reproduce your case? Eike -- LibreOffice C

Re: Adjusting an Array Range in Calc

2012-10-03 Thread Jan Holesovsky
Hi Lars, Lars Callenbach píše v Pá 21. 09. 2012 v 23:10 +0200: > Are there other C++ functions that need to be included in the defintion of the > addin? Something seems to be missing ... Thank you for the detailed description! Unfortunately I myself do not know the answer :-( - adding Calc expe

Re: Adjusting an Array Range in Calc

2012-09-23 Thread Lars Callenbach
ed int i=0; i Datum: Mon, 10 Sep 2012 09:45:01 +0200 > Von: Jan Holesovsky > An: Lars Callenbach > CC: libreoffice@lists.freedesktop.org > Betreff: Re: Adjusting an Array Range in Calc > Hi Lars, > > Lars Callenbach píše v Ne 02. 09. 2012 v 11:15 +0200: > > > I

Re: Adjusting an Array Range in Calc

2012-09-10 Thread Jan Holesovsky
Hi Lars, Lars Callenbach píše v Ne 02. 09. 2012 v 11:15 +0200: > I have a working plugin for Quantlib. Scalar results of the library (single > numbers) are working fine. > If I have a Matrix result (array range formula) than it is not possible to > change the size of the array. > What happens

Adjusting an Array Range in Calc

2012-09-02 Thread Lars Callenbach
Hello, I have a working plugin for Quantlib. Scalar results of the library (single numbers) are working fine. If I have a Matrix result (array range formula) than it is not possible to change the size of the array. What happens if I try to change the array range: the name of the formula chang