Lines Matching refs:GetStart

49 	if ( (*((TextCharAttrib**)pFirst))->GetStart() < (*((TextCharAttrib**)pSecond))->GetStart() )  in CompareStart()
51 else if ( (*((TextCharAttrib**)pFirst))->GetStart() > (*((TextCharAttrib**)pSecond))->GetStart() ) in CompareStart()
108 const sal_uInt16 nStart = pAttrib->GetStart(); // vielleicht besser fuer Comp.Opt. in InsertAttrib()
113 if ( pCurAttrib->GetStart() > nStart ) in InsertAttrib()
155 if ( ( pAttr->GetStart() >= nFromPos ) && in FindNextAttrib()
185 if ( ( pAttr->GetStart() == nBound ) || ( pAttr->GetEnd() == nBound ) ) in HasBoundingAttrib()
200 if ( pAttr->GetStart() > nPos ) in FindEmptyAttrib()
203 …if ( ( pAttr->GetStart() == nPos ) && ( pAttr->GetEnd() == nPos ) && ( pAttr->Which() == nWhich ) ) in FindEmptyAttrib()
231 if ( pAttr->GetStart() > pAttr->GetEnd() ) in DbgCheckAttribs()
263 if ( pAttrib->GetStart() > nIndex ) in ExpandAttribs()
291 else if ( ( pAttrib->GetStart() < nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in ExpandAttribs()
296 else if ( pAttrib->GetStart() == nIndex ) in ExpandAttribs()
308 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Expand: Attribut verdreht!" ); in ExpandAttribs()
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()
351 else if ( ( pAttrib->GetStart() <= nIndex ) && ( pAttrib->GetEnd() > nIndex ) ) in CollapsAttribs()
359 else if ( ( pAttrib->GetStart() >= nIndex ) && ( pAttrib->GetEnd() > nEndChanges ) ) in CollapsAttribs()
362 pAttrib->GetStart() = nEndChanges; in CollapsAttribs()
367 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Collaps: Attribut verdreht!" ); in CollapsAttribs()
431 pNewAttrib->GetStart() = 0; in Split()
436 else if ( pAttrib->IsInside( nPos ) || ( !nPos && !pAttrib->GetStart() ) ) in Split()
441 pNewAttrib->GetStart() = 0; in Split()
449 DBG_ASSERT( pAttrib->GetStart() >= nPos, "Start < nPos!" ); in Split()
454 pAttrib->GetStart() = pAttrib->GetStart() - nPos; in Split()
477 if ( pAttrib->GetStart() == 0 ) in Append()
502 pNewAttrib->GetStart() = pNewAttrib->GetStart() + nOldLen; in Append()
585 nStartNode = pSel->GetStart().GetPara(); in GetTextLen()
595 if ( pSel && ( nNode == pSel->GetStart().GetPara() ) ) in GetTextLen()
596 nS = pSel->GetStart().GetIndex(); in GetTextLen()