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

struct FormulaOpCodeMapEntry
Description
contains a mapping from a formula name (function name, operator, ...) to the OpCode used by the formula compiler.

Elements' Summary
Name The function name, or operator.  
Token The corresponding mapping.  
Elements' Details
Name
string Name;
Description
The function name, or operator.
Token
FormulaToken Token;
Description
The corresponding mapping.
Top of Page