Home
last modified time | relevance | path

Searched refs:OTableEditorInsUndoAct (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx63 TYPEINIT1( OTableEditorInsUndoAct, OTableEditorUndoAct );
309 DBG_NAME(OTableEditorInsUndoAct);
310 OTableEditorInsUndoAct::OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, in OTableEditorInsUndoAct() function in OTableEditorInsUndoAct
317 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()
H A DTableUndo.hxx124 class OTableEditorInsUndoAct : public OTableEditorUndoAct class
134 OTableEditorInsUndoAct( OTableEditorCtrl* pOwner,
137 virtual ~OTableEditorInsUndoAct();
H A DTEditControl.cxx1044 GetUndoManager().AddUndoAction( new OTableEditorInsUndoAct(this, nRow,vInsertedUndoRedoRows) ); in InsertRows()

Completed in 24 milliseconds