Home
last modified time | relevance | path

Searched refs:pPrevRow (Results 1 – 2 of 2) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1265 HTMLTableRow *pPrevRow = (*pRows)[nRow-1]; in GetPrevBoxStartNode() local
1272 if( 1 == pPrevRow->GetCell(i)->GetRowSpan() ) in GetPrevBoxStartNode()
1286 pPrevCnts = pPrevRow->GetCell(i)->GetContents(); in GetPrevBoxStartNode()
2401 HTMLTableRow *pPrevRow = (*pRows)[nCurRow-1]; in CloseTable() local
2404 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1 ) ) in CloseTable()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1797 const SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nRow-1U]; in GetPrevStartNode() local
1802 if( 1UL == pPrevRow->GetCell( i )->GetRowSpan() ) in GetPrevStartNode()
1808 pPrevCell = pPrevRow->GetCell( GetColumnCount()-1UL ); in GetPrevStartNode()
2018 SwXMLTableRow_Impl *pPrevRow = in MakeTableBox() local
2023 if( pPrevRow->GetCell(i)->GetRowSpan() > 1UL ) in MakeTableBox()
2423 SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nCurRow-1U]; in _MakeTable() local
2427 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1UL ) ) in _MakeTable()

Completed in 32 milliseconds