diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-11-21 11:16:43 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-22 05:37:39 -0600 |
commit | e434c1ce0557454ef4cdd98435c5c0b1d5181bcf (patch) | |
tree | 1cb354c51501971e3f4251297f26bc9fcae1d0c7 /sc/inc | |
parent | 5238d79a7c3067b182cbce51e2118a6fa336899a (diff) |
fdo#71722 add Excel 2010 functions
EXPON.DIST, HYPGEOM.DIST, POISSON.DIST, WEIBULL.DIST
Change-Id: Ib9f648739ec0af90cdf2f576c7f548a6acb7b4a6
Reviewed-on: https://gerrit.libreoffice.org/6748
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 554755114258..e1c2dac2e18c 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -700,5 +700,9 @@ #define HID_FUNC_F_INV_LT "SC_HID_FUNC_F_INV_LT" #define HID_FUNC_F_INV_RT "SC_HID_FUNC_F_INV_RT" #define HID_FUNC_F_TEST_MS "SC_HID_FUNC_F_TEST_MS" +#define HID_FUNC_EXP_DIST_MS "SC_HID_FUNC_EXP_DIST_MS" +#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" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |