summaryrefslogtreecommitdiffstats
path: root/formula
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-12 20:50:49 +0100
committerEike Rathke <erack@redhat.com>2015-01-14 19:53:18 +0000
commitbe2e6ea58b0025d1bcf7a901c89532737efcbe09 (patch)
treef57a440f88b3d25b20fafb024741c6120c0f78de /formula
parentfdo#85818: rename Schiefe to Skew (diff)
downloadcore-be2e6ea58b0025d1bcf7a901c89532737efcbe09.tar.gz
core-be2e6ea58b0025d1bcf7a901c89532737efcbe09.zip
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.cxx2
-rw-r--r--formula/source/core/resource/core_resource.src8
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" ;
};