Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx1794 const SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nRow-1U]; in GetPrevStartNode() local
1799 if( 1UL == pPrevRow->GetCell( i )->GetRowSpan() ) in GetPrevStartNode()
1805 pPrevCell = pPrevRow->GetCell( GetColumnCount()-1UL ); in GetPrevStartNode()
2015 SwXMLTableRow_Impl *pPrevRow = in MakeTableBox() local
2020 if( pPrevRow->GetCell(i)->GetRowSpan() > 1UL ) in MakeTableBox()
2420 SwXMLTableRow_Impl *pPrevRow = (*pRows)[(sal_uInt16)nCurRow-1U]; in _MakeTable() local
2424 if( ( pCell=pPrevRow->GetCell(i), pCell->GetRowSpan() > 1UL ) ) in _MakeTable()
/AOO41X/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()