summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FillDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FillDirection.idl')
-rw-r--r--offapi/com/sun/star/sheet/FillDirection.idl99
1 files changed, 39 insertions, 60 deletions
diff --git a/offapi/com/sun/star/sheet/FillDirection.idl b/offapi/com/sun/star/sheet/FillDirection.idl
index 7d015e9d2..782824a46 100644
--- a/offapi/com/sun/star/sheet/FillDirection.idl
+++ b/offapi/com/sun/star/sheet/FillDirection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FillDirection.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:53:47 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,71 +58,50 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_FillDirection_idl__
-#define __com_sun_star_sheet_FillDirection_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: enum com::sun::star::sheet::FillDirection
-/** values are used to specify the direction of filling cells, for example, with
- a series.
+
+#ifndef __com_sun_star_sheet_FillDirection_idl__
+#define __com_sun_star_sheet_FillDirection_idl__
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** used to specify the direction of filling cells, for example,
+ with a series.
*/
enum FillDirection
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillDirection::TO_BOTTOM
+{
+ //-------------------------------------------------------------------------
+
/** specifies that rows are filled from top to bottom.
*/
- TO_BOTTOM,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillDirection::TO_RIGHT
+ TO_BOTTOM,
+
+ //-------------------------------------------------------------------------
+
/** specifies that columns are filled from left to right.
*/
- TO_RIGHT,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillDirection::TO_TOP
+ TO_RIGHT,
+
+ //-------------------------------------------------------------------------
+
/** specifies that rows are filled from bottom to top.
*/
- TO_TOP,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillDirection::TO_LEFT
+ TO_TOP,
+
+ //-------------------------------------------------------------------------
+
/** specifies that columns are filled from right to left.
*/
- TO_LEFT
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:46 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:47 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:49 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+ TO_LEFT
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+