Lines Matching refs:mxTable
186 , mxTable( xTable ) in InsertRowUndo()
205 if( mxTable.is() ) in Undo()
207 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Undo()
216 if( mxTable.is() ) in Redo()
218 mxTable->UndoRemoveRows( mnIndex, maRows ); in Redo()
229 , mxTable( xTable ) in RemoveRowUndo()
248 if( mxTable.is() ) in Undo()
250 mxTable->UndoRemoveRows( mnIndex, maRows ); in Undo()
259 if( mxTable.is() ) in Redo()
261 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Redo()
290 , mxTable( xTable ) in InsertColUndo()
313 if( mxTable.is() ) in Undo()
315 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Undo()
324 if( mxTable.is() ) in Redo()
326 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
337 , mxTable( xTable ) in RemoveColUndo()
360 if( mxTable.is() ) in Undo()
362 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
371 if( mxTable.is() ) in Redo()
373 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Redo()