Lines Matching refs:mxTable
181 , mxTable( xTable ) in InsertRowUndo()
200 if( mxTable.is() ) in Undo()
202 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Undo()
211 if( mxTable.is() ) in Redo()
213 mxTable->UndoRemoveRows( mnIndex, maRows ); in Redo()
224 , mxTable( xTable ) in RemoveRowUndo()
243 if( mxTable.is() ) in Undo()
245 mxTable->UndoRemoveRows( mnIndex, maRows ); in Undo()
254 if( mxTable.is() ) in Redo()
256 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Redo()
285 , mxTable( xTable ) in InsertColUndo()
308 if( mxTable.is() ) in Undo()
310 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Undo()
319 if( mxTable.is() ) in Redo()
321 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
332 , mxTable( xTable ) in RemoveColUndo()
355 if( mxTable.is() ) in Undo()
357 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
366 if( mxTable.is() ) in Redo()
368 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Redo()