Searched refs:SpellErrorAttrib (Results 1 – 3 of 3) sorted by relevance
38 SpellErrorAttrib::SpellErrorAttrib( const SpellErrorDescription& rDesc ) : in SpellErrorAttrib() function in SpellErrorAttrib47 SpellErrorAttrib::SpellErrorAttrib( const SpellErrorAttrib& rAttr ) : in SpellErrorAttrib() function in SpellErrorAttrib55 SpellErrorAttrib::~SpellErrorAttrib() in ~SpellErrorAttrib()61 void SpellErrorAttrib::SetFont( Font& ) const in SetFont()68 TextAttrib* SpellErrorAttrib::Clone() const in Clone()70 return new SpellErrorAttrib(*this); in Clone()75 int SpellErrorAttrib::operator==( const TextAttrib& rAttr ) const in operator ==()78 … m_aSpellErrorDescription == static_cast<const SpellErrorAttrib&>(rAttr).m_aSpellErrorDescription; in operator ==()
98 class SpellErrorAttrib : public TextAttrib class107 SpellErrorAttrib();110 SpellErrorAttrib( const SpellErrorDescription& );111 SpellErrorAttrib( const SpellErrorAttrib& rAttr );112 ~SpellErrorAttrib();
1240 …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()[all …]
Completed in 21 milliseconds