Hi Mikhail,
On Friday, 2015-08-21 16:37:21 +0300, Mikhail Zemlyanukha wrote:
> In my LibO Calc Java extension I have a worksheet function receiving
> an argument declared as 'any' type in IDL, so I can detect a missing
> parameter. But I would like to detect also an empty cell, if that
> paramete
Hi all,
In my LibO Calc Java extension I have a worksheet function receiving
an argument declared as 'any' type in IDL, so I can detect a missing
parameter. But I would like to detect also an empty cell, if that
parameter holds a cell reference.
Seems that I can't do that because the function rec