diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-12-01 12:40:41 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-12-16 20:25:45 +0000 |
commit | 924f9d7ea89899848dba512a428e5f64e44ee534 (patch) | |
tree | 0ca63f18f14a266910227448e1be6a0bac0f4748 /include/formula/compiler.hrc | |
parent | 70ce8987feeb06255eaeb7663bb076a8f4e0593f (diff) |
fdo#72158 Add Excel 2010 functions
LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV
Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309
Reviewed-on: https://gerrit.libreoffice.org/6883
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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc index 7dacf30739a6..3b7207c5883d 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -436,8 +436,14 @@ #define SC_OPCODE_WEIBULL_MS 438 #define SC_OPCODE_GAMMA_DIST_MS 439 #define SC_OPCODE_GAMMA_INV_MS 440 +#define SC_OPCODE_LOG_NORM_DIST_MS 441 +#define SC_OPCODE_LOG_INV_MS 442 +#define SC_OPCODE_NORM_DIST_MS 443 +#define SC_OPCODE_NORM_INV_MS 444 +#define SC_OPCODE_STD_NORM_DIST_MS 445 +#define SC_OPCODE_S_NORM_INV_MS 446 -#define SC_OPCODE_STOP_2_PAR 441 /* last function with two or more parameters' OpCode + 1 */ +#define SC_OPCODE_STOP_2_PAR 447 /* 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 */ |