|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::sheet |
| Spreadsheet specific interfaces. | |
Constant Groups | |
| constants | com::sun::star::sheet::FormulaMapGroupSpecialOffset |
| Constants designating the offsets within the sequence returned by XFormulaOpCodeMapper::getAvailableMappings() when called for group FormulaMapGroup::SPECIAL. | |
Variables | |
| const long | PUSH = 0 |
| Formula tokens containing the op-code obtained from this offset describe a formula operand token that will be pushed onto the formula stack while the formula is interpreted. | |
| const long | CALL = 1 |
| const long | STOP = 2 |
| Formula tokens containing the op-code obtained from this offset instruct the formula interpreter to immediately stop interpreting the formula. | |
| const long | EXTERNAL = 3 |
| Formula tokens containing the op-code obtained from this offset describe the reference to an external function (e.g. | |
| const long | NAME = 4 |
| Formula tokens containing the op-code obtained from this offset describe the reference to a defined name (also known as named range) used in formulas. | |
| const long | NO_NAME = 5 |
| Formula tokens containing the op-code obtained from this offset describe an invalid name that resolves to the NAME? | |
| const long | MISSING = 6 |
| Formula tokens containing the op-code obtained from this offset describe an empty function parameter. | |
| const long | BAD = 7 |
| Formula tokens containing the op-code obtained from this offset describe "bad" data in a formula, e.g. | |
| const long | SPACES = 8 |
| Formula tokens containing the op-code obtained from this offset describe whitespace characters within the string representation of a formula. | |
| const long | MAT_REF = 9 |
| const long | DB_AREA = 10 |
| Formula tokens containing the op-code obtained from this offset describe the reference to a database range used in formulas. | |
| const long | MACRO = 11 |
| Formula tokens containing the op-code obtained from this offset describe the reference to a macro function called in a formula. | |
| const long | COL_ROW_NAME = 12 |
| const long | WHITESPACE = 13 |
| Formula tokens containing the op-code obtained from this offset describe whitespace characters within the string representation of a formula. | |
| const long | TABLE_REF = 14 |
| Formula tokens containing the op-code obtained from this offset describe the reference to an item of a database range used in formulas. | |