diff options
Diffstat (limited to 'include/formula/compiler.hxx')
-rw-r--r-- | include/formula/compiler.hxx | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/include/formula/compiler.hxx b/include/formula/compiler.hxx index c7a0249c1495..ab21d3e00b3a 100644 --- a/include/formula/compiler.hxx +++ b/include/formula/compiler.hxx @@ -517,12 +517,17 @@ #define SC_OPCODE_SORTBY 502 #define SC_OPCODE_MAT_SEQUENCE 503 #define SC_OPCODE_RANDARRAY 504 -#define SC_OPCODE_TOCOL 505 -#define SC_OPCODE_TOROW 506 -#define SC_OPCODE_UNIQUE 507 -#define SC_OPCODE_WRAPCOLS 508 -#define SC_OPCODE_WRAPROWS 509 -#define SC_OPCODE_STOP_2_PAR 510 /* last function with two or more parameters' OpCode + 1 */ +#define SC_OPCODE_CHOOSECOLS 505 +#define SC_OPCODE_CHOOSEROWS 506 +#define SC_OPCODE_DROP 507 +#define SC_OPCODE_EXPAND 508 +#define SC_OPCODE_TAKE 509 +#define SC_OPCODE_TOCOL 510 +#define SC_OPCODE_TOROW 511 +#define SC_OPCODE_UNIQUE 512 +#define SC_OPCODE_WRAPCOLS 513 +#define SC_OPCODE_WRAPROWS 514 +#define SC_OPCODE_STOP_2_PAR 515 /* last function with two or more parameters' OpCode + 1 */ #define SC_OPCODE_STOP_FUNCTION SC_OPCODE_STOP_2_PAR /* last function's OpCode + 1 */ #define SC_OPCODE_LAST_OPCODE_ID (SC_OPCODE_STOP_FUNCTION - 1) /* last OpCode */ |