Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx64 TYPEINIT1( OTableEditorInsNewUndoAct, OTableEditorUndoAct );
370 DBG_NAME(OTableEditorInsNewUndoAct);
371 OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPositio… in OTableEditorInsNewUndoAct() function in OTableEditorInsNewUndoAct
376 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()
H A DTableUndo.hxx141 class OTableEditorInsNewUndoAct : public OTableEditorUndoAct class
151 OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows );
152 virtual ~OTableEditorInsNewUndoAct();
H A DTEditControl.cxx1104 GetUndoManager().AddUndoAction( new OTableEditorInsNewUndoAct(this, nRow, nInsertRows) ); in InsertNewRows()

Completed in 29 milliseconds