summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableUndo.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:09:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:09:33 +0000
commitcf336d53637b3f66eb87eba253e282dc14411eeb (patch)
tree1a24c6d31a5ff60e3d5b8d2a0eca893ba250bfee /dbaccess/source/ui/tabledesign/TableUndo.hxx
parent73b5601c69b155225b1305c6c43d2b7db73c2e3a (diff)
INTEGRATION: CWS dba09 (1.4.172); FILE MERGED
2004/03/18 10:20:35 fs 1.4.172.1: #i24876# +TYPEINFO
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableUndo.hxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableUndo.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.hxx b/dbaccess/source/ui/tabledesign/TableUndo.hxx
index ec0b95eb97e5..5bc75e0e3e88 100644
--- a/dbaccess/source/ui/tabledesign/TableUndo.hxx
+++ b/dbaccess/source/ui/tabledesign/TableUndo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableUndo.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:53:05 $
+ * last change: $Author: hr $ $Date: 2004-05-10 13:09:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableDesignUndoAct( OTableRowView* pOwner ,USHORT nCommentID);
virtual ~OTableDesignUndoAct();
};
@@ -102,6 +103,7 @@ namespace dbaui
OTableEditorCtrl* pTabEdCtrl;
public:
+ TYPEINFO();
OTableEditorUndoAct( OTableEditorCtrl* pOwner,USHORT nCommentID );
virtual ~OTableEditorUndoAct();
};
@@ -119,6 +121,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableDesignCellUndoAct( OTableRowView* pOwner, long nRowID, USHORT nColumn );
virtual ~OTableDesignCellUndoAct();
};
@@ -136,6 +139,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, USHORT nColumn, const TOTypeInfoSP& _pOldType );
virtual ~OTableEditorTypeSelUndoAct();
};
@@ -149,6 +153,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableEditorDelUndoAct( OTableEditorCtrl* pOwner );
virtual ~OTableEditorDelUndoAct();
};
@@ -163,6 +168,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableEditorInsUndoAct( OTableEditorCtrl* pOwner,
long nInsertPosition,
const ::std::vector< OTableRow*>& _vInsertedRows);
@@ -179,6 +185,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows );
virtual ~OTableEditorInsNewUndoAct();
};
@@ -195,6 +202,7 @@ namespace dbaui
virtual void Undo();
virtual void Redo();
public:
+ TYPEINFO();
OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelection aInsertedKeys );
virtual ~OPrimKeyUndoAct();
};