diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-13 10:44:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:53:39 +0000 |
commit | e613c9fba449fda0db163de413eeda50f521db41 (patch) | |
tree | d207ab156789a393b4893b67b2ad4b81dce14fec /formula/source | |
parent | be2e6ea58b0025d1bcf7a901c89532737efcbe09 (diff) |
fdo#85818: rename RGP to Linest
Change-Id: I4bdf934730a54a76f5762fd079dc6270fa135840
Reviewed-on: https://gerrit.libreoffice.org/13893
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula/source')
-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 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" ; }; |