Home
last modified time | relevance | path

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

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