Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx61 TYPEINIT1( OTableEditorTypeSelUndoAct, OTableEditorUndoAct );
185 DBG_NAME(OTableEditorTypeSelUndoAct);
186 OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_… in OTableEditorTypeSelUndoAct() function in OTableEditorTypeSelUndoAct
192 DBG_CTOR(OTableEditorTypeSelUndoAct,NULL); in OTableEditorTypeSelUndoAct()
196 OTableEditorTypeSelUndoAct::~OTableEditorTypeSelUndoAct() in ~OTableEditorTypeSelUndoAct()
198 DBG_DTOR(OTableEditorTypeSelUndoAct,NULL); in ~OTableEditorTypeSelUndoAct()
202 void OTableEditorTypeSelUndoAct::Undo() in Undo()
218 void OTableEditorTypeSelUndoAct::Redo() in Redo()
H A DTableUndo.hxx93 class OTableEditorTypeSelUndoAct : public OTableEditorUndoAct class
105OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTyp…
106 virtual ~OTableEditorTypeSelUndoAct();
H A DTEditControl.cxx676 …GetUndoManager().AddUndoAction(new OTableEditorTypeSelUndoAct(this, nRow, FIELD_TYPE, pActFieldDes… in SaveData()
868 …GetUndoManager().AddUndoAction( new OTableEditorTypeSelUndoAct(this, nRow, nColId+1, TOTypeInfoSP(… in CellModified()
875 …GetUndoManager().AddUndoAction(new OTableEditorTypeSelUndoAct(this, GetCurRow(), nColId, GetFieldD… in CellModified()

Completed in 21 milliseconds