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 --- formula/source/core/resource/core_resource.src | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'formula') diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 3ec56c03bd3b..8f49229eb394 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -335,6 +335,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_TABLE_OP { Text = "MULTIPLE.OPERATIONS" ; }; String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; }; String SC_OPCODE_BETA_INV { Text = "BETAINV" ; }; + String SC_OPCODE_BETA_DIST_MS { Text = "COM.MICROSOFT.BETA.DIST" ; }; + String SC_OPCODE_BETA_INV_MS { Text = "COM.MICROSOFT.BETA.INV" ; }; String SC_OPCODE_WEEK { Text = "ISOWEEKNUM" ; }; String SC_OPCODE_EASTERSUNDAY { Text = "ORG.OPENOFFICE.EASTERSUNDAY" ; }; String SC_OPCODE_GET_DAY_OF_WEEK { Text = "WEEKDAY" ; }; @@ -689,6 +691,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_TABLE_OP { Text = "TABLE" ; }; String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; }; String SC_OPCODE_BETA_INV { Text = "BETAINV" ; }; + String SC_OPCODE_BETA_DIST_MS { Text = "BETA.DIST" ; }; + String SC_OPCODE_BETA_INV_MS { Text = "BETA.INV" ; }; String SC_OPCODE_WEEK { Text = "WEEKNUM" ; }; String SC_OPCODE_EASTERSUNDAY { Text = "EASTERSUNDAY" ; }; String SC_OPCODE_GET_DAY_OF_WEEK { Text = "WEEKDAY" ; }; @@ -1904,6 +1908,14 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "BETAINV" ; }; + String SC_OPCODE_BETA_DIST_MS + { + Text [ en-US ] = "BETA.DIST" ; + }; + String SC_OPCODE_BETA_INV_MS + { + Text [ en-US ] = "BETA.INV" ; + }; String SC_OPCODE_WEEK { Text [ en-US ] = "WEEKNUM" ; -- cgit