summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/RectanglePoint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/RectanglePoint.idl')
-rw-r--r--offapi/com/sun/star/drawing/RectanglePoint.idl128
1 files changed, 64 insertions, 64 deletions
diff --git a/offapi/com/sun/star/drawing/RectanglePoint.idl b/offapi/com/sun/star/drawing/RectanglePoint.idl
index db1d5ed16f6a..a788d064f030 100644
--- a/offapi/com/sun/star/drawing/RectanglePoint.idl
+++ b/offapi/com/sun/star/drawing/RectanglePoint.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
@@ -24,98 +24,98 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_RectanglePoint_idl__
-#define __com_sun_star_drawing_RectanglePoint_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_RectanglePoint_idl__
+#define __com_sun_star_drawing_RectanglePoint_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
// DocMerge from xml: enum com::sun::star::drawing::RectanglePoint
/** specifies one of nine points in a rectangle.
*/
published enum RectanglePoint
-{
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_TOP,
-
+{
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_TOP,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_TOP
/** specify to the point on the left side from the top of the rectangle.
*/
- LEFT_TOP,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_TOP,
-
+ LEFT_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_TOP,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_TOP
/** specify to the point on the middle of the top from the rectangle.
*/
- MIDDLE_TOP,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_TOP,
-
+ MIDDLE_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_TOP,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_TOP
/** specify to the point on the right side from the top of the rectangle.
*/
- RIGHT_TOP,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_MIDDLE,
-
+ RIGHT_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_MIDDLE,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_MIDDLE
/** specify to the point on the middle of the left side from the rectangle.
*/
- LEFT_MIDDLE,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_MIDDLE,
-
+ LEFT_MIDDLE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_MIDDLE,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_MIDDLE
/** specify to the point on the center from the rectangle.
*/
- MIDDLE_MIDDLE,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_MIDDLE,
-
+ MIDDLE_MIDDLE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_MIDDLE,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_MIDDLE
/** specify to the point on the middle of the right side from the rectangle.
*/
- RIGHT_MIDDLE,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_BOTTOM,
-
+ RIGHT_MIDDLE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: LEFT_BOTTOM,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::LEFT_BOTTOM
/** specify to the point on the bottom of the left side from the rectangle.
*/
- LEFT_BOTTOM,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_BOTTOM,
-
+ LEFT_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: MIDDLE_BOTTOM,
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::MIDDLE_BOTTOM
/** specify to the point on the middle of the bottom from the rectangle.
*/
- MIDDLE_BOTTOM,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_BOTTOM
-
+ MIDDLE_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR RectanglePoint:: RIGHT_BOTTOM
+
// DocMerge from xml: value com::sun::star::drawing::RectanglePoint::RIGHT_BOTTOM
/** specify to the point on the bottom of the right side from the rectangle.
*/
- RIGHT_BOTTOM
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ RIGHT_BOTTOM
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif