diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-11-23 19:31:24 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-29 11:12:20 -0600 |
commit | 8539039e0c108da7d0306c37962415ce7e271c84 (patch) | |
tree | f89a8992c602bcdef28bc4063bd495f568347b57 /sc/inc | |
parent | d694313b57f2edca8fb04cd8655476df6d879784 (diff) |
fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISE
Change-Id: I96f6beb34c1ce7f7191c6e9d379145ba98320c87
Reviewed-on: https://gerrit.libreoffice.org/6775
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index e1c2dac2e18c..05e66e56b6df 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -704,5 +704,8 @@ #define HID_FUNC_HYP_GEOM_DIST_MS "SC_HID_FUNC_HYP_GEOM_DIST_MS" #define HID_FUNC_POISSON_DIST_MS "SC_HID_FUNC_POISSON_DIST_MS" #define HID_FUNC_WEIBULL_DIST_MS "SC_HID_FUNC_WEIBULL_DIST_MS" +#define HID_FUNC_GAMMADIST_MS "SC_HID_FUNC_GAMMADIST_MS" +#define HID_FUNC_GAMMAINV_MS "SC_HID_FUNC_GAMMAINV_MS" +#define HID_FUNC_GAMMALN_MS "SC_HID_FUNC_GAMMALN_MS" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |