Aug 25, 2017 at 08:13:07PM +0200, Lars Callenbach h...@web.de> wrote:
> >
> > is it possible to have leave the parameter empty in Calc function
> > if
> > the input is of type "[in] sequence >" in the IDL-
> > file?
>
> What is the con
Hi all,
is it possible to have leave the parameter empty in Calc function if
the input is of type "[in] sequence >" in the IDL-file?
For scalar parameters of the type "[in] any" it is possible to use the
"hasValue()" method to analyse whether a parameter value is provided by
the user for the func
Hi all,
I would like to compile the Calc spreadsheet C++ examples of the SDK
(LibreOffice 5.2) under Windows using MinGW / Cygwin. Is there any
documentation of how to do this?
I prefer using GNU tools since I use them under Linux and I do not want
to register Visual-Studio Community.
Since t
Hello,
QuantLib is a c++ library for financial calculations based on boost (ww
w.quantlib.org). On GitHub I have a first prototype for automatic addin
code generation of QuantLib functions and classes for Calc
(github.com/lcallenbach/quantlibaddin). I have two questions concering
addins for LibreO
Hello,
I would like to extend the capabilities of my C++ Calc plugin. I open
Calc and made some calculations in my plugin in the first spreadsheet
"A" (e.g. using set() methods for data - I can retrieve the content
using get() method in A). Selecting "file->new spreadsheet" I open a
second spreads
In an addin function of calc I would like to test whether a parameter is
provided - and not empty. Uno::Any seems to be the appropriate data type
(hasValue function is provided). Unfortunately the following code always
returns 1 (str.hasValue()==TRUE) even if the cell is empty. How can I
check for
I would like to get the adress of the cell in which an Add-In function
is called. How do I have to extend the IDL-file
---
#include
#include
#include
#include
#include
#include
module my_module
{
interface XSomething : com::sun::star::uno::XInterface
{ // our four methods
string methodO
.: sorry for my late answer. I have not seen yours since it is a new
thread in the mailing list archive.
Original-Nachricht
> Datum: Fri, 5 Oct 2012 17:55:40 +0200
> Von: Eike Rathke
> An: Lars Callenbach
> CC: libreoffice@lists.freedesktop.org, Jan Holesovsky
&
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
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
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.
>
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
Hello,
I have written an addin for Calc. It works fine using (Windows XP - OpenOffice
3.2/Libre Office 3.3) and (Linux - OpenOffice 3.2). But it fails under Libre
Office 3.3 with an error message:
#
[root] /opt/libreoffice/basis3.3/sdk/examples/cpp/Calc_test:
"/opt/libreoffice/program/unopk
13 matches
Mail list logo