Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dtblcpy.cxx115 SubTable::iterator pStartLn, SubTable::iterator pEndLn ) in insertSubBox() argument
119 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() local
273 insertSubBox( aSubTable, *rBoxes[nBox], pStartLn, pEndLn ); in addLine()
278 while( pStartLn != pEndLn ) in addLine()

Completed in 79 milliseconds