From e613c9fba449fda0db163de413eeda50f521db41 Mon Sep 17 00:00:00 2001 From: Laurent Charrière Date: Tue, 13 Jan 2015 10:44:35 +0100 Subject: fdo#85818: rename RGP to Linest Change-Id: I4bdf934730a54a76f5762fd079dc6270fa135840 Reviewed-on: https://gerrit.libreoffice.org/13893 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- formula/source/core/api/FormulaCompiler.cxx | 2 +- formula/source/core/resource/core_resource.src | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'formula') diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index ebc5edde9360..01095876702c 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -849,7 +849,7 @@ bool FormulaCompiler::IsMatrixFunction( OpCode eOpCode ) case ocGrowth : case ocTrend : case ocLogest : - case ocRGP : + case ocLinest : case ocFrequency : case ocMatTrans : case ocMatMult : diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index c9299997dbfe..9d22494f1eca 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -360,7 +360,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_INTERCEPT { Text = "INTERCEPT" ; }; String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; - String SC_OPCODE_RGP { Text = "LINEST" ; }; + String SC_OPCODE_LINEST { Text = "LINEST" ; }; String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "LEGACY.CHIINV" ; }; @@ -768,7 +768,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_INTERCEPT { Text = "INTERCEPT" ; }; String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; - String SC_OPCODE_RGP { Text = "LINEST" ; }; + String SC_OPCODE_LINEST { Text = "LINEST" ; }; String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "CHIINV" ; }; @@ -1178,7 +1178,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_INTERCEPT { Text = "INTERCEPT" ; }; String SC_OPCODE_TREND { Text = "TREND" ; }; String SC_OPCODE_GROWTH { Text = "GROWTH" ; }; - String SC_OPCODE_RGP { Text = "LINEST" ; }; + String SC_OPCODE_LINEST { Text = "LINEST" ; }; String SC_OPCODE_LOGEST { Text = "LOGEST" ; }; String SC_OPCODE_FORECAST { Text = "FORECAST" ; }; String SC_OPCODE_CHI_INV { Text = "CHIINV" ; }; @@ -2527,7 +2527,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "GROWTH" ; }; - String SC_OPCODE_RGP + String SC_OPCODE_LINEST { Text [ en-US ] = "LINEST" ; }; -- cgit