summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
index c8c035e13d24..495e3947ba6d 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,30 +26,30 @@
************************************************************************/
#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
#define __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
/** defines how a EnhancedCustomShapeParameter has to be interpreted
*/
constants EnhancedCustomShapeParameterType
-{
+{
/** the value of the point component is normal, the Coordinate is taken as it is
*/
const short NORMAL = 0;
-
+
/** the value of the point component has to be interpreted as index to a Equation
*/
const short EQUATION = 1;
-
+
/** the value of the point component has to be interpreted as index into the list of AdjustmentValues
*/
const short ADJUSTMENT = 2;
-
+
/** the logical left border of the CustomShape is used
*/
const short LEFT = 3;
@@ -97,11 +97,11 @@ constants EnhancedCustomShapeParameterType
/** The logical height of the shape is used.
*/
const short LOGHEIGHT = 14;
-};
-
-//=============================================================================
-
+};
+
+//=============================================================================
+
}; }; }; };
-
-#endif
+
+#endif