Lines Matching refs:TextPaM
1417 TextPaM aCursor(rCurrentSelection.GetStart()); in PreNotify()
1571 TextPaM aStart(0, pCharAttr->GetStart()); in PreNotify()
1572 TextPaM aEnd(0, pCharAttr->GetEnd()); in PreNotify()
1639 … pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()
1682 TextPaM aCursor(0, m_nErrorEnd ? m_nErrorEnd + 1 : 0); in MarkNextError()
1733 pTextEngine->FindAttrib( TextPaM(0, nOldErrorStart), TEXTATTR_SPELL_ERROR )); in MarkNextError()
1772 TextSelection aSel(TextPaM(0, m_nErrorStart), TextPaM(0, m_nErrorEnd)); in ChangeMarkedWord()
1776 …const TextCharAttrib* pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXT… in ChangeMarkedWord()
1785 …const TextCharAttrib* pBackAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTA… in ChangeMarkedWord()
1795 TextPaM(0, m_nErrorEnd), TEXTATTR_SPELL_LANGUAGE ); in ChangeMarkedWord()
1835 …return GetTextEngine()->GetText(TextSelection(TextPaM(0, m_nErrorStart), TextPaM(0, m_nErrorEnd) )… in GetErrorText()
1842 TextPaM aCursor(0, m_nErrorStart); in GetAlternatives()
1852 TextPaM aCursor(0, m_nErrorStart); in RestoreCurrentError()
1867 TextPaM aCursor(0, m_nErrorStart); in SetAlternatives()
1954 TextPaM aCursor(0, 0); in CreateSpellPortions()
1987 TextSelection(TextPaM(0, 0), TextPaM(0, nTextLen))); in CreateSpellPortions()
2006 TextSelection(TextPaM(0, nStart), TextPaM(0, aStart->nPosition))); in CreateSpellPortions()