Lines Matching refs:GetIndex

1425             bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex());  in PreNotify()
1426 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1430 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1431 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1436 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1437 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1444 while(aCursor.GetIndex() < rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1446 ++aCursor.GetIndex(); in PreNotify()
1465 … nSelectionType = pCurAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() ? in PreNotify()
1466 … LEFT_NO : pCurAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex() ? RIGHT_NO : INSIDE_NO; in PreNotify()
1471 bHasFieldLeft = pBackAttr && pBackAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1477 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1487 if(aCursor.GetIndex()) in PreNotify()
1489 --aCursor.GetIndex(); in PreNotify()
1495 ++aCursor.GetIndex(); in PreNotify()
1526 nAction = bHasError && !aCursor.GetIndex() ? ACTION_CONTINUE : in PreNotify()
1691 while(aCursor.GetIndex() < nTextLen) in MarkNextError()
1693 while(aCursor.GetIndex() < nTextLen && in MarkNextError()
1696 ++aCursor.GetIndex(); in MarkNextError()
1717 … aCursor.GetIndex() = aCursor.GetIndex() + (sal_uInt16)(xEntry->getReplacementText().getLength()); in MarkNextError()
1724 if(aCursor.GetIndex() < nTextLen) in MarkNextError()
1726 m_nErrorStart = aCursor.GetIndex(); in MarkNextError()
1962 while(aCursor.GetIndex() < nTextLen) in CreateSpellPortions()
1980 aCursor.GetIndex()++; in CreateSpellPortions()