summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XCellRangeMovement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeMovement.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeMovement.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeMovement.idl b/offapi/com/sun/star/sheet/XCellRangeMovement.idl
index a81f736c9857..249c5e49188e 100644
--- a/offapi/com/sun/star/sheet/XCellRangeMovement.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeMovement.idl
@@ -26,17 +26,14 @@
#include <com/sun/star/sheet/CellDeleteMode.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods for moving ranges of cells in a sheet.
*/
published interface XCellRangeMovement: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** inserts cells, moving other cells down or right.
@@ -52,7 +49,6 @@ published interface XCellRangeMovement: com::sun::star::uno::XInterface
[in] com::sun::star::table::CellRangeAddress aRange,
[in] com::sun::star::sheet::CellInsertMode nMode );
- //-------------------------------------------------------------------------
/** deletes cells, moving other cells up or left.
@@ -66,7 +62,6 @@ published interface XCellRangeMovement: com::sun::star::uno::XInterface
[in] com::sun::star::table::CellRangeAddress aRange,
[in] com::sun::star::sheet::CellDeleteMode nMode );
- //-------------------------------------------------------------------------
/** moves a cell range to another position in the document.
@@ -83,7 +78,6 @@ published interface XCellRangeMovement: com::sun::star::uno::XInterface
[in] com::sun::star::table::CellAddress aDestination,
[in] com::sun::star::table::CellRangeAddress aSource );
- //-------------------------------------------------------------------------
/** copies a cell range to another position in the document.
@@ -101,7 +95,6 @@ published interface XCellRangeMovement: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };