Commit Graph

6 Commits

Author SHA1 Message Date
Eike Rathke
9570a27d3e resolved fdo#73555 compile statistics templates using English grammar
The statistics templates' formula expressions are setup using English
function names, so compile the resulting expressions using an English
grammar merged with the current address conventions.

Change-Id: I7c782a42d007daeaaf99463beb8aa580c05c7363
2014-01-13 18:08:52 +01:00
Tomaž Vajngerl
1d96c4a097 Add strings in statistics dialogs to the SRC/HRC file.
Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864
2013-12-01 12:36:26 +01:00
Tomaž Vajngerl
1b4c3fad81 Simplification and better output of statistics dialogs.
Change-Id: Ia21bb07f7721a7697807f8ee98706bd3fc136653
2013-11-11 23:22:33 +01:00
Tomaž Vajngerl
f4569ff5ee Iterators for data ranges and data cells.
This is needed to make data and iteration independent from the
data orientation (either columns or rows).

Change-Id: I03d0fca939ba9b051832668d229e4961c097add6
2013-11-11 23:22:32 +01:00
Tomaž Vajngerl
2f823d458d Add tools to simplyfy adding formulas and cell navigation
TableFillingAndNavigationTools were added to StatisticsDialogs which
include FormulaTemplate and AddressWalkerWriter.
FormulaTemplate simplyfies creting formulas and AddressWalkerWriter
simplyfies navigating cells with relative address navigation and
adding content (formulas, values, string) to cells.

Change-Id: I32ecb4013f51bda9c8d0bf9f06b9f9dfd4da6def
2013-11-11 23:22:31 +01:00
Tomaž Vajngerl
e08543cfb2 New statistics function: Exponential Smoothing
Add initial implementation of exponential smoothing.

Change-Id: Id234aec6a0efece2ce8144f22359cf034256c40b
2013-11-11 23:22:31 +01:00