summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/CellInsertMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/CellInsertMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellInsertMode.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/CellInsertMode.idl b/offapi/com/sun/star/sheet/CellInsertMode.idl
index e18a1c708da6..f85983b164fb 100644
--- a/offapi/com/sun/star/sheet/CellInsertMode.idl
+++ b/offapi/com/sun/star/sheet/CellInsertMode.idl
@@ -20,41 +20,34 @@
#ifndef __com_sun_star_sheet_CellInsertMode_idl__
#define __com_sun_star_sheet_CellInsertMode_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** is used to specify how cells are moved when new cells are inserted.
*/
published enum CellInsertMode
{
- //-------------------------------------------------------------------------
/** no cells are moved.
*/
NONE,
- //-------------------------------------------------------------------------
/** the cells below the inserted cells are moved down.
*/
DOWN,
- //-------------------------------------------------------------------------
/** the cells to the right of the inserted cells are moved right.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** entire rows below the inserted cells are moved down.
*/
ROWS,
- //-------------------------------------------------------------------------
/** entire columns to the right of the inserted cells are moved right.
*/
@@ -62,7 +55,6 @@ published enum CellInsertMode
};
-//=============================================================================
}; }; }; };