summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FillMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FillMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/FillMode.idl136
1 files changed, 53 insertions, 83 deletions
diff --git a/offapi/com/sun/star/sheet/FillMode.idl b/offapi/com/sun/star/sheet/FillMode.idl
index c2a08f570..5df274696 100644
--- a/offapi/com/sun/star/sheet/FillMode.idl
+++ b/offapi/com/sun/star/sheet/FillMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FillMode.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * 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,100 +58,70 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_FillMode_idl__
-#define __com_sun_star_sheet_FillMode_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: enum com::sun::star::sheet::FillMode
-/** used to specify the series used to fill cells.
+
+#ifndef __com_sun_star_sheet_FillMode_idl__
+#define __com_sun_star_sheet_FillMode_idl__
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** used to specify the series type used to fill cells.
*/
enum FillMode
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillMode::SIMPLE
+{
+ //-------------------------------------------------------------------------
+
/** specifies a constant series.
-
-
-
+
<p>All cells are filled with the same value.</p>
*/
- SIMPLE,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillMode::LINEAR
- /** this constant specifies an arithmetic series.
-
-
-
+ SIMPLE,
+
+ //-------------------------------------------------------------------------
+
+ /** specifies an arithmetic series.
+
<p>Cell by cell, the value used to fill the cells is increased
- by an additive value.
- </p>
+ by an additive value.</p>
*/
- LINEAR,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillMode::GROWTH
+ LINEAR,
+
+ //-------------------------------------------------------------------------
+
/** specifies a geometric series.
-
-
-
+
<p>Cell by cell, the value used to fill the cells is multiplied
- by a specified value.
- </p>
+ by a specified value.</p>
*/
- GROWTH,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillMode::DATE
+ GROWTH,
+
+ //-------------------------------------------------------------------------
+
/** specifies an arithmetic series for date values.
-
-
-
+
<p>Cell by cell, the value used to fill the cells is increased
- by a specified number of days.
- </p>
+ by a specified number of days</p>
+
+ @see com::sun::star::sheet::FillDateMode
*/
- DATE,
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: value com::sun::star::sheet::FillMode::AUTO
+ DATE,
+
+ //-------------------------------------------------------------------------
+
/** specifies the use of a user-defined list.
-
-
-
+
<p>The cells are filled using a user-defined series.</p>
*/
- AUTO
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- 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
+ AUTO
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+