summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/GradientStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/GradientStyle.idl')
-rw-r--r--offapi/com/sun/star/awt/GradientStyle.idl86
1 files changed, 43 insertions, 43 deletions
diff --git a/offapi/com/sun/star/awt/GradientStyle.idl b/offapi/com/sun/star/awt/GradientStyle.idl
index 273dcbca28f9..f57b859f90d5 100644
--- a/offapi/com/sun/star/awt/GradientStyle.idl
+++ b/offapi/com/sun/star/awt/GradientStyle.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,60 +24,60 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_GradientStyle_idl__
-#define __com_sun_star_awt_GradientStyle_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_GradientStyle_idl__
+#define __com_sun_star_awt_GradientStyle_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specify the style of color dispersion.
*/
published enum GradientStyle
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** specifies a linear gradient.
*/
- LINEAR,
-
- //-------------------------------------------------------------------------
-
+ LINEAR,
+
+ //-------------------------------------------------------------------------
+
/** specifies an axial gradient.
*/
- AXIAL,
-
- //-------------------------------------------------------------------------
-
+ AXIAL,
+
+ //-------------------------------------------------------------------------
+
/** specifies a radial gradient.
*/
- RADIAL,
-
- //-------------------------------------------------------------------------
-
+ RADIAL,
+
+ //-------------------------------------------------------------------------
+
/** specifies an elliptical gradient.
*/
- ELLIPTICAL,
-
- //-------------------------------------------------------------------------
-
+ ELLIPTICAL,
+
+ //-------------------------------------------------------------------------
+
/** specifies a gradient in the shape of a square.
*/
- SQUARE,
-
- //-------------------------------------------------------------------------
-
+ SQUARE,
+
+ //-------------------------------------------------------------------------
+
/** specifies a gradient in the shape of a rectangle.
*/
- RECT
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ RECT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif