Searched refs:nEndChanges (Results 1 – 3 of 3) sorted by relevance
327 sal_uInt16 nEndChanges = nIndex+nDeleted; in CollapsAttribs() local336 if ( pAttrib->GetStart() >= nEndChanges ) in CollapsAttribs()341 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() <= nEndChanges ) ) in CollapsAttribs()345 if ( ( pAttrib->GetStart() == nIndex ) && ( pAttrib->GetEnd() == nEndChanges ) ) in CollapsAttribs()353 if ( pAttrib->GetEnd() <= nEndChanges ) // endet drinnen in CollapsAttribs()359 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() > nEndChanges ) ) in CollapsAttribs()362 pAttrib->GetStart() = nEndChanges; in CollapsAttribs()
299 sal_uInt16 nEndChanges = nPos+nDeleted; in TextDeleted() local312 if ( nInvalidEnd > nEndChanges ) in TextDeleted()326 if ( rWrong.nStart >= nEndChanges ) in TextDeleted()332 else if ( ( rWrong.nStart >= nPos ) && ( rWrong.nEnd <= nEndChanges ) ) in TextDeleted()339 if ( rWrong.nEnd <= nEndChanges ) // endet drinnen in TextDeleted()345 else if ( ( rWrong.nStart >= nPos ) && ( rWrong.nEnd > nEndChanges ) ) in TextDeleted()347 rWrong.nStart = nEndChanges; in TextDeleted()
872 sal_uInt16 nEndChanges = nIndex+nDeleted; in CollapsAttribs() local882 if ( pAttrib->GetStart() >= nEndChanges ) in CollapsAttribs()887 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() <= nEndChanges ) ) in CollapsAttribs()891 …pAttrib->IsFeature() && ( pAttrib->GetStart() == nIndex ) && ( pAttrib->GetEnd() == nEndChanges ) ) in CollapsAttribs()900 if ( pAttrib->GetEnd() <= nEndChanges ) // endet drinnen in CollapsAttribs()906 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() > nEndChanges ) ) in CollapsAttribs()916 pAttrib->GetStart() = nEndChanges; in CollapsAttribs()
Completed in 55 milliseconds