summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
index d5e8420fc32f..2d5f57d57400 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.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
@@ -31,12 +31,12 @@
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl>
#endif
-//=============================================================================
-
-module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+//=============================================================================
+
+module com { module sun { module star { module drawing {
+
+//=============================================================================
+
/**
This service may be represented by a ::com::sun::star::beans::PropertyValue [].
*/
@@ -68,22 +68,22 @@ service EnhancedCustomShapeHandle
*/
[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameterPair Polar;
- /** RefX, if this attribute is set, it specifies the index of the adjustment
+ /** RefX, if this attribute is set, it specifies the index of the adjustment
value which is connected to the horizontal position of the handle
*/
[optional, property] long RefX;
- /** RefY, if this attribute is set, it specifies the index of the adjustment
+ /** RefY, if this attribute is set, it specifies the index of the adjustment
value which is connected to the vertical position of the handle
*/
[optional, property] long RefY;
- /** RefAngle, if this attribute is set, it specifies the index of the adjustment
+ /** RefAngle, if this attribute is set, it specifies the index of the adjustment
value which is connected to the angle of the handle
*/
[optional, property] long RefAngle;
- /** RefR, if this attribute is set, it specifies the index of the adjustment
+ /** RefR, if this attribute is set, it specifies the index of the adjustment
value which is connected to the radius of the handle
*/
[optional, property] long RefR;
@@ -103,19 +103,19 @@ service EnhancedCustomShapeHandle
/** If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle.
*/
[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RangeYMaximum;
-
- /** If this attribute is set, it specifies the minimum radius range that can be used for a polar handle.
+
+ /** If this attribute is set, it specifies the minimum radius range that can be used for a polar handle.
*/
[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMinimum;
- /** If this attribute is set, it specifies the maximum radius range that can be used for a polar handle.
+ /** If this attribute is set, it specifies the maximum radius range that can be used for a polar handle.
*/
[optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RadiusRangeMaximum;
};
-
-//=============================================================================
-
+
+//=============================================================================
+
}; }; }; };
-
-#endif
+
+#endif