Home
last modified time | relevance | path

Searched refs:m_aBackgroundColor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx129 m_aBackgroundColor(rCol) in SpellBackgroundAttrib()
137 m_aBackgroundColor(rAttr.m_aBackgroundColor) in SpellBackgroundAttrib()
151 rFont.SetFillColor(m_aBackgroundColor); in SetFont()
166m_aBackgroundColor == static_cast<const SpellBackgroundAttrib&>(rAttr).m_aBackgroundColor; in operator ==()
H A DSpellAttrib.hxx150 Color m_aBackgroundColor; member in svx::SpellBackgroundAttrib
160 const Color& GetColor() const { return m_aBackgroundColor;} in GetColor()
161 void SetColor( const Color& rNewCol ){m_aBackgroundColor = rNewCol;} in SetColor()
/trunk/main/forms/source/component/
H A Dnavigationbar.cxx99 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ONavigationBarModel()
135 REGISTER_VOID_PROP( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32 ); in implInitPropertyContainer()
246 if ( m_aBackgroundColor.hasValue() ) in write()
265 m_aBackgroundColor >>= nBackgroundColor; in write()
324 m_aBackgroundColor = makeAny( _rxInStream->readLong() ); in read()
326 m_aBackgroundColor.clear(); in read()
H A DGrid.cxx550 rValue = m_aBackgroundColor; in getFastPropertyValue()
631 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aBackgroundColor, ::getCppuType… in convertFastPropertyValue()
708 m_aBackgroundColor = rValue; in setFastPropertyValue_NoBroadcast()
936 if (m_aBackgroundColor.getValueType().getTypeClass() == TypeClass_LONG) in write()
999 _rxOutStream->writeLong(getINT32(m_aBackgroundColor)); in write()
1152 m_aBackgroundColor <<= (sal_Int32)nValue; in read()
H A Dnavigationbar.hxx58 ::com::sun::star::uno::Any m_aBackgroundColor;
H A DGrid.hxx83 ::com::sun::star::uno::Any m_aBackgroundColor;
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx117 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ORichTextModel()
202 …REGISTER_VOID_PROP_2( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32, BOUND, MAYBEDE… in implRegisterProperties()
H A Drichtextmodel.hxx68 ::com::sun::star::uno::Any m_aBackgroundColor;

Completed in 39 milliseconds