diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-29 14:41:39 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-02 13:56:08 +0200 |
commit | c7e097196ca1e9e3423ed92eaa9ce75bf78b7cc9 (patch) | |
tree | 1041b111de11f76b37363e0787c29454b7d5f113 /AllLangHelp_scalc.mk | |
parent | 4b523164742b4eaffb576c0b1f507cf42f236ad5 (diff) |
Add Help for FOURIER calc function and analysis
Refactor sample tables,
Mute l10n for numbers
FOURIER function
Fourier analysis
Sample file
Change-Id: If5361fe009ec380e9cdd6f3e24184471c1451421
Reviewed-on: https://gerrit.libreoffice.org/74914
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 152b32238f..2fcc39a4ec 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -208,6 +208,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_forecastetspiadd \ helpcontent2/source/text/scalc/01/func_forecastetspimult \ helpcontent2/source/text/scalc/01/func_forecastetsseason \ + helpcontent2/source/text/scalc/01/func_fourier \ helpcontent2/source/text/scalc/01/exponsmooth_embd \ helpcontent2/source/text/scalc/01/func_hour \ helpcontent2/source/text/scalc/01/func_ifs \ @@ -256,6 +257,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/solver \ helpcontent2/source/text/scalc/01/solver_options \ helpcontent2/source/text/scalc/01/statistics \ + helpcontent2/source/text/scalc/01/statistics_fourier \ helpcontent2/source/text/scalc/01/statistics_regression \ helpcontent2/source/text/scalc/01/stat_data \ helpcontent2/source/text/scalc/01/ODFF \ |