Searched refs:BACKCOLOR (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 55 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()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | metadata.cxx | 161 …,DEF_INFO_1( BACKCOLOR, BACKCOLOR, BACKCOLOR, … in getPropertyInfo() 162 …,DEF_INFO_1( CONTROLBACKGROUND, BACKCOLOR, BACKCOLOR, … in getPropertyInfo()
|
Completed in 22 milliseconds