summaryrefslogtreecommitdiffstats
path: root/sc/inc/helpids.h
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2014-03-07 09:48:44 +0100
committerEike Rathke <erack@redhat.com>2014-03-10 08:14:14 -0500
commited778238375b45d3d1fb384ed3c78ce250f1c28d (patch)
tree543556d19b9b8153858bd0c74b6de2a509f5a5a3 /sc/inc/helpids.h
parentUpdate the documentation for ImplInitGraphics() (diff)
downloadcore-ed778238375b45d3d1fb384ed3c78ce250f1c28d.tar.gz
core-ed778238375b45d3d1fb384ed3c78ce250f1c28d.zip
fdo#71720 Add Excel 2010 functions
CEILING.PRECISE, ISO.CEILING, FLOOR.PRECISE Change-Id: I047b65ca3adafb89fce9b6493948aa851ddca765 Reviewed-on: https://gerrit.libreoffice.org/8488 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 03a244d6036c..9fef6bbe4589 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -701,5 +701,8 @@
#define HID_FUNC_MODAL_VALUE_MULTI "SC_HID_FUNC_MODAL_VALUE_MULTI"
#define HID_FUNC_NEGBINOMDIST_MS "SC_HID_FUNC_NEGBINOMDIST_MS"
#define HID_FUNC_Z_TEST_MS "SC_HID_FUNC_Z_TEST_MS"
+#define HID_FUNC_CEIL_MS "SC_HID_FUNC_CEIL_MS"
+#define HID_FUNC_CEIL_ISO "SC_HID_FUNC_CEIL_ISO"
+#define HID_FUNC_FLOOR_MS "SC_HID_FUNC_FLOOR_MS"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */