diff options
author | Marina Plakalovic <makkica@openoffice.org> | 2012-12-14 20:42:52 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-12-15 21:42:39 +0100 |
commit | fff5031898f743c3adf5fcc35bc95fff48094ebb (patch) | |
tree | 1960204911472480b34d3135bdaa044869471434 /sc/inc/helpids.h | |
parent | 9c321f0d21281cc6b1d5303f24de00d5bb2849db (diff) |
calcishmakkica: #i101466# implement AVERAGEIF
Merged from Apache OO with adaptions.
http://svn.apache.org/viewvc?rev=1381445&view=rev
Original Apache OO committer: Andrew Rist <arist@apache.org>
Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
slightly reworked patch by <makkica>
# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1284055400 -7200
# Node ID 237cb91dd986ff11eb100cc631206cda102e91f7
# Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a
Change-Id: Id168462272dc8d618513319ebab41fde5c728b08
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index eb63a4264691..6615183240eb 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -445,6 +445,7 @@ #define HID_FUNC_QUADRATESUMME "SC_HID_FUNC_QUADRATESUMME" #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_ZAEHLENWENN "SC_HID_FUNC_ZAEHLENWENN" #define HID_FUNC_WURZEL "SC_HID_FUNC_WURZEL" #define HID_FUNC_ZUFALLSZAHL "SC_HID_FUNC_ZUFALLSZAHL" |