summaryrefslogtreecommitdiffstats
path: root/sc/inc/helpids.h
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-11-21 11:16:43 +0100
committerEike Rathke <erack@redhat.com>2013-11-22 05:37:39 -0600
commite434c1ce0557454ef4cdd98435c5c0b1d5181bcf (patch)
tree1cb354c51501971e3f4251297f26bc9fcae1d0c7 /sc/inc/helpids.h
parentUse hidden visibility as in the LO code here, too (diff)
downloadcore-e434c1ce0557454ef4cdd98435c5c0b1d5181bcf.tar.gz
core-e434c1ce0557454ef4cdd98435c5c0b1d5181bcf.zip
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/helpids.h')
-rw-r--r--sc/inc/helpids.h4
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: */