Home
last modified time | relevance | path

Searched refs:BACKCOLOR (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx55 static const rtl::OUString BACKCOLOR( RTL_CONSTASCII_USTRINGPARAM( "CellBackColor" ) ); variable
110 SetUserDefinedAttributes( BACKCOLOR, SetAttributeData( XLRGBToOORGB( nColor ) ) ); in setColor()
143 m_xProps->setPropertyValue( BACKCOLOR , uno::makeAny( nMixedColor ) ); in SetMixedColor()
165 m_xProps->setPropertyValue( BACKCOLOR, uno::makeAny( sal_Int32( -1 ) ) ); in setColorIndex()
212 uno::Any aColor = m_xProps->getPropertyValue( BACKCOLOR ); in getColorIndex()
328 uno::Any aColor = GetUserDefinedAttributes( BACKCOLOR ); in GetBackColor()
337 aAny = OORGBToXLRGB( m_xProps->getPropertyValue( BACKCOLOR ) ); in GetBackColor()
342 SetUserDefinedAttributes( BACKCOLOR, SetAttributeData( nColor ) ); in GetBackColor()
/trunk/main/reportdesign/source/ui/inspection/
H A Dmetadata.cxx161 …,DEF_INFO_1( BACKCOLOR, BACKCOLOR, BACKCOLOR, … in getPropertyInfo()
162 …,DEF_INFO_1( CONTROLBACKGROUND, BACKCOLOR, BACKCOLOR, … in getPropertyInfo()

Completed in 21 milliseconds