Lines Matching refs:nRow

1279 SwXMLTableCell_Impl *SwXMLTableContext::GetCell( sal_uInt32 nRow,  in SV_IMPL_PTRARR()
1282 return (*pRows)[(sal_uInt16)nRow]->GetCell( (sal_uInt16)nCol ); in SV_IMPL_PTRARR()
1777 const SwStartNode *SwXMLTableContext::GetPrevStartNode( sal_uInt32 nRow, in GetPrevStartNode() argument
1786 else if( 0UL == nRow ) in GetPrevStartNode()
1791 pPrevCell = GetCell( nRow, nCol-1UL ); in GetPrevStartNode()
1797 const SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nRow-1U]; in GetPrevStartNode()
1803 pPrevCell = GetCell( nRow, i ); in GetPrevStartNode()
1829 void SwXMLTableContext::FixRowSpan( sal_uInt32 nRow, sal_uInt32 nCol, in FixRowSpan() argument
1835 sal_uInt32 j = nRow; in FixRowSpan()
1846 void SwXMLTableContext::ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows ) in ReplaceWithEmptyCell() argument
1848 const SwStartNode *pPrevSttNd = GetPrevStartNode( nRow, nCol ); in ReplaceWithEmptyCell()
1851 const SwXMLTableCell_Impl *pCell = GetCell( nRow, nCol ); in ReplaceWithEmptyCell()
1852 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell()
1855 for( sal_uInt32 i=nRow; i<nLastRow; i++ ) in ReplaceWithEmptyCell()
2248 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine() local
2249 (*pRows)[(sal_uInt16)nRow]->SetSplitable( sal_True ); in MakeTableLine()
2269 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine() local
2271 SwXMLTableCell_Impl *pCell = GetCell(nRow,nCol); in MakeTableLine()
2274 sal_Bool bHoriSplit = (*pRows)[(sal_uInt16)nRow]->IsSplitable() && in MakeTableLine()
2275 nRow+1UL < nBottomRow && in MakeTableLine()
2277 (*pRows)[(sal_uInt16)nRow]->SetSplitable( bHoriSplit ); in MakeTableLine()
2289 1UL == GetCell(nRow,nCol+1UL)->GetRowSpan()); in MakeTableLine()