From 6d2f42199c2a9b48c9e19d7ae087f5452bfbd401 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Thu, 31 Oct 2013 10:33:06 +0100 Subject: 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 Tested-by: Eike Rathke --- include/formula/compiler.hrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/formula/compiler.hrc') 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 */ -- cgit