Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx127 SpellBackgroundAttrib::SpellBackgroundAttrib(const Color& rCol) : in SpellBackgroundAttrib() function in SpellBackgroundAttrib
135 SpellBackgroundAttrib::SpellBackgroundAttrib( const SpellBackgroundAttrib& rAttr ) : in SpellBackgroundAttrib() function in SpellBackgroundAttrib
143 SpellBackgroundAttrib::~SpellBackgroundAttrib() in ~SpellBackgroundAttrib()
149 void SpellBackgroundAttrib::SetFont( Font& rFont ) const in SetFont()
156 TextAttrib* SpellBackgroundAttrib::Clone() const in Clone()
158 return new SpellBackgroundAttrib(*this); in Clone()
163 int SpellBackgroundAttrib::operator==( const TextAttrib& rAttr ) const in operator ==()
166 … m_aBackgroundColor == static_cast<const SpellBackgroundAttrib&>(rAttr).m_aBackgroundColor; in operator ==()
H A DSpellAttrib.hxx148 class SpellBackgroundAttrib : public TextAttrib class
153 SpellBackgroundAttrib();
156 SpellBackgroundAttrib(const Color& rCol);
157 SpellBackgroundAttrib( const SpellBackgroundAttrib& rAttr );
158 ~SpellBackgroundAttrib();
H A DSpellDialog.cxx1257 …aSentenceED.SetAttrib( SpellBackgroundAttrib(COL_LIGHTGRAY), 0, (sal_uInt16) nStartPosition, (sal_… in GetNextSentence_Impl()

Completed in 70 milliseconds