Lines Matching refs:mnRow
96 while( nRowSpan && (aPos.mnRow < nRowCount) ) in getCellSize()
98 if( ((sal_Int32)maRows.size()) <= aPos.mnRow ) in getCellSize()
101 height += maRows[aPos.mnRow++].mnSize; in getCellSize()
136 … if( (rPos.mnCol < ((sal_Int32)maColumns.size()) && (rPos.mnRow < ((sal_Int32)maRows.size()) ) ) ) in getCellArea()
139 const sal_Int32 y = maRows[rPos.mnRow].mnPos; in getCellArea()
879 for( aPos.mnRow = 0; aPos.mnRow < nRowCount; aPos.mnRow++ ) in updateCells()
908 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rPos.mnCol, rPos.mnRow ).get() ) ); in getCell()
1044 for( aPos.mnRow = 0; aPos.mnRow < nRowCount; aPos.mnRow++ ) in UpdateBorderLayout()
1058 const sal_Int32 nLastRow = xCell->getRowSpan() + aPos.mnRow; in UpdateBorderLayout()
1061 for( sal_Int32 nRow = aPos.mnRow; nRow < nLastRow; nRow++ ) in UpdateBorderLayout()
1069 SetBorder( nCol, aPos.mnRow, true, pThisAttr->GetTop() ); in UpdateBorderLayout()