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

Markus Mohrhard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyBeginner,
                   |                            |easyHack, skillCpp,
                   |                            |skillDebug
                 CC|                            |markus.mohrhard@googlemail.
                   |                            |com

--- Comment #5 from Markus Mohrhard <[email protected]> ---
Let me make this an easy hack.

Code pointers:

https://cgit.freedesktop.org/libreoffice/core/tree/sc/source/ui/vba/vbaapplication.cxx#n344
contains the code that calls the evaluation.

Most likely the easiest way to implement support for any calc formula is
through ScSimpleFormulaCalculator which already allows to provide a formula and
get a result back.

In addition to fixing this issue the task will also involve adding a number of
automatic test cases to e.g. ScMacrosTest::testVba.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to