Home
last modified time | relevance | path

Searched refs:RemoveRowUndo (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svx/source/table/
H A Dtableundo.cxx222 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo() function in sdr::table::RemoveRowUndo
233 RemoveRowUndo::~RemoveRowUndo() in ~RemoveRowUndo()
241 void RemoveRowUndo::Undo() in Undo()
252 void RemoveRowUndo::Redo() in Redo()
H A Dtableundo.hxx107 class RemoveRowUndo : public SdrUndoAction class
110 RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRows );
111 virtual ~RemoveRowUndo();
H A Dtablemodel.hxx69 friend class RemoveRowUndo;
H A Dtablemodel.cxx1011 pModel->AddUndo( new RemoveRowUndo( xThis, nIndex, aRemovedRows ) ); in removeRows()

Completed in 22 milliseconds