summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorTamás Zolnai <zolnaitamas2000@gmail.com>2016-11-19 22:27:20 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-11-20 00:13:14 +0100
commiteb27a63a38ee7d15292dc40520b0605e4c2228e2 (patch)
treed90e22e20de136f91ec7c6d109ccb6956672ca43 /offapi/com/sun
parent99dbbecb1c0838494b095e8338dc7e6b00ab2cb6 (diff)
[API Change] PivotMedian: Add median to pivot table function type
Change-Id: I675e81b5c13832ac0ff893a6e080241e6f1c8fd5
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/sheet/GeneralFunction.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/GeneralFunction.idl b/offapi/com/sun/star/sheet/GeneralFunction.idl
index ff9615c1a709..726ae9dd6fb9 100644
--- a/offapi/com/sun/star/sheet/GeneralFunction.idl
+++ b/offapi/com/sun/star/sheet/GeneralFunction.idl
@@ -56,6 +56,13 @@ published enum GeneralFunction
AVERAGE,
+ /**
+ * median of all numerical values is calculated.
+ * @since LibreOffice 5.3
+ */
+ MEDIAN,
+
+
/** maximum value of all numerical values is calculated.
*/
MAX,