Searched refs:m_aBackgroundColor (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | SpellAttrib.cxx | 129 m_aBackgroundColor(rCol) in SpellBackgroundAttrib() 137 m_aBackgroundColor(rAttr.m_aBackgroundColor) in SpellBackgroundAttrib() 151 rFont.SetFillColor(m_aBackgroundColor); in SetFont() 166 … m_aBackgroundColor == static_cast<const SpellBackgroundAttrib&>(rAttr).m_aBackgroundColor; in operator ==()
|
H A D | SpellAttrib.hxx | 150 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 D | navigationbar.cxx | 99 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 D | Grid.cxx | 550 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 D | navigationbar.hxx | 58 ::com::sun::star::uno::Any m_aBackgroundColor;
|
H A D | Grid.hxx | 83 ::com::sun::star::uno::Any m_aBackgroundColor;
|
/trunk/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 117 m_aBackgroundColor = _pOriginal->m_aBackgroundColor; in ORichTextModel() 202 …REGISTER_VOID_PROP_2( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32, BOUND, MAYBEDE… in implRegisterProperties()
|
H A D | richtextmodel.hxx | 68 ::com::sun::star::uno::Any m_aBackgroundColor;
|
Completed in 52 milliseconds