Lines Matching refs:mnIndex
182 , mnIndex( nIndex ) in InsertRowUndo()
202 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Undo()
213 mxTable->UndoRemoveRows( mnIndex, maRows ); in Redo()
225 , mnIndex( nIndex ) in RemoveRowUndo()
245 mxTable->UndoRemoveRows( mnIndex, maRows ); in Undo()
256 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Redo()
286 , mnIndex( nIndex ) in InsertColUndo()
310 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Undo()
321 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
333 , mnIndex( nIndex ) in RemoveColUndo()
357 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
368 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Redo()