:: com :: sun :: star :: sheet ::

service FormulaParser

Included Services
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
This is a generic service which should be supported by all servies which have properties.
Exported Interfaces
XFormulaParser
(referenced entity's summary:)
converts between text and token representations of formulas.
Properties' Summary
::com::sun::star::table::CellAddress
ReferencePosition
 
boolean
CompileEnglish
Whether to use English parser and formatter. Note: When changing this, an already existing OpCodeMap needs to be recreated internally, so for performance reasons set this _before_ setting the OpCodeMap.  
short
FormulaConvention
Specifies which convention to use when parsing a formula string.  
boolean
IgnoreLeadingSpaces
 
string
ParameterSeparator
 
sequence< FormulaOpCodeMapEntry >
OpCodeMap
The complete mapping of Names to OpCodes. Names and symbols not defined here lead to a parser/print error.  
Properties' Details
ReferencePosition
::com::sun::star::table::CellAddress ReferencePosition;
CompileEnglish
boolean CompileEnglish;
Description
Whether to use English parser and formatter. Note: When changing this, an already existing OpCodeMap needs to be recreated internally, so for performance reasons set this _before_ setting the OpCodeMap.
FormulaConvention
short FormulaConvention;
Description
Specifies which convention to use when parsing a formula string.
See also
com::sun::star::sheet::FormulaConvention
IgnoreLeadingSpaces
boolean IgnoreLeadingSpaces;
ParameterSeparator
string ParameterSeparator;
OpCodeMap
sequence< FormulaOpCodeMapEntry > OpCodeMap;
Description
The complete mapping of Names to OpCodes. Names and symbols not defined here lead to a parser/print error.

 
Top of Page