LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
FormulaToken Struct Reference

contains a single token within a formula. More...

import"FormulaToken.idl";

Public Attributes

long OpCode
 is the OpCode of the token. More...
 
any Data
 is additional data in the token, depending on the OpCode. More...
 

Detailed Description

contains a single token within a formula.

Member Data Documentation

◆ Data

any Data

is additional data in the token, depending on the OpCode.

See also
com::sun::star::sheet::NamedRange::TokenIndex
com::sun::star::sheet::DatabaseRange::TokenIndex

◆ OpCode

long OpCode

is the OpCode of the token.

See also
com::sun::star::sheet::XFormulaOpCodeMapper

The documentation for this struct was generated from the following file: