Searched refs:OTableEditorInsNewUndoAct (Results 1 – 3 of 3) sorted by relevance
64 TYPEINIT1( OTableEditorInsNewUndoAct, OTableEditorUndoAct );370 DBG_NAME(OTableEditorInsNewUndoAct);371 OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPositio… in OTableEditorInsNewUndoAct() function in OTableEditorInsNewUndoAct376 DBG_CTOR(OTableEditorInsNewUndoAct,NULL); in OTableEditorInsNewUndoAct()380 OTableEditorInsNewUndoAct::~OTableEditorInsNewUndoAct() in ~OTableEditorInsNewUndoAct()382 DBG_DTOR(OTableEditorInsNewUndoAct,NULL); in ~OTableEditorInsNewUndoAct()386 void OTableEditorInsNewUndoAct::Undo() in Undo()404 void OTableEditorInsNewUndoAct::Redo() in Redo()
141 class OTableEditorInsNewUndoAct : public OTableEditorUndoAct class151 OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows );152 virtual ~OTableEditorInsNewUndoAct();
1104 GetUndoManager().AddUndoAction( new OTableEditorInsNewUndoAct(this, nRow, nInsertRows) ); in InsertNewRows()
Completed in 21 milliseconds