From 781363934af5c0ff3401161c385c6c93c9352c2c Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Tue, 29 Oct 2013 17:30:42 +0100 Subject: fdo#61002 add Excel 2010 functions VAR.P and VAR.S Change-Id: I23f286eaaef79d196a65e8079b62cf577539e9f1 Reviewed-on: https://gerrit.libreoffice.org/6477 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 c6aec3ac6c26..3ec56c03bd3b 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -184,6 +184,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_VAR_A { Text = "VARA" ; }; String SC_OPCODE_VAR_P { Text = "VARP" ; }; String SC_OPCODE_VAR_P_A { Text = "VARPA" ; }; + String SC_OPCODE_VAR_P_MS { Text = "COM.MICROSOFT.VAR.P" ; }; + String SC_OPCODE_VAR_S { Text = "COM.MICROSOFT.VAR.S" ; }; String SC_OPCODE_ST_DEV { Text = "STDEV" ; }; String SC_OPCODE_ST_DEV_A { Text = "STDEVA" ; }; String SC_OPCODE_ST_DEV_P { Text = "STDEVP" ; }; @@ -536,6 +538,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_VAR_A { Text = "VARA" ; }; String SC_OPCODE_VAR_P { Text = "VARP" ; }; String SC_OPCODE_VAR_P_A { Text = "VARPA" ; }; + String SC_OPCODE_VAR_P_MS { Text = "VAR.P" ; }; + String SC_OPCODE_VAR_S { Text = "VAR.S" ; }; String SC_OPCODE_ST_DEV { Text = "STDEV" ; }; String SC_OPCODE_ST_DEV_A { Text = "STDEVA" ; }; String SC_OPCODE_ST_DEV_P { Text = "STDEVP" ; }; @@ -1295,6 +1299,14 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "VARPA" ; }; + String SC_OPCODE_VAR_P_MS + { + Text [ en-US ] = "VAR.P" ; + }; + String SC_OPCODE_VAR_S + { + Text [ en-US ] = "VAR.S" ; + }; String SC_OPCODE_ST_DEV { Text [ en-US ] = "STDEV" ; -- cgit