Searched refs:pEndLn (Results 1 – 1 of 1) sorted by relevance
115 SubTable::iterator pStartLn, SubTable::iterator pEndLn ) in insertSubBox() argument119 SubTable::difference_type nSize = std::distance( pStartLn, pEndLn ); in insertSubBox()135 rSubTable.insert( pEndLn, aSubLine ); in insertSubBox()141 ASSERT( pStartLn == pEndLn, "Sub line confusion" ); in insertSubBox()148 while( pStartLn != pEndLn ) in insertSubBox()271 SubTable::iterator pEndLn = aSubTable.end(); in addLine() local273 insertSubBox( aSubTable, *rBoxes[nBox], pStartLn, pEndLn ); in addLine()278 while( pStartLn != pEndLn ) in addLine()
Completed in 12 milliseconds