Home
last modified time | relevance | path

Searched defs:ApiOpCodes (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/oox/inc/oox/xls/
H A Dformulabase.hxx316 struct ApiOpCodes struct
319 sal_Int32 OPCODE_UNKNOWN; /// Internal: function name unknown to mapper.
320 sal_Int32 OPCODE_EXTERNAL; /// External function call (e.g. add-ins).
322 sal_Int32 OPCODE_PUSH; /// Op-code for common value operands.
323 sal_Int32 OPCODE_MISSING; /// Placeholder for a missing function parameter.
324 sal_Int32 OPCODE_SPACES; /// Spaces between other formula tokens.
325 sal_Int32 OPCODE_NAME; /// Index of a defined name.
326 sal_Int32 OPCODE_DBAREA; /// Index of a database area.
327 sal_Int32 OPCODE_NLR; /// Natural language reference.
328 sal_Int32 OPCODE_DDE; /// DDE link function.
[all …]