summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-01-11 16:00:37 +0100
committerRadek Doulik <rodo@novell.com>2012-01-11 17:08:21 +0100
commit9f0f41c140e99a0ede2d20560c58a409c422d1be (patch)
tree38b007028f72558ffe5930d980334af134ac185e /offapi
parent9fae191ea8438777d5c1dd20b20506e131707454 (diff)
added new custom shape path segment commands - darken/lighten fill color
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
index 91ec9b697691..c50b20b51c3c 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
@@ -109,6 +109,26 @@ constants EnhancedCustomShapeSegmentCommand
/**
*/
const short ARCANGLETO = 17;
+
+ /**
+ darken fill color
+ */
+ const short DARKEN = 18;
+
+ /**
+ darken fill color less
+ */
+ const short DARKENLESS = 19;
+
+ /**
+ lighten fill color
+ */
+ const short LIGHTEN = 20;
+
+ /**
+ lighten fill color less
+ */
+ const short LIGHTENLESS = 21;
};
//=============================================================================