summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-02-27 10:31:19 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 04:30:49 +0200
commit6898506dc26aecd8d0547f8b7f9173282c3cf085 (patch)
treedf28d5338c29d2b56ed4781f66e8af5b015666bf /offapi
parent2a9d654c2b99fb02a3e06a1cdda54b073c5af5d0 (diff)
more code for conditional format API
Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/ConditionFormatOperator.idl2
-rw-r--r--offapi/com/sun/star/sheet/DataBar.idl2
2 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
index cf4b31a275fd..187fde36dfd4 100644
--- a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
+++ b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
@@ -57,6 +57,8 @@ constants ConditionFormatOperator
const long CONTAINS = 20;
const long NOT_CONTAINS = 21;
+
+ const long EXPRESSION = 22;
};
diff --git a/offapi/com/sun/star/sheet/DataBar.idl b/offapi/com/sun/star/sheet/DataBar.idl
index 8276e17e20f5..9045a6786686 100644
--- a/offapi/com/sun/star/sheet/DataBar.idl
+++ b/offapi/com/sun/star/sheet/DataBar.idl
@@ -28,7 +28,7 @@ service DataBar
*/
[property] long AxisPosition;
- [property] boolean Gradient;
+ [property] boolean UseGradient;
[property] com::sun::star::util::Color Color;