Lines Matching refs:itOther

458     for (NestList_t::iterator itOther = OverlappingExisting.begin();  in TryInsertNesting()  local
459 itOther != OverlappingExisting.end(); ++itOther) in TryInsertNesting()
461 const xub_StrLen nOtherStart( *(*itOther)->GetStart() ); in TryInsertNesting()
462 const xub_StrLen nOtherEnd ( *(*itOther)->GetEnd() ); in TryInsertNesting()
471 !bNewSelfNestable && (nNewWhich == (*itOther)->Which()) ); in TryInsertNesting()
490 Delete( *itOther ); // this also does NoteInHistory! in TryInsertNesting()
491 *(*itOther)->GetStart() = nSplitNewEnd; in TryInsertNesting()
492 InsertNesting( **itOther ); in TryInsertNesting()
501 MakeTxtAttrNesting( rNode, **itOther, in TryInsertNesting()
509 Delete( *itOther ); // this also does NoteInHistory! in TryInsertNesting()
510 *(*itOther)->GetEnd() = nSplitNewStart; in TryInsertNesting()
511 InsertNesting( **itOther ); in TryInsertNesting()
520 MakeTxtAttrNesting( rNode, **itOther, in TryInsertNesting()
548 for (NestList_t::iterator itOther = OverwrittenExisting.begin(); in TryInsertNesting() local
549 itOther != OverwrittenExisting.end(); ++itOther) in TryInsertNesting()
551 const xub_StrLen nOtherStart( *(*itOther)->GetStart() ); in TryInsertNesting()
552 const xub_StrLen nOtherEnd ( *(*itOther)->GetEnd() ); in TryInsertNesting()
557 Delete(*itOther); in TryInsertNesting()
558 rNode.DestroyAttr( *itOther ); in TryInsertNesting()
567 Delete( *itOther ); // this also does NoteInHistory! in TryInsertNesting()
568 *(*itOther)->GetEnd() = nNewStart; in TryInsertNesting()
569 bool bSuccess( TryInsertNesting(rNode, **itOther) ); in TryInsertNesting()
573 rNode, **itOther, nNewEnd, nOtherEnd ) ); in TryInsertNesting()