summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/XCellCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XCellCursor.idl')
-rw-r--r--offapi/com/sun/star/table/XCellCursor.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/table/XCellCursor.idl b/offapi/com/sun/star/table/XCellCursor.idl
index 29861658a91b..39ad8fa51604 100644
--- a/offapi/com/sun/star/table/XCellCursor.idl
+++ b/offapi/com/sun/star/table/XCellCursor.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/table/XCellRange.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** provides methods to control the position of a cell cursor.
@@ -34,21 +32,18 @@ module com { module sun { module star { module table {
*/
published interface XCellCursor: com::sun::star::table::XCellRange
{
- //-------------------------------------------------------------------------
/** points the cursor to a single cell which is the beginning of a
contiguous series of (filled) cells.
*/
void gotoStart();
- //-------------------------------------------------------------------------
/** points the cursor to a single cell which is the end of a contiguous
series of (filled) cells.
*/
void gotoEnd();
- //-------------------------------------------------------------------------
/** points the cursor to the next unprotected cell.
@@ -57,7 +52,6 @@ published interface XCellCursor: com::sun::star::table::XCellRange
*/
void gotoNext();
- //-------------------------------------------------------------------------
/** points the cursor to the previous unprotected cell.
@@ -66,7 +60,6 @@ published interface XCellCursor: com::sun::star::table::XCellRange
*/
void gotoPrevious();
- //-------------------------------------------------------------------------
/** moves the origin of the cursor relative to the current position.
@@ -82,7 +75,6 @@ published interface XCellCursor: com::sun::star::table::XCellRange
};
-//=============================================================================
}; }; }; };