Lines Matching refs:mnIndex
187 , mnIndex( nIndex ) in InsertRowUndo()
207 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Undo()
218 mxTable->UndoRemoveRows( mnIndex, maRows ); in Redo()
230 , mnIndex( nIndex ) in RemoveRowUndo()
250 mxTable->UndoRemoveRows( mnIndex, maRows ); in Undo()
261 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Redo()
291 , mnIndex( nIndex ) in InsertColUndo()
315 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Undo()
326 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
338 , mnIndex( nIndex ) in RemoveColUndo()
362 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
373 mxTable->UndoInsertColumns( mnIndex, sal::static_int_cast< sal_Int32 >( maColumns.size() ) ); in Redo()