Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx327 sal_uInt16 nEndChanges = nIndex+nDeleted; in CollapsAttribs() local
336 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()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx299 sal_uInt16 nEndChanges = nPos+nDeleted; in TextDeleted() local
312 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()
H A Deditdoc.cxx872 sal_uInt16 nEndChanges = nIndex+nDeleted; in CollapsAttribs() local
882 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 22 milliseconds