Lines Matching refs:SpellErrorAttrib
1240 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP… in GetNextSentence_Impl()
1254 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP… in GetNextSentence_Impl()
1593 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()
1614 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()
1707 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pNextError->GetAttr()).GetErrorDesc… in MarkNextError()
1734 const SpellErrorAttrib* pOldAttrib = static_cast<const SpellErrorAttrib*>( in MarkNextError()
1785 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pErrorAttrib->GetAttr()).GetErrorDe… in ChangeMarkedWord()
1828 SetAttrib( SpellErrorAttrib(*pSpellErrorDescription), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()
1845 const SpellErrorAttrib* pAttrib = static_cast<const SpellErrorAttrib*>( in GetAlternatives()
1855 const SpellErrorAttrib* pAttrib = static_cast<const SpellErrorAttrib*>( in RestoreCurrentError()
1870 DBG_ASSERT(static_cast<const SpellErrorAttrib*>( in SetAlternatives()
1887 GetTextEngine()->SetAttrib( SpellErrorAttrib(aDesc), 0, m_nErrorStart, m_nErrorEnd ); in SetAlternatives()