diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2014-11-11 17:33:48 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-29 23:39:09 +0000 |
commit | 010b2d2d9be846fb6b10848204e29e1bc00ef1ea (patch) | |
tree | 7ac115c5bd37be8b9e4cf295a84385d63f212d8e /sc/inc/helpids.h | |
parent | 3a6866c2953c17a55536fa434b9fceda670d0685 (diff) |
fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2
Also, add support for CEILING.MATH and fix small
deficiencies with CEILING functions, as most are interwoven.
Change-Id: I0d9a46fb17e982ccf1e9d9e403b58926172c1a7a
Reviewed-on: https://gerrit.libreoffice.org/7088
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 574afb0e6fc3..0425fe597b71 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -618,6 +618,7 @@ #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_PRECISE "SC_HID_FUNC_CEIL_PRECISE" #define HID_FUNC_CEIL_ISO "SC_HID_FUNC_CEIL_ISO" #define HID_FUNC_FLOOR_MS "SC_HID_FUNC_FLOOR_MS" #define HID_FUNC_NETWORKDAYS_MS "SC_HID_FUNC_NETWORKDAYS_MS" @@ -626,5 +627,6 @@ #define HID_FUNC_ERFC_MS "SC_HID_FUNC_ERFC_MS" #define HID_FUNC_AGGREGATE "SC_HID_FUNC_AGGREGATE" #define HID_FUNC_ERROR_TYPE_ODF "SC_HID_FUNC_ERROR_TYPE_ODF" +#define HID_FUNC_CEIL_MATH "SC_HID_FUNC_CEIL_MATH" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |