Home
last modified time | relevance | path

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

/trunk/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()
1274 pPrevCnts = GetCell(nRow,i)->GetContents(); in GetPrevBoxStartNode()
1280 if( !pPrevCnts ) in GetPrevBoxStartNode()
1283 while( !pPrevCnts && i ) in GetPrevBoxStartNode()
1291 if( !pPrevCnts ) in GetPrevBoxStartNode()
1293 pPrevCnts = GetCell(0,0)->GetContents(); in GetPrevBoxStartNode()
1294 if( !pPrevCnts ) in GetPrevBoxStartNode()
1298 while( pPrevCnts->Next() ) in GetPrevBoxStartNode()
1299 pPrevCnts = pPrevCnts->Next(); in GetPrevBoxStartNode()
[all …]

Completed in 43 milliseconds