diff options
author | Marina Plakalovic <makkica@openoffice.org> | 2012-12-14 23:40:18 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-12-15 21:42:39 +0100 |
commit | f2cb873631b8b21b54a55beaba532f4bd616a9c6 (patch) | |
tree | 09c0fecd4bd9b265069dc512cd67db4674626220 /sc/inc/helpids.h | |
parent | ef54346f1912c635d74c7dee8703f5f46647881d (diff) |
calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS
Merged from Apache OO with adaptions.
http://svn.apache.org/viewvc?rev=1381447&view=rev
Original Apache OO committer: Andrew Rist <arist@apache.org>
Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1288810126 -3600
# Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f
# Parent 528da6bfd0daed4355d745590d5ac3a319b08fb4
Change-Id: I08754653cd2ff20536ad3e9f260f747cb127ccdd
Diffstat (limited to 'sc/inc/helpids.h')
-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 6615183240eb..2e2aa4c6c9e3 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -446,6 +446,9 @@ #define HID_FUNC_PRODUKT "SC_HID_FUNC_PRODUKT" #define HID_FUNC_SUMMEWENN "SC_HID_FUNC_SUMMEWENN" #define HID_FUNC_AVERAGEIF "SC_HID_FUNC_AVERAGEIF" +#define HID_FUNC_SUMIFS "SC_HID_FUNC_SUMIFS" +#define HID_FUNC_AVERAGEIFS "SC_HID_FUNC_AVERAGEIFS" +#define HID_FUNC_COUNTIFS "SC_HID_FUNC_COUNTIFS" #define HID_FUNC_ZAEHLENWENN "SC_HID_FUNC_ZAEHLENWENN" #define HID_FUNC_WURZEL "SC_HID_FUNC_WURZEL" #define HID_FUNC_ZUFALLSZAHL "SC_HID_FUNC_ZUFALLSZAHL" |