Searched refs:OTableEditorInsUndoAct (Results 1 – 3 of 3) sorted by relevance
63 TYPEINIT1( OTableEditorInsUndoAct, OTableEditorUndoAct );309 DBG_NAME(OTableEditorInsUndoAct);310 OTableEditorInsUndoAct::OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, in OTableEditorInsUndoAct() function in OTableEditorInsUndoAct317 DBG_CTOR(OTableEditorInsUndoAct,NULL); in OTableEditorInsUndoAct()321 OTableEditorInsUndoAct::~OTableEditorInsUndoAct() in ~OTableEditorInsUndoAct()323 DBG_DTOR(OTableEditorInsUndoAct,NULL); in ~OTableEditorInsUndoAct()328 void OTableEditorInsUndoAct::Undo() in Undo()345 void OTableEditorInsUndoAct::Redo() in Redo()
124 class OTableEditorInsUndoAct : public OTableEditorUndoAct class134 OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, 137 virtual ~OTableEditorInsUndoAct();
1044 GetUndoManager().AddUndoAction( new OTableEditorInsUndoAct(this, nRow,vInsertedUndoRedoRows) ); in InsertRows()
Completed in 26 milliseconds