Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx1249 const HTMLTableCnts *pPrevCnts = 0; in GetPrevBoxStartNode() local
1255 pPrevCnts = GetCell( 0, nCol-1 )->GetContents(); in GetPrevBoxStartNode()
1261 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode()
1274 pPrevCnts = GetCell(nRow,i)->GetContents(); in GetPrevBoxStartNode()
1280 if( !pPrevCnts ) in GetPrevBoxStartNode()
1283 while( !pPrevCnts && i ) in GetPrevBoxStartNode()
1286 pPrevCnts = pPrevRow->GetCell(i)->GetContents(); in GetPrevBoxStartNode()
1290 ASSERT( pPrevCnts, "keine gefuellte Vorgaenger-Zelle gefunden" ); in GetPrevBoxStartNode()
1291 if( !pPrevCnts ) in GetPrevBoxStartNode()
1293 pPrevCnts = GetCell(0,0)->GetContents(); in GetPrevBoxStartNode()
[all …]