summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarina Plakalovic <makkica@openoffice.org>2012-12-14 23:40:18 +0100
committerEike Rathke <erack@redhat.com>2012-12-15 21:45:47 +0100
commit69ae7b2a9a752faaa282a8fd5d38fce41ab2193a (patch)
tree25ca56d759f7e6859385dd7e636e04210e0659b0 /sc/qa
parentfa98370befb516e831f439f24639118f40bd7c4b (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 (cherry picked from commit f2cb873631b8b21b54a55beaba532f4bd616a9c6)
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index aed60e770bdc..55b8b9c94405 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -3972,6 +3972,7 @@ void Test::testFunctionLists()
"ATAN2",
"ATANH",
"AVERAGEIF",
+ "AVERAGEIFS",
"BITAND",
"BITLSHIFT",
"BITOR",
@@ -3987,6 +3988,7 @@ void Test::testFunctionLists()
"COTH",
"COUNTBLANK",
"COUNTIF",
+ "COUNTIFS",
"CSC",
"CSCH",
"DEGREES",
@@ -4022,6 +4024,7 @@ void Test::testFunctionLists()
"SUBTOTAL",
"SUM",
"SUMIF",
+ "SUMIFS",
"SUMSQ",
"TAN",
"TANH",