Lines Matching refs:OTableEditorUndoAct

59 TYPEINIT1( OTableEditorUndoAct,         OTableDesignUndoAct );
61 TYPEINIT1( OTableEditorTypeSelUndoAct, OTableEditorUndoAct );
62 TYPEINIT1( OTableEditorDelUndoAct, OTableEditorUndoAct );
63 TYPEINIT1( OTableEditorInsUndoAct, OTableEditorUndoAct );
64 TYPEINIT1( OTableEditorInsNewUndoAct, OTableEditorUndoAct );
65 TYPEINIT1( OPrimKeyUndoAct, OTableEditorUndoAct );
168 DBG_NAME(OTableEditorUndoAct);
169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct() function in OTableEditorUndoAct
173 DBG_CTOR(OTableEditorUndoAct,NULL); in OTableEditorUndoAct()
177 OTableEditorUndoAct::~OTableEditorUndoAct() in ~OTableEditorUndoAct()
179 DBG_DTOR(OTableEditorUndoAct,NULL); in ~OTableEditorUndoAct()
187 :OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_TYPE_CHANGED) in OTableEditorTypeSelUndoAct()
214 OTableEditorUndoAct::Undo(); in Undo()
225 OTableEditorUndoAct::Redo(); in Redo()
233 OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_ROWDELETED) in OTableEditorDelUndoAct()
281 OTableEditorUndoAct::Undo(); in Undo()
302 OTableEditorUndoAct::Redo(); in Redo()
313 :OTableEditorUndoAct( pOwner,STR_TABED_UNDO_ROWINSERTED ) in OTableEditorInsUndoAct()
341 OTableEditorUndoAct::Undo(); in Undo()
364 OTableEditorUndoAct::Redo(); in Redo()
372 OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_NEWROWINSERTED) in OTableEditorInsNewUndoAct()
400 OTableEditorUndoAct::Undo(); in Undo()
416 OTableEditorUndoAct::Redo(); in Redo()
426 OTableEditorUndoAct( pOwner ,STR_TABLEDESIGN_UNDO_PRIMKEY) in OPrimKeyUndoAct()
466 OTableEditorUndoAct::Undo(); in Undo()
486 OTableEditorUndoAct::Redo(); in Redo()