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 16:03:25 +0100
commit81856eecf42e56756c28df6e97dd859004755e4c (patch)
treead42443d42d8b9a52768cb8c9346ca8d6c339723 /offapi
parent42bd571e07378c5e74f279e373c1442b4d224590 (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 62dafa66ac07..7e605384299f 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
@@ -110,6 +110,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;
};
//=============================================================================