diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-10-31 10:33:06 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-31 16:26:05 +0000 |
commit | 6d2f42199c2a9b48c9e19d7ae087f5452bfbd401 (patch) | |
tree | 8f43eb34e50fd0d8decb635d033ae62215363355 /include/formula/compiler.hrc | |
parent | e44335abe006d05f0f915279605a03ef084116d6 (diff) |
fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INV
Change-Id: I65863031cc2795713bf80c17dfc787e2700a556a
Reviewed-on: https://gerrit.libreoffice.org/6505
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula/compiler.hrc')
-rw-r--r-- | include/formula/compiler.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc index b9b4f7a40bb7..d8c45b21989d 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -414,8 +414,10 @@ #define SC_OPCODE_ST_DEV_S 416 #define SC_OPCODE_VAR_P_MS 417 #define SC_OPCODE_VAR_S 418 +#define SC_OPCODE_BETA_DIST_MS 419 +#define SC_OPCODE_BETA_INV_MS 420 -#define SC_OPCODE_STOP_2_PAR 419 /* last function with two or more parameters' OpCode + 1 */ +#define SC_OPCODE_STOP_2_PAR 421 /* 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 */ |