LibreOffice
LibreOffice 24.2 SDK API Reference
|
converts between text and token representations of formulas. More...
import"XFormulaParser.idl";
Public Member Functions | |
sequence< FormulaToken > | parseFormula ([in] string aFormula, [in] ::com::sun::star::table::CellAddress aReferencePos) |
parses a formula into a sequence of tokens. More... | |
string | printFormula ([in] sequence< FormulaToken > aTokens, [in] ::com::sun::star::table::CellAddress aReferencePos) |
converts a formula into a string. More... | |
converts between text and token representations of formulas.
sequence< FormulaToken > parseFormula | ( | [in] string | aFormula, |
[in] ::com::sun::star::table::CellAddress | aReferencePos | ||
) |
parses a formula into a sequence of tokens.
string printFormula | ( | [in] sequence< FormulaToken > | aTokens, |
[in] ::com::sun::star::table::CellAddress | aReferencePos | ||
) |
converts a formula into a string.