diff options
author | Eike Rathke <erack@redhat.com> | 2013-11-14 13:59:19 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-14 13:59:39 +0100 |
commit | b26edbb44920e455a3a9e0ea6074a0808ea6d001 (patch) | |
tree | f1df55f2b0a175aef42d106af1fcf89e0327188d /formula | |
parent | 85341404d7c317fe8c390fdb34b0b58724b5b3df (diff) |
moved erroneous _xlfn. from ODFF to OOXML
Change-Id: I58e7d1ba611b4482cfe4ac5f5d37feaf33691a37
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 5798fd6f12c5..5e84513c8a2a 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -100,7 +100,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_PLUS_MINUS { Text = "SIGN" ; }; String SC_OPCODE_ABS { Text = "ABS" ; }; String SC_OPCODE_INT { Text = "INT" ; }; - String SC_OPCODE_PHI { Text = "_xlfn.PHI" ; }; + String SC_OPCODE_PHI { Text = "PHI" ; }; String SC_OPCODE_GAUSS { Text = "GAUSS" ; }; String SC_OPCODE_IS_EMPTY { Text = "ISBLANK" ; }; String SC_OPCODE_IS_STRING { Text = "ISTEXT" ; }; @@ -201,13 +201,13 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_KOMBIN { Text = "COMBIN" ; }; String SC_OPCODE_KOMBIN_2 { Text = "COMBINA" ; }; String SC_OPCODE_VARIATIONEN { Text = "PERMUT" ; }; - String SC_OPCODE_VARIATIONEN_2 { Text = "_xlfn.PERMUTATIONA" ; }; + String SC_OPCODE_VARIATIONEN_2 { Text = "PERMUTATIONA" ; }; String SC_OPCODE_BW { Text = "PV" ; }; String SC_OPCODE_DIA { Text = "SYD" ; }; String SC_OPCODE_GDA { Text = "DDB" ; }; String SC_OPCODE_GDA_2 { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_LAUFZ { Text = "_xlfn.PDURATION" ; }; + String SC_OPCODE_LAUFZ { Text = "PDURATION" ; }; String SC_OPCODE_LIA { Text = "SLN" ; }; String SC_OPCODE_RMZ { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -216,7 +216,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_COLUMN { Text = "COLUMN" ; }; String SC_OPCODE_ROW { Text = "ROW" ; }; String SC_OPCODE_TABLE { Text = "SHEET" ; }; - String SC_OPCODE_ZGZ { Text = "_xlfn.RRI" ; }; + String SC_OPCODE_ZGZ { Text = "RRI" ; }; String SC_OPCODE_ZW { Text = "FV" ; }; String SC_OPCODE_ZZR { Text = "NPER" ; }; String SC_OPCODE_ZINS { Text = "RATE" ; }; @@ -461,7 +461,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_PLUS_MINUS { Text = "SIGN" ; }; String SC_OPCODE_ABS { Text = "ABS" ; }; String SC_OPCODE_INT { Text = "INT" ; }; - String SC_OPCODE_PHI { Text = "PHI" ; }; + String SC_OPCODE_PHI { Text = "_xlfn.PHI" ; }; String SC_OPCODE_GAUSS { Text = "_xlfn.GAUSS" ; }; String SC_OPCODE_IS_EMPTY { Text = "ISBLANK" ; }; String SC_OPCODE_IS_STRING { Text = "ISTEXT" ; }; @@ -562,13 +562,13 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_KOMBIN { Text = "COMBIN" ; }; String SC_OPCODE_KOMBIN_2 { Text = "_xlfn.COMBINA" ; }; String SC_OPCODE_VARIATIONEN { Text = "PERMUT" ; }; - String SC_OPCODE_VARIATIONEN_2 { Text = "PERMUTATIONA" ; }; + String SC_OPCODE_VARIATIONEN_2 { Text = "_xlfn.PERMUTATIONA" ; }; String SC_OPCODE_BW { Text = "PV" ; }; String SC_OPCODE_DIA { Text = "SYD" ; }; String SC_OPCODE_GDA { Text = "DDB" ; }; String SC_OPCODE_GDA_2 { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_LAUFZ { Text = "DURATION" ; }; + String SC_OPCODE_LAUFZ { Text = "_xlfn.DURATION" ; }; String SC_OPCODE_LIA { Text = "SLN" ; }; String SC_OPCODE_RMZ { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -577,7 +577,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_COLUMN { Text = "COLUMN" ; }; String SC_OPCODE_ROW { Text = "ROW" ; }; String SC_OPCODE_TABLE { Text = "_xlfn.SHEET" ; }; - String SC_OPCODE_ZGZ { Text = "ZGZ" ; }; + String SC_OPCODE_ZGZ { Text = "_xlfn.RRI" ; }; String SC_OPCODE_ZW { Text = "FV" ; }; String SC_OPCODE_ZZR { Text = "NPER" ; }; String SC_OPCODE_ZINS { Text = "RATE" ; }; |