summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/NamedRangeFlag.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/NamedRangeFlag.idl')
-rw-r--r--offapi/com/sun/star/sheet/NamedRangeFlag.idl94
1 files changed, 38 insertions, 56 deletions
diff --git a/offapi/com/sun/star/sheet/NamedRangeFlag.idl b/offapi/com/sun/star/sheet/NamedRangeFlag.idl
index 537595f54..da133f819 100644
--- a/offapi/com/sun/star/sheet/NamedRangeFlag.idl
+++ b/offapi/com/sun/star/sheet/NamedRangeFlag.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NamedRangeFlag.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:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,67 +58,49 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_NamedRangeFlag_idl__
-#define __com_sun_star_sheet_NamedRangeFlag_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from idl: constants com::sun::star::sheet::NamedRangeFlag
-/** These constants are used to specify the purpose of a named range.
+
+#ifndef __com_sun_star_sheet_NamedRangeFlag_idl__
+#define __com_sun_star_sheet_NamedRangeFlag_idl__
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** used to specify the purpose of a named range.
*/
constants NamedRangeFlag
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from idl: value com::sun::star::sheet::NamedRangeFlag::FILTER_CRITERIA
+{
+ //-------------------------------------------------------------------------
+
/** The range contains filter criteria.
*/
- const long FILTER_CRITERIA = 1;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from idl: value com::sun::star::sheet::NamedRangeFlag::PRINT_AREA
+ const long FILTER_CRITERIA = 1;
+
+ //-------------------------------------------------------------------------
+
/** The range can be used as a print range.
*/
- const long PRINT_AREA = 2;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from idl: value com::sun::star::sheet::NamedRangeFlag::COLUMN_HEADER
+ const long PRINT_AREA = 2;
+
+ //-------------------------------------------------------------------------
+
/** The range can be used as column headers for printing.
*/
- const long COLUMN_HEADER = 4;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from idl: value com::sun::star::sheet::NamedRangeFlag::ROW_HEADER
+ const long COLUMN_HEADER = 4;
+
+ //-------------------------------------------------------------------------
+
/** The range can be used as row headers for printing.
*/
- const long ROW_HEADER = 8;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $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
+ const long ROW_HEADER = 8;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+