summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/ShadeMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ShadeMode.idl')
-rw-r--r--offapi/com/sun/star/drawing/ShadeMode.idl72
1 files changed, 36 insertions, 36 deletions
diff --git a/offapi/com/sun/star/drawing/ShadeMode.idl b/offapi/com/sun/star/drawing/ShadeMode.idl
index e91154b6108c..ebd5d49546e7 100644
--- a/offapi/com/sun/star/drawing/ShadeMode.idl
+++ b/offapi/com/sun/star/drawing/ShadeMode.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,57 +24,57 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_ShadeMode_idl__
-#define __com_sun_star_drawing_ShadeMode_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_ShadeMode_idl__
+#define __com_sun_star_drawing_ShadeMode_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
// DocMerge from xml: enum com::sun::star::drawing::ShadeMode
/** The <type>ShadeMode</type> determines the quality of displaying the object.
*/
published enum ShadeMode
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::ShadeMode::FLAT
/** With <const>FLAT</const> shading, the faces of the object are
rendered in a solid color.
*/
- FLAT,
-
- //-------------------------------------------------------------------------
-
+ FLAT,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::ShadeMode::PHONG
/** With <const>PHONG</const> shading, the normal itself is interpolated
to get more realistic colors and light reflections.
*/
- PHONG,
-
- //-------------------------------------------------------------------------
-
+ PHONG,
+
+ //-------------------------------------------------------------------------
+
/** With <const>SMOOTH</const> shading, the colors of the lit vertiecs is
interpolated.
*/
- SMOOTH,
-
- //-------------------------------------------------------------------------
-
+ SMOOTH,
+
+ //-------------------------------------------------------------------------
+
// DocMerge: empty anyway
- /** <const>DRAFT</const> is a special mode which uses a BSP tree and
+ /** <const>DRAFT</const> is a special mode which uses a BSP tree and
triangle subdivision for displaying.
*/
- DRAFT
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ DRAFT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif