Home
last modified time | relevance | path

Searched refs:SpellErrorAttrib (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx38 SpellErrorAttrib::SpellErrorAttrib( const SpellErrorDescription& rDesc ) : in SpellErrorAttrib() function in SpellErrorAttrib
47 SpellErrorAttrib::SpellErrorAttrib( const SpellErrorAttrib& rAttr ) : in SpellErrorAttrib() function in SpellErrorAttrib
55 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 ==()
H A DSpellAttrib.hxx98 class SpellErrorAttrib : public TextAttrib class
107 SpellErrorAttrib();
110 SpellErrorAttrib( const SpellErrorDescription& );
111 SpellErrorAttrib( const SpellErrorAttrib& rAttr );
112 ~SpellErrorAttrib();
H A DSpellDialog.cxx1240 …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 31 milliseconds