Lines Matching refs:GetEnd
1425 bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1426 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1431 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1437 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1444 while(aCursor.GetIndex() < rCurrentSelection.GetEnd().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()
1574 TextPaM aEnd(0, pCharAttr->GetEnd()); in PreNotify()
1587 sal_uInt16 nEnd = pErrorAttrLeft->GetEnd(); in PreNotify()
1607 sal_uInt16 nEnd = pErrorAttr->GetEnd(); in PreNotify()
1623 sal_uInt16 _nEnd = pBackAttrLeft->GetEnd(); in PreNotify()
1645 m_nErrorEnd = pFontColor->GetEnd(); in PreNotify()
1646 … if(pErrorAttrib->GetStart() != m_nErrorStart || pErrorAttrib->GetEnd() != m_nErrorEnd) in PreNotify()
1714 m_nErrorEnd = pNextError->GetEnd(); in MarkNextError()
1727 m_nErrorEnd = pNextError->GetEnd(); in MarkNextError()
1799 if(pLangAttrib && !pLangAttrib->GetStart() && pLangAttrib->GetEnd() == in ChangeMarkedWord()
1808 …if( pBackAttrib && pBackAttrib->GetStart() < m_nErrorStart && pBackAttrib->GetEnd() == m_nErrorEnd… in ChangeMarkedWord()
1969 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetEnd(), eLang); in CreateSpellPortions()
1976 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetEnd(), eLang); in CreateSpellPortions()