Searched refs:SpellBackgroundAttrib (Results 1 – 3 of 3) sorted by relevance
127 SpellBackgroundAttrib::SpellBackgroundAttrib(const Color& rCol) : in SpellBackgroundAttrib() function in SpellBackgroundAttrib135 SpellBackgroundAttrib::SpellBackgroundAttrib( const SpellBackgroundAttrib& rAttr ) : in SpellBackgroundAttrib() function in SpellBackgroundAttrib143 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 ==()
148 class SpellBackgroundAttrib : public TextAttrib class153 SpellBackgroundAttrib();156 SpellBackgroundAttrib(const Color& rCol);157 SpellBackgroundAttrib( const SpellBackgroundAttrib& rAttr );158 ~SpellBackgroundAttrib();
1257 …aSentenceED.SetAttrib( SpellBackgroundAttrib(COL_LIGHTGRAY), 0, (sal_uInt16) nStartPosition, (sal_… in GetNextSentence_Impl()
Completed in 34 milliseconds