Lines Matching refs:xTable
184 InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ) in InsertRowUndo() argument
185 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in InsertRowUndo()
186 , mxTable( xTable ) in InsertRowUndo()
227 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo() argument
228 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in RemoveRowUndo()
229 , mxTable( xTable ) in RemoveRowUndo()
288 InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in InsertColUndo() argument
289 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in InsertColUndo()
290 , mxTable( xTable ) in InsertColUndo()
335 RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in RemoveColUndo() argument
336 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in RemoveColUndo()
337 , mxTable( xTable ) in RemoveColUndo()