Lines Matching refs:GetStart

255 	if ( (*((EditCharAttrib**)pFirst))->GetStart() < (*((EditCharAttrib**)pSecond))->GetStart() )  in CompareStart()
257 else if ( (*((EditCharAttrib**)pFirst))->GetStart() > (*((EditCharAttrib**)pSecond))->GetStart() ) in CompareStart()
502 sal_uInt16 nIndex = GetStart(); in CalcTextSize()
747 if ( pAttrib->GetStart() > nIndex ) in ExpandAttribs()
760 if ( pAttrib->GetStart() == 0 ) in ExpandAttribs()
779 else if ( ( pAttrib->GetStart() < nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in ExpandAttribs()
785 else if ( pAttrib->GetStart() == nIndex ) in ExpandAttribs()
805 if ( ( pA->GetStart() == 0 ) && ( pA->GetItem()->Which() == nW ) ) in ExpandAttribs()
832 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Expand: Attribut verdreht!" ); in ExpandAttribs()
882 if ( pAttrib->GetStart() >= nEndChanges ) 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()
897 else if ( ( pAttrib->GetStart() <= nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in CollapsAttribs()
906 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() > nEndChanges ) ) in CollapsAttribs()
916 pAttrib->GetStart() = nEndChanges; in CollapsAttribs()
923 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Collaps: Attribut verdreht!" ); in CollapsAttribs()
978 …else if ( pAttrib->IsInside( nCut ) || ( !nCut && !pAttrib->GetStart() && !pAttrib->IsFeature() ) ) in CopyAndCutAttribs()
994 DBG_ASSERT( pAttrib->GetStart() >= nCut, "Start < nCut!" ); in CopyAndCutAttribs()
996 pAttrib->GetStart() = pAttrib->GetStart() - nCut; in CopyAndCutAttribs()
1021 if ( ( pAttrib->GetStart() == 0 ) && ( !pAttrib->IsFeature() ) ) in AppendAttribs()
1048 pAttrib->GetStart() = pAttrib->GetStart() + nNewStart; in AppendAttribs()
1411 if ( pNextFeature && ( pNextFeature->GetStart() < nEnd ) ) in GetParaAsString()
1412 nEnd = pNextFeature->GetStart(); in GetParaAsString()
1659 pStartingAttrib->GetStart() = nStart; in InsertAttribInSelection()
1706 if ( ( pAttr->GetStart() >= nStart ) && ( pAttr->GetStart() <= nEnd ) ) in RemoveAttribs()
1711 pAttr->GetStart() = nEnd; // dann faengt es dahinter an in RemoveAttribs()
1716 else if ( !pAttr->IsFeature() || ( pAttr->GetStart() == nStart ) ) in RemoveAttribs()
1727 if ( ( pAttr->GetStart() < nStart ) && !pAttr->IsFeature() ) in RemoveAttribs()
1732 else if ( !pAttr->IsFeature() || ( pAttr->GetStart() == nStart ) ) in RemoveAttribs()
1739 else if ( ( pAttr->GetStart() <= nStart ) && ( pAttr->GetEnd() >= nEnd ) ) in RemoveAttribs()
1742 if ( pAttr->GetStart() == nStart ) in RemoveAttribs()
1744 pAttr->GetStart() = nEnd; in RemoveAttribs()
1859 while ( pAttr && ( pAttr->GetStart() <= nEndPos) ) in FindAttribs()
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()
1905 while ( pAttr && ( pAttr->GetStart() < nEndPos) ) in FindAttribs()
1909 if ( ( pAttr->GetStart() <= nStartPos ) && ( pAttr->GetEnd() >= nEndPos ) ) in FindAttribs()
1912 else if ( pAttr->GetStart() >= nStartPos ) in FindAttribs()
2003 const sal_uInt16 nStart = pAttrib->GetStart(); // vielleicht besser fuer Comp.Opt. in InsertAttrib()
2012 if ( pCurAttrib->GetStart() > nStart ) in InsertAttrib()
2045 …if ( !pAttr->IsFeature() && ( p->GetStart() == pAttr->GetEnd() ) && ( p->Which() == pAttr->Which()… in OptimizeRanges()
2056 else if ( p->GetStart() > pAttr->GetEnd() ) in OptimizeRanges()
2086 if ( ( pAttr->GetStart() >= nFromPos ) && ( pAttr->Which() == nWhich ) ) in FindNextAttrib()
2109 if ( ( pAttr->GetStart() < nEndPos ) && ( pAttr->GetEnd() > nStartPos ) ) in HasAttrib()
2124 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
2137 while ( pAttr && ( pAttr->GetStart() <= nPos ) ) in FindEmptyAttrib()
2139 …if ( ( pAttr->GetStart() == nPos ) && ( pAttr->GetEnd() == nPos ) && ( pAttr->Which() == nWhich ) ) in FindEmptyAttrib()
2154 while ( pNextAttrib && ( pNextAttrib->GetStart() < nPos ) ) in FindFeature()
2194 if ( pAttr->GetStart() > pAttr->GetEnd() ) in DbgCheckAttribs()