Lines Matching refs:GetEnd
567 if ( ( bInclEnd && ( pLine->GetEnd() >= nChar ) ) || in FindLine()
568 ( pLine->GetEnd() > nChar ) ) in FindLine()
744 if ( pAttrib->GetEnd() >= nIndex ) in ExpandAttribs()
764 else if ( pAttrib->GetEnd() == nIndex ) // Start muss davor liegen in ExpandAttribs()
779 else if ( ( pAttrib->GetStart() < nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in ExpandAttribs()
832 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Expand: Attribut verdreht!" ); in ExpandAttribs()
833 DBG_ASSERT( ( pAttrib->GetEnd() <= Len() ), "Expand: Attrib groesser als Absatz!" ); in ExpandAttribs()
879 if ( pAttrib->GetEnd() >= nIndex ) in CollapsAttribs()
887 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() <= nEndChanges ) ) in CollapsAttribs()
891 …if ( !pAttrib->IsFeature() && ( pAttrib->GetStart() == nIndex ) && ( pAttrib->GetEnd() == nEndChan… in CollapsAttribs()
892 pAttrib->GetEnd() = nIndex; // leer in CollapsAttribs()
897 else if ( ( pAttrib->GetStart() <= nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in CollapsAttribs()
900 if ( pAttrib->GetEnd() <= nEndChanges ) // endet drinnen in CollapsAttribs()
901 pAttrib->GetEnd() = nIndex; in CollapsAttribs()
906 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() > nEndChanges ) ) in CollapsAttribs()
923 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Collaps: Attribut verdreht!" ); in CollapsAttribs()
924 DBG_ASSERT( ( pAttrib->GetEnd() <= Len()) || bDelAttr, "Collaps: Attrib groesser als Absatz!" ); in CollapsAttribs()
963 if ( pAttrib->GetEnd() < nCut ) in CopyAndCutAttribs()
968 else if ( pAttrib->GetEnd() == nCut ) in CopyAndCutAttribs()
982 …EditCharAttrib* pNewAttrib = MakeCharAttrib( rPool, *(pAttrib->GetItem()), 0, pAttrib->GetEnd()-nC… in CopyAndCutAttribs()
986 pAttrib->GetEnd() = nCut; in CopyAndCutAttribs()
995 DBG_ASSERT( pAttrib->GetEnd() >= nCut, "End < nCut!" ); in CopyAndCutAttribs()
997 pAttrib->GetEnd() = pAttrib->GetEnd() - nCut; in CopyAndCutAttribs()
1028 if ( pTmpAttrib->GetEnd() == nNewStart ) in AppendAttribs()
1033 pTmpAttrib->GetEnd() = in AppendAttribs()
1034 pTmpAttrib->GetEnd() + pAttrib->GetLen(); in AppendAttribs()
1049 pAttrib->GetEnd() = pAttrib->GetEnd() + nNewStart; in AppendAttribs()
1653 pEndingAttrib->GetEnd() = pStartingAttrib->GetEnd(); in InsertAttribInSelection()
1661 pEndingAttrib->GetEnd() = nEnd; in InsertAttribInSelection()
1709 if ( pAttr->GetEnd() > nEnd ) in RemoveAttribs()
1724 else if ( ( pAttr->GetEnd() >= nStart ) && ( pAttr->GetEnd() <= nEnd ) ) in RemoveAttribs()
1729 pAttr->GetEnd() = nStart; // dann hoert es hier auf in RemoveAttribs()
1739 else if ( ( pAttr->GetStart() <= nStart ) && ( pAttr->GetEnd() >= nEnd ) ) in RemoveAttribs()
1749 else if ( pAttr->GetEnd() == nEnd ) in RemoveAttribs()
1751 pAttr->GetEnd() = nStart; in RemoveAttribs()
1758 sal_uInt16 nOldEnd = pAttr->GetEnd(); in RemoveAttribs()
1759 pAttr->GetEnd() = nStart; in RemoveAttribs()
1830 sal_uInt16 nOldEnd = pAttr->GetEnd(); in InsertAttrib()
1831 pAttr->GetEnd() = nStart; in InsertAttrib()
1835 else if ( pAttr->GetEnd() == nStart ) in InsertAttrib()
1863 if ( ( pAttr->GetStart() < nStartPos ) && ( pAttr->GetEnd() > nStartPos ) ) in FindAttribs()
1866 else if ( ( pAttr->GetStart() < nStartPos ) && ( pAttr->GetEnd() == nStartPos ) ) in FindAttribs()
1872 else if ( ( pAttr->GetStart() == nStartPos ) && ( pAttr->GetEnd() == nStartPos ) ) in FindAttribs()
1877 else if ( ( pAttr->GetStart() == nStartPos ) && ( pAttr->GetEnd() > nStartPos ) ) in FindAttribs()
1909 if ( ( pAttr->GetStart() <= nStartPos ) && ( pAttr->GetEnd() >= nEndPos ) ) in FindAttribs()
1928 else if ( pAttr->GetEnd() > nStartPos ) in FindAttribs()
2045 …if ( !pAttr->IsFeature() && ( p->GetStart() == pAttr->GetEnd() ) && ( p->Which() == pAttr->Which()… in OptimizeRanges()
2049 pAttr->GetEnd() = p->GetEnd(); in OptimizeRanges()
2056 else if ( p->GetStart() > pAttr->GetEnd() ) in OptimizeRanges()
2109 if ( ( pAttr->GetStart() < nEndPos ) && ( pAttr->GetEnd() > nStartPos ) ) in HasAttrib()
2122 while ( pAttr && ( pAttr->GetEnd() >= nBound ) ) in HasBoundingAttrib()
2124 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
2139 …if ( ( pAttr->GetStart() == nPos ) && ( pAttr->GetEnd() == nPos ) && ( pAttr->Which() == nWhich ) ) in FindEmptyAttrib()
2194 if ( pAttr->GetStart() > pAttr->GetEnd() ) in DbgCheckAttribs()