Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx1261 const HTMLTableCnts *pPrevCnts = 0; in GetPrevBoxStartNode() local
1267 pPrevCnts = GetCell( 0, nCol-1 )->GetContents(); in GetPrevBoxStartNode()
1286 pPrevCnts = GetCell(nRow,i)->GetContents(); in GetPrevBoxStartNode()
1292 if( !pPrevCnts ) in GetPrevBoxStartNode()
1295 while( !pPrevCnts && i ) in GetPrevBoxStartNode()
1303 if( !pPrevCnts ) in GetPrevBoxStartNode()
1305 pPrevCnts = GetCell(0,0)->GetContents(); in GetPrevBoxStartNode()
1306 if( !pPrevCnts ) in GetPrevBoxStartNode()
1310 while( pPrevCnts->Next() ) in GetPrevBoxStartNode()
1311 pPrevCnts = pPrevCnts->Next(); in GetPrevBoxStartNode()
[all …]

Completed in 32 milliseconds