Lines Matching refs:xTable
179 InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ) in InsertRowUndo() argument
180 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in InsertRowUndo()
181 , mxTable( xTable ) in InsertRowUndo()
222 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo() argument
223 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in RemoveRowUndo()
224 , mxTable( xTable ) in RemoveRowUndo()
283 InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in InsertColUndo() argument
284 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in InsertColUndo()
285 , mxTable( xTable ) in InsertColUndo()
330 RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in RemoveColUndo() argument
331 : SdrUndoAction( *xTable->getSdrTableObj()->GetModel() ) in RemoveColUndo()
332 , mxTable( xTable ) in RemoveColUndo()