Andreas Saeger wrote:
Hi Andreas,
Just let me drop in my 2 cents:

An addin-formula, returned by objCell.getFormula(), looks like this:
=com.sun.star.sheet.addin.Analysis.getRandbetween(0;9)
Property objCell.FormulaLocal is =RANDBETWEEN(0;9) or with German UI
=ZUFALLSBEREICH(0;9)

Andreas

I see, I mixed up "FunctionAccess" with XSheetOperation.computeFunction() which I came across earlier. It seems that FunctionAccess may be exactly what I need, now that I already wrote a tokenizer. If I structure the operators (like +, -, *, /) well, it should be no problem to evaluate those too.
Thanks for that hint.

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to