Lines Matching refs:GetUndoManager
262 SfxUndoManager& OTableEditorCtrl::GetUndoManager() const in GetUndoManager() function in OTableEditorCtrl
264 return GetView()->getController().GetUndoManager(); in GetUndoManager()
387 GetUndoManager().Clear(); in ~OTableEditorCtrl()
676 …GetUndoManager().AddUndoAction(new OTableEditorTypeSelUndoAct(this, nRow, FIELD_TYPE, pActFieldDes… in SaveData()
851 GetUndoManager().EnterListAction( sActionDescription, String() ); in CellModified()
868 …GetUndoManager().AddUndoAction( new OTableEditorTypeSelUndoAct(this, nRow, nColId+1, TOTypeInfoSP(… in CellModified()
872 GetUndoManager().AddUndoAction( new OTableDesignCellUndoAct(this, nRow, nColId) ); in CellModified()
875 …GetUndoManager().AddUndoAction(new OTableEditorTypeSelUndoAct(this, GetCurRow(), nColId, GetFieldD… in CellModified()
881 GetUndoManager().LeaveListAction(); in CellModified()
1044 GetUndoManager().AddUndoAction( new OTableEditorInsUndoAct(this, nRow,vInsertedUndoRedoRows) ); in InsertRows()
1056 GetUndoManager().AddUndoAction( new OTableEditorDelUndoAct(this) ); in DeleteRows()
1104 GetUndoManager().AddUndoAction( new OTableEditorInsNewUndoAct(this, nRow, nInsertRows) ); in InsertNewRows()
1882 GetUndoManager().AddUndoAction( new OPrimKeyUndoAct(this, aDeletedPrimKeys, aInsertedPrimKeys) ); in SetPrimaryKey()