diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2014-03-07 09:48:44 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-03-10 08:14:14 -0500 |
commit | ed778238375b45d3d1fb384ed3c78ce250f1c28d (patch) | |
tree | 543556d19b9b8153858bd0c74b6de2a509f5a5a3 /sc/inc | |
parent | 11ca83d180aa37f927f341cdc1726ff1491fcc49 (diff) |
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')
-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 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: */ |