summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetCellCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetCellCursor.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetCellCursor.idl130
1 files changed, 66 insertions, 64 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCellCursor.idl b/offapi/com/sun/star/sheet/SheetCellCursor.idl
index 3a3602ccf..2ddb46284 100644
--- a/offapi/com/sun/star/sheet/SheetCellCursor.idl
+++ b/offapi/com/sun/star/sheet/SheetCellCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SheetCellCursor.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:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,67 +58,69 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_SheetCellCursor_idl__
-#define __com_sun_star_sheet_SheetCellCursor_idl__
-
-#ifndef __com_sun_star_table_CellCursor_idl__
-#include <com/sun/star/table/CellCursor.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_SheetCellRange_idl__
-#include <com/sun/star/sheet/SheetCellRange.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_XSheetCellCursor_idl__
-#include <com/sun/star/sheet/XSheetCellCursor.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_XUsedAreaCursor_idl__
-#include <com/sun/star/sheet/XUsedAreaCursor.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: service com::sun::star::sheet::SheetCellCursor
-/** a cursor in a spreadsheet.
+
+#ifndef __com_sun_star_sheet_SheetCellCursor_idl__
+#define __com_sun_star_sheet_SheetCellCursor_idl__
+
+#ifndef __com_sun_star_table_CellCursor_idl__
+#include <com/sun/star/table/CellCursor.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_SheetCellRange_idl__
+#include <com/sun/star/sheet/SheetCellRange.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XSheetCellCursor_idl__
+#include <com/sun/star/sheet/XSheetCellCursor.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XUsedAreaCursor_idl__
+#include <com/sun/star/sheet/XUsedAreaCursor.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** represents a cursor in a spreadsheet.
+
+ <p>A cursor is a cell range which provides additional methods to move
+ through the table (i.e. to find specific cell ranges).</p>
*/
service SheetCellCursor
-{
- // DocMerge: empty anyway
- service com::sun::star::table::CellCursor;
-
- // DocMerge: empty anyway
- service com::sun::star::sheet::SheetCellRange;
-
- // DocMerge: empty anyway
- interface com::sun::star::sheet::XSheetCellCursor;
-
- // DocMerge: empty anyway
- interface com::sun::star::sheet::XUsedAreaCursor;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $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
+{
+ //-------------------------------------------------------------------------
+
+ /** provides common methods to control the position of the cursor.
+ */
+ service com::sun::star::table::CellCursor;
+
+ //-------------------------------------------------------------------------
+
+ /** provides the complete functionality of a cell range in a spreadsheet
+ document.
+ */
+ service com::sun::star::sheet::SheetCellRange;
+
+ //=========================================================================
+
+ /** provides advanced methods to control the position of the cursor.
+ */
+ interface com::sun::star::sheet::XSheetCellCursor;
+
+ //-------------------------------------------------------------------------
+
+ /** provides methods to find the used area of the entire sheet.
+ */
+ interface com::sun::star::sheet::XUsedAreaCursor;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+