LibreOffice
LibreOffice 24.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::FormulaMapGroup |
Constants of bit masks used with XFormulaOpCodeMapper::getAvailableMappings() to specify for which group of symbols the mappings are to be obtained. | |
Variables | |
const long | SPECIAL = 0 |
Group of op-codes without a string symbol. More... | |
const long | SEPARATORS = 0x00000001 |
Separators and parentheses. More... | |
const long | ARRAY_SEPARATORS = 0x00000002 |
Separators and parentheses for constant arrays. More... | |
const long | UNARY_OPERATORS = 0x00000004 |
Unary operators. More... | |
const long | BINARY_OPERATORS = 0x00000008 |
Binary operators. More... | |
const long | FUNCTIONS = 0x00000010 |
Functions. More... | |
const long | ALL_EXCEPT_SPECIAL = 0x7fffffff |
All groups except SPECIAL. More... | |