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
328 sal_Int32 OPCODE_DDE; /// DDE link function.
329 sal_Int32 OPCODE_MACRO; /// Macro function call.
333 sal_Int32 OPCODE_OPEN; /// Opening parenthesis.
342 sal_Int32 OPCODE_PLUS_SIGN; /// Unary plus sign.
343 sal_Int32 OPCODE_MINUS_SIGN; /// Unary minus sign.
344 sal_Int32 OPCODE_PERCENT; /// Percent sign.
346 sal_Int32 OPCODE_ADD; /// Addition operator.
349 sal_Int32 OPCODE_DIV; /// Division operator.
350 sal_Int32 OPCODE_POWER; /// Power operator.
[all …]

Completed in 18 milliseconds