LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Modules | Variables
FormulaMapGroup.idl File Reference

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.
 
const long SEPARATORS = 0x00000001
 Separators and parentheses.
 
const long ARRAY_SEPARATORS = 0x00000002
 Separators and parentheses for constant arrays.
 
const long UNARY_OPERATORS = 0x00000004
 Unary operators.
 
const long BINARY_OPERATORS = 0x00000008
 Binary operators.
 
const long FUNCTIONS = 0x00000010
 Functions.
 
const long ALL_EXCEPT_SPECIAL = 0x7fffffff
 All groups except SPECIAL.