Re: LibO Calc - detect if function is called within Function Wizard

2015-08-05 Thread Mikhail Zemlyanukha
Hi Eike, Thank you for the info Mike On Wed, Aug 5, 2015 at 6:49 PM, Eike Rathke wrote: > Hi Mikhail, > > On Saturday, 2015-08-01 00:17:36 +0300, Mikhail Zemlyanukha wrote: > >> I'm developing a java extension for calc, and I would like to detect >> if a worksheet function (implemented in my ad

Re: LibO Calc - detect if function is called within Function Wizard

2015-08-05 Thread Eike Rathke
Hi Mikhail, On Saturday, 2015-08-01 00:17:36 +0300, Mikhail Zemlyanukha wrote: > I'm developing a java extension for calc, and I would like to detect > if a worksheet function (implemented in my addin) is called from > Function Wizard. There is no such differentiation. To implement that, maybe a

LibO Calc - detect if function is called within Function Wizard

2015-07-31 Thread Mikhail Zemlyanukha
Hi all, I'm developing a java extension for calc, and I would like to detect if a worksheet function (implemented in my addin) is called from Function Wizard. The function may work long (it performs a request to external DB), and I would like to return some stub value (let it be #VALUE!) when it i