Lines Matching refs:GetStart

1419             TextPaM aCursor(rCurrentSelection.GetStart());  in PreNotify()
1430 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1436 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1465 … nSelectionType = pCurAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() ? in PreNotify()
1499 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()
1500 (pErrorAttrLeft && pErrorAttrLeft->GetStart() == m_nErrorStart); in PreNotify()
1573 TextPaM aStart(0, pCharAttr->GetStart()); in PreNotify()
1586 sal_uInt16 nStart = pErrorAttrLeft->GetStart(); in PreNotify()
1606 sal_uInt16 nStart = pErrorAttr->GetStart(); in PreNotify()
1622 sal_uInt16 _nStart = pBackAttrLeft->GetStart(); in PreNotify()
1644 m_nErrorStart = pFontColor->GetStart(); in PreNotify()
1646 … if(pErrorAttrib->GetStart() != m_nErrorStart || pErrorAttrib->GetEnd() != m_nErrorEnd) in PreNotify()
1713 m_nErrorStart = pNextError->GetStart(); in MarkNextError()
1799 if(pLangAttrib && !pLangAttrib->GetStart() && pLangAttrib->GetEnd() == in ChangeMarkedWord()
1808 …if( pBackAttrib && pBackAttrib->GetStart() < m_nErrorStart && pBackAttrib->GetEnd() == m_nErrorEnd… in ChangeMarkedWord()
1811 sal_uInt16 nStart = pBackAttrib->GetStart(); in ChangeMarkedWord()
1968 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetStart(), eLang); in CreateSpellPortions()
1975 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetStart(), eLang); in CreateSpellPortions()