From e08543cfb28e963995c95829aaf718c34f359356 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 3 Nov 2013 12:15:23 +0100 Subject: New statistics function: Exponential Smoothing Add initial implementation of exponential smoothing. Change-Id: Id234aec6a0efece2ce8144f22359cf034256c40b --- officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 8a025ea34c80..da9b2592e3d3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -683,6 +683,14 @@ 1 + + + ~Exponential Smoothing... + + + 1 + + ~Headers & Footers... -- cgit