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

service FormulaParser

Included Services - Summary
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
Exported Interfaces - Summary
XFormulaParser
Properties' Summary
boolean
CompileEnglish
 
short
FormulaConvention
specifies which address reference style convention to use when parsing a formula string.  
boolean
IgnoreLeadingSpaces
 
string
ParameterSeparator
 
sequence< FormulaOpCodeMapEntry >
OpCodeMap
contains the complete mapping of names to op-codes.  
sequence< ExternalLinkInfo >
ExternalLinks
contains a list of external links referenced in formulas.  
Included Services - Details
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
Exported Interfaces - Details
XFormulaParser
Properties' Details
CompileEnglish
boolean CompileEnglish;
FormulaConvention
short FormulaConvention;
Description
specifies which address reference style convention to use when parsing a formula string.
See also
AddressConvention
IgnoreLeadingSpaces
boolean IgnoreLeadingSpaces;
ParameterSeparator
string ParameterSeparator;
OpCodeMap
sequence< FormulaOpCodeMapEntry > OpCodeMap;
Description
contains the complete mapping of names to op-codes.

Names and symbols not defined here lead to a parser/print error.

ExternalLinks
sequence< ExternalLinkInfo > ExternalLinks;
Description
contains a list of external links referenced in formulas.

Use of this property depends on the FormulaConvention in use. It is relevant only for AddressConvention::XL_OOX to map indices to external documents. The sequence must be in the order of indices used. Note that indices are 1-based, the sequence must start with an empty element.

Since
OOo 3.1

 
Top of Page