https://bugs.documentfoundation.org/show_bug.cgi?id=167886

Wolfgang Jäger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
             Status|NEW                         |UNCONFIRMED

--- Comment #3 from Wolfgang Jäger <[email protected]> ---
(In reply to Regina Henschel from comment #2)
> Yes it would be nice to have something similar to "Evaluate" for Basic and
> other script languages.

(I obnviouisly didn't understand what the first link in the original report was
supposed to tell ne. Since I'm interested in the topic, I post to it
nevertheless.)

I would suggest to not add an evaluator to any script language, but to the API.

The service com.sun.star.sheet.FormulaParser has all the attributes that may be
needed.

XFormulaParser also can create
 a Formula
 a Tokens sequence
and needs madatorily
 a CellAddress allowing to handle relative references.

There (or to an XForfmulaParser2) should be added a member function
"evaluateFormula"

This should act like recalculating a cell, but 
without setting anything "dirty" and 
ignoring side effects like assigning a working hyperlink as HYPEDRLINK() does
in cells or a CellStyle as STYLE() does.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to