diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-12 20:50:49 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:53:18 +0000 |
commit | be2e6ea58b0025d1bcf7a901c89532737efcbe09 (patch) | |
tree | f57a440f88b3d25b20fafb024741c6120c0f78de /formula | |
parent | d6be636b19aea636ea5ba1007fd27eee61fb0dab (diff) |
fdo#85818: rename RKP to Logest
Change-Id: I35e4d80e3d7744c4c9c74b12856a603db8363dbc
Reviewed-on: https://gerrit.libreoffice.org/13892
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 | ||||
-rw-r--r-- | formula/source/core/resource/core_resource.src | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 39083786aa5c..ebc5edde9360 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -848,7 +848,7 @@ bool FormulaCompiler::IsMatrixFunction( OpCode eOpCode ) case ocDde : case ocGrowth : case ocTrend : - case ocRKP : + case ocLogest : case ocRGP : case ocFrequency : case ocMatTrans : diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 88b6e2846955..c9299997dbfe 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -361,7 +361,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; String SC_OPCODE_RGP { Text = "LINEST" ; }; - String SC_OPCODE_RKP { Text = "LOGEST" ; }; + String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "LEGACY.CHIINV" ; }; String SC_OPCODE_CHI_INV_MS { Text = "COM.MICROSOFT.CHISQ.INV.RT" ; }; @@ -769,7 +769,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; String SC_OPCODE_RGP { Text = "LINEST" ; }; - String SC_OPCODE_RKP { Text = "LOGEST" ; }; + String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "CHIINV" ; }; String SC_OPCODE_CHI_INV_MS { Text = "_xlfn.CHISQ.INV.RT" ; }; @@ -1179,7 +1179,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; String SC_OPCODE_RGP { Text = "LINEST" ; }; - String SC_OPCODE_RKP { Text = "LOGEST" ; }; + String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "CHIINV" ; }; String SC_OPCODE_CHI_INV_MS { Text = "CHISQ.INV.RT" ; }; @@ -2531,7 +2531,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "LINEST" ; }; - String SC_OPCODE_RKP + String SC_OPCODE_LOGEST { Text [ en-US ] = "LOGEST" ; }; |