Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/formula/ |
| H A D | Package_inc.mk | 39 $(eval $(call gb_Package_add_file,formula_inc,inc/formula/opcode.hxx,formula/opcode.hxx))
|
| /AOO42X/main/vcl/unx/generic/app/ |
| H A D | keysymnames.cxx | 641 int opcode, event, error; in GetKeyboardName() 643 if( XkbQueryExtension( GetDisplay(), &opcode, &event,&error, &major, &minor ) ) in GetKeyboardName()
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xlformula.cxx | 379 #define EXC_FUNCENTRY_ODF( opcode, minparam, maxparam, flags, asciiname ) \ argument 380 …{ opcode, NOID, minparam, maxparam, V, { VR }, EXC_FUNCFLAG_IMPORTONLY|(flags), EXC_… 381 …{ opcode, 255, (minparam)+1, (maxparam)+1, V, { RO_E, RO }, EXC_FUNCFLAG_EXPORTONLY|(flags), EXC_…
|