Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx696 std::set<xub_StrLen>::iterator aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions() local
698 xub_StrLen nPorStart = *aStartIter; in BuildPortions()
699 ++aStartIter; in BuildPortions()
705 while ( aStartIter != aEndIter || bNoLengthAttribute ) in BuildPortions()
707 ASSERT( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()
709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
952 nPorStart = *aStartIter; in BuildPortions()
953 ++aStartIter; in BuildPortions()

Completed in 26 milliseconds