Lines Matching defs:nRow
871 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in SetTableStyle() local
992 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetVertical() local
1129 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in DeleteMarked() local
1161 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in GetStyleSheet() local
1197 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetStyleSheet() local
1798 for( sal_Int32 nRow = rFirst.mnRow; nRow <= rLast.mnRow && !bExt; nRow++ ) in getSelectedCells() local
2006 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in MergeAttrFromSelectedCells() local
2252 … for( sal_Int32 nRow = std::max( aStart.mnRow - 1, (sal_Int32)0 ); nRow < nLastRow; nRow++ ) in ApplyBorderAttr() local
2337 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetAttrToSelectedCells() local
2492 for( sal_Int32 nRow = 0; nRow < nPasteRows; ++nRow ) in PasteObject() local
2558 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in ApplyFormatPaintBrush() local
2651 sal_Bool SvxTableController::isRowSelected( sal_Int32 nRow ) in isRowSelected()