summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl')
-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;
};
//=============================================================================