summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/ShadowLocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/ShadowLocation.idl')
-rw-r--r--offapi/com/sun/star/table/ShadowLocation.idl104
1 files changed, 42 insertions, 62 deletions
diff --git a/offapi/com/sun/star/table/ShadowLocation.idl b/offapi/com/sun/star/table/ShadowLocation.idl
index 5fa791e8d..a57a7031c 100644
--- a/offapi/com/sun/star/table/ShadowLocation.idl
+++ b/offapi/com/sun/star/table/ShadowLocation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ShadowLocation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:18 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,75 +58,55 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_table_ShadowLocation_idl__
-#define __com_sun_star_table_ShadowLocation_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module table {
-
-//=============================================================================
-
-// DocMerge from xml: enum com::sun::star::table::ShadowLocation
-/** enumeration used to specify the location of the shadow
- in a <type>ShadowFormat</type>.
+
+#ifndef __com_sun_star_table_ShadowLocation_idl__
+#define __com_sun_star_table_ShadowLocation_idl__
+
+//=============================================================================
+
+module com { module sun { module star { module table {
+
+//=============================================================================
+
+/** specifies the location of the shadow in a <type>ShadowFormat</type>.
*/
enum ShadowLocation
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::table::ShadowLocation::NONE
+{
+ //-------------------------------------------------------------------------
+
/** no shadow.
*/
- NONE,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::table::ShadowLocation::TOP_LEFT
+ NONE,
+
+ //-------------------------------------------------------------------------
+
/** shadow is located along the upper and left sides.
*/
- TOP_LEFT,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::table::ShadowLocation::TOP_RIGHT
+ TOP_LEFT,
+
+ //-------------------------------------------------------------------------
+
/** shadow is located along the upper and right sides.
*/
- TOP_RIGHT,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::table::ShadowLocation::BOTTOM_LEFT
+ TOP_RIGHT,
+
+ //-------------------------------------------------------------------------
+
/** shadow is located along the lower and left sides.
*/
- BOTTOM_LEFT,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::table::ShadowLocation::BOTTOM_RIGHT
+ BOTTOM_LEFT,
+
+ //-------------------------------------------------------------------------
+
/** shadow is located along the lower and right sides.
*/
- BOTTOM_RIGHT
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+ BOTTOM_RIGHT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+