diff options
author | Radek Doulik <rodo@novell.com> | 2012-01-11 16:00:37 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-01-11 16:03:25 +0100 |
commit | 81856eecf42e56756c28df6e97dd859004755e4c (patch) | |
tree | ad42443d42d8b9a52768cb8c9346ca8d6c339723 /offapi | |
parent | 42bd571e07378c5e74f279e373c1442b4d224590 (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.idl | 20 |
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; }; //============================================================================= |