Searched refs:pPrevRow (Results 1 – 2 of 2) sorted by relevance
1797 const SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nRow-1U]; in GetPrevStartNode() local1802 if( 1UL == pPrevRow->GetCell( i )->GetRowSpan() ) in GetPrevStartNode()1808 pPrevCell = pPrevRow->GetCell( GetColumnCount()-1UL ); in GetPrevStartNode()2018 SwXMLTableRow_Impl *pPrevRow = in MakeTableBox() local2023 if( pPrevRow->GetCell(i)->GetRowSpan() > 1UL ) in MakeTableBox()2423 SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nCurRow-1U]; in _MakeTable() local2427 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1UL ) ) in _MakeTable()
1265 HTMLTableRow *pPrevRow = (*pRows)[nRow-1]; in GetPrevBoxStartNode() local1272 if( 1 == pPrevRow->GetCell(i)->GetRowSpan() ) in GetPrevBoxStartNode()1286 pPrevCnts = pPrevRow->GetCell(i)->GetContents(); in GetPrevBoxStartNode()2401 HTMLTableRow *pPrevRow = (*pRows)[nCurRow-1]; in CloseTable() local2404 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1 ) ) in CloseTable()
Completed in 47 milliseconds