From 81856eecf42e56756c28df6e97dd859004755e4c Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 11 Jan 2012 16:00:37 +0100 Subject: added new custom shape path segment commands - darken/lighten fill color --- .../drawing/EnhancedCustomShapeSegmentCommand.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'offapi') 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; }; //============================================================================= -- cgit