summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2016-01-30 10:14:05 +0100
committerEike Rathke <erack@redhat.com>2016-03-03 16:28:59 +0000
commitf336f63da900d76c2bf6e5690f1c8a7bd15a0aa2 (patch)
tree9b989555d5b9dc2c8ea01a8a3598b1c222863af2 /formula
parentcc75888c9e4cd09476287a8489c99fbf073feddb (diff)
tdf#94635 Add FORECAST.ETS functions to Calc
Change-Id: Ifbfff1c27fb3960a06f467630da0fa39665f0ce4 Reviewed-on: https://gerrit.libreoffice.org/20073 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src56
1 files changed, 56 insertions, 0 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index dcb0b46ccf95..1d6c15d0458a 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -368,6 +368,14 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_LINEST { Text = "LINEST" ; };
String SC_OPCODE_LOGEST { Text = "LOGEST" ; };
String SC_OPCODE_FORECAST { Text = "FORECAST" ; };
+ String SC_OPCODE_FORECAST_ETS_ADD { Text = "FORECAST.ETS" ; };
+ String SC_OPCODE_FORECAST_ETS_SEA { Text = "FORECAST.ETS.SEASONALITY" ; };
+ String SC_OPCODE_FORECAST_ETS_MUL { Text = "FORECAST.ETS.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_PIA { Text = "FORECAST.ETS.CONFINT" ; };
+ String SC_OPCODE_FORECAST_ETS_PIM { Text = "FORECAST.ETS.PI.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_STA { Text = "FORECAST.ETS.STAT" ; };
+ String SC_OPCODE_FORECAST_ETS_STM { Text = "FORECAST.ETS.STAT.MULT" ; };
+ String SC_OPCODE_FORECAST_LIN { Text = "FORECAST.LINEAR" ; };
String SC_OPCODE_CHI_INV { Text = "LEGACY.CHIINV" ; };
String SC_OPCODE_CHI_INV_MS { Text = "COM.MICROSOFT.CHISQ.INV.RT" ; };
String SC_OPCODE_GAMMA_DIST { Text = "GAMMADIST" ; };
@@ -794,6 +802,14 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_LINEST { Text = "LINEST" ; };
String SC_OPCODE_LOGEST { Text = "LOGEST" ; };
String SC_OPCODE_FORECAST { Text = "FORECAST" ; };
+ String SC_OPCODE_FORECAST_ETS_ADD { Text = "_xlfn.FORECAST.ETS" ; };
+ String SC_OPCODE_FORECAST_ETS_SEA { Text = "_xlfn.FORECAST.ETS.SEASONALITY" ; };
+ String SC_OPCODE_FORECAST_ETS_MUL { Text = "_xlfn.ORG.LIBREOFFICE.FORECAST.ETS.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_PIA { Text = "_xlfn.FORECAST.ETS.CONFINT" ; };
+ String SC_OPCODE_FORECAST_ETS_PIM { Text = "_xlfn.ORG.LIBREOFFICE.FORECAST.ETS.PI.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_STA { Text = "_xlfn.FORECAST.ETS.STAT" ; };
+ String SC_OPCODE_FORECAST_ETS_STM { Text = "_xlfn.ORG.LIBREOFFICE.FORECAST.ETS.STAT.MULT" ; };
+ String SC_OPCODE_FORECAST_LIN { Text = "_xlfn.FORECAST.LINEAR" ; };
String SC_OPCODE_CHI_INV { Text = "CHIINV" ; };
String SC_OPCODE_CHI_INV_MS { Text = "_xlfn.CHISQ.INV.RT" ; };
String SC_OPCODE_GAMMA_DIST { Text = "GAMMADIST" ; };
@@ -1220,6 +1236,14 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_LINEST { Text = "LINEST" ; };
String SC_OPCODE_LOGEST { Text = "LOGEST" ; };
String SC_OPCODE_FORECAST { Text = "FORECAST" ; };
+ String SC_OPCODE_FORECAST_ETS_ADD { Text = "FORECAST.ETS.ADD" ; };
+ String SC_OPCODE_FORECAST_ETS_SEA { Text = "FORECAST.ETS.SEASONALITY" ; };
+ String SC_OPCODE_FORECAST_ETS_MUL { Text = "FORECAST.ETS.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_PIA { Text = "FORECAST.ETS.PI.ADD" ; };
+ String SC_OPCODE_FORECAST_ETS_PIM { Text = "FORECAST.ETS.PI.MULT" ; };
+ String SC_OPCODE_FORECAST_ETS_STA { Text = "FORECAST.ETS.STAT.ADD" ; };
+ String SC_OPCODE_FORECAST_ETS_STM { Text = "FORECAST.ETS.STAT.MULT" ; };
+ String SC_OPCODE_FORECAST_LIN { Text = "FORECAST.LINEAR" ; };
String SC_OPCODE_CHI_INV { Text = "CHIINV" ; };
String SC_OPCODE_CHI_INV_MS { Text = "CHISQ.INV.RT" ; };
String SC_OPCODE_GAMMA_DIST { Text = "GAMMADIST" ; };
@@ -2621,6 +2645,38 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [ en-US ] = "FORECAST" ;
};
+ String SC_OPCODE_FORECAST_ETS_ADD
+ {
+ Text [ en-US ] = "FORECAST.ETS.ADD" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_SEA
+ {
+ Text [ en-US ] = "FORECAST.ETS.SEASONALITY" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_MUL
+ {
+ Text [ en-US ] = "FORECAST.ETS.MULT" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_PIA
+ {
+ Text [ en-US ] = "FORECAST.ETS.PI.ADD" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_PIM
+ {
+ Text [ en-US ] = "FORECAST.ETS.PI.MULT" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_STA
+ {
+ Text [ en-US ] = "FORECAST.ETS.STAT.ADD" ;
+ };
+ String SC_OPCODE_FORECAST_ETS_STM
+ {
+ Text [ en-US ] = "FORECAST.ETS.STAT.MULT" ;
+ };
+ String SC_OPCODE_FORECAST_LIN
+ {
+ Text [ en-US ] = "FORECAST.LINEAR" ;
+ };
String SC_OPCODE_CHI_INV
{
Text [ en-US ] = "CHIINV" ;