Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Dtblcpy.cxx112 SubTable::iterator pStartLn );
115 SubTable::iterator pStartLn, SubTable::iterator pEndLn ) in insertSubBox() argument
119 SubTable::difference_type nSize = std::distance( pStartLn, pEndLn ); in insertSubBox()
123 SubLine::iterator pBox = pStartLn->begin(); in insertSubBox()
124 SubLine::iterator pEnd = pStartLn->end(); in insertSubBox()
139 pStartLn = insertSubLine( rSubTable, *rBox.GetTabLines()[nLine], in insertSubBox()
140 pStartLn ); in insertSubBox()
141 ASSERT( pStartLn == pEndLn, "Sub line confusion" ); in insertSubBox()
148 while( pStartLn != pEndLn ) in insertSubBox()
150 pStartLn->push_back( aSub ); in insertSubBox()
[all …]