Searched refs:pPrevCnts (Results 1 – 1 of 1) sorted by relevance
1249 const HTMLTableCnts *pPrevCnts = 0; in GetPrevBoxStartNode() local1255 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 182 milliseconds