Re: Programming Calc-Addin in C++ with CellAdress

2015-06-24 Thread Eike Rathke
Hi Lars, On Wednesday, 2015-06-17 22:10:11 +0200, Lars Callenbach wrote: > I would like to get the adress of the cell in which an Add-In function > is called. The cell position of the calling formula expression is not passed to an Add-In function. If your Add-In function needs the position then

Programming Calc-Addin in C++ with CellAdress

2015-06-17 Thread Lars Callenbach
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