diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 12:09:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 12:09:33 +0000 |
commit | 48530bac0cb620165355af30fa8c2f2ad402ec56 (patch) | |
tree | f6a98e474c7d64b3b8b5b9b21c10bb986f854557 | |
parent | 68f20f8e95192db0f5accb35f3f42b1fce03536e (diff) |
INTEGRATION: CWS dba09 (1.4.172); FILE MERGED
2004/03/18 10:20:35 fs 1.4.172.1: #i24876# +TYPEINFO
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableUndo.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.hxx b/dbaccess/source/ui/tabledesign/TableUndo.hxx index 3085bb768..2918ab0a4 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(); }; |