summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 00:58:43 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 04:34:27 +0200
commitad6d79c61702b2301a7deba11ff4be836bae326d (patch)
tree9d88e1c8672ebddd9c29c37552383a5e95d1f9d0 /offapi
parentb48cd09e419efc012fe4719afafc9a8ddbf875f9 (diff)
add value for first entry
Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/IconSetFormatEntry.idl13
1 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/IconSetFormatEntry.idl b/offapi/com/sun/star/sheet/IconSetFormatEntry.idl
index 24715e36c58b..652618cd4abc 100644
--- a/offapi/com/sun/star/sheet/IconSetFormatEntry.idl
+++ b/offapi/com/sun/star/sheet/IconSetFormatEntry.idl
@@ -14,13 +14,18 @@ module com { module sun { module star { module sheet {
constants IconSetFormatEntry
{
- const long ICONSET_PERCENTILE = 0;
+ /**
+ * Can not be set! Will always be the type of the first entry.
+ */
+ const long ICONSET_MIN = 0;
- const long ICONSET_VALUE = 1;
+ const long ICONSET_PERCENTILE = 1;
- const long ICONSET_PERCENT = 2;
+ const long ICONSET_VALUE = 2;
- const long ICONSET_FORMULA = 3;
+ const long ICONSET_PERCENT = 3;
+
+ const long ICONSET_FORMULA = 4;
};