Lines Matching refs:nRow
2358 for( sal_Int32 nRow = 0; nRow <= nRowCount; nRow++ ) in AddToHdlList() local
2361 const sal_Int32 nEdge = mpImpl->mpLayouter->getHorizontalEdge( nRow, &nEdgeMin, &nEdgeMax ); in AddToHdlList()
2369 pHdl->SetPointNum( nRow ); in AddToHdlList()
2371 aRowEdges[nRow] = pHdl; in AddToHdlList()
2400 for( sal_Int32 nRow = 0; nRow <= nRowCount; ++nRow ) in AddToHdlList() local
2402 const sal_Int32 nRowHeight = (nRow == nRowCount) ? 0 : rLayouter.getRowHeight(nRow); in AddToHdlList()
2411 if( rLayouter.isEdgeVisible( nCol, nRow, false ) ) in AddToHdlList()
2412 …aColEdges[nCol]->SetEdge( nRow, nY, nY + nRowHeight, (rLayouter.getBorderLine( nCol, nRow, false )… in AddToHdlList()
2417 if( rLayouter.isEdgeVisible( nCol, nRow, true ) ) in AddToHdlList()
2418 …aRowEdges[nRow]->SetEdge( nCol, nX, nX + nColWidth, (rLayouter.getBorderLine( nCol, nRow, true ) =… in AddToHdlList()
2725 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in CloneRange() local
2729 CellRef xTargetCell( dynamic_cast< Cell* >( xNewTable->getCellByPosition( nCol, nRow ).get() ) ); in CloneRange()
2731 …mic_cast< Cell* >( xTable->getCellByPosition( rStart.mnCol + nCol, rStart.mnRow + nRow ).get() ) ); in CloneRange()
2742 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in CloneRange() local
2744 Reference< XPropertySet > xNewSet( xNewRows->getByIndex( nRow ), UNO_QUERY_THROW ); in CloneRange()
2745 …xNewSet->setPropertyValue( sHeight, Any( mpImpl->mpLayouter->getRowHeight( rStart.mnRow + nRow ) )… in CloneRange()