Home
last modified time | relevance | path

Searched refs:nBackColor (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx184 const sal_Int32 nBackColor( xFixedText->getControlBackground() ); in handle() local
185 if ((sal_uInt32)nBackColor == COL_TRANSPARENT) in handle()
206 Color aLabelBackColor(nBackColor); in handle()
H A Ddlgedfunc.cxx150 sal_Int32 nBackColor = 0; in lcl_setColorOfObject() local
165 aAny >>= nBackColor; in lcl_setColorOfObject()
177 return nBackColor; in lcl_setColorOfObject()
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx36 CharacterAttributesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_… in CharacterAttributesHelper() argument
40 …e_type( ::rtl::OUString::createFromAscii( "CharBackColor" ), makeAny( (sal_Int32) nBackColor ) ) ); in CharacterAttributesHelper()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx351 sal_Int32 nBackColor = COL_TRANSPARENT; in describePDFControl() local
352 xModelProps->getPropertyValue( FM_PROP_BACKGROUNDCOLOR ) >>= nBackColor; in describePDFControl()
354 _rpDescriptor->BackgroundColor = Color( nBackColor ); in describePDFControl()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx194 sal_Int32 nBackColor = GetWindow()->GetControlBackground().GetColor(); in getCharacterAttributes() local
246 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
H A Dvclxaccessiblestatusbaritem.cxx529 sal_Int32 nBackColor = getBackground(); in getCharacterAttributes() local
531 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
H A Dvclxaccessiblemenuitem.cxx255 sal_Int32 nBackColor = getBackground(); in getCharacterAttributes() local
257 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
H A Dvclxaccessibletabpage.cxx603 sal_Int32 nBackColor = getBackground(); in getCharacterAttributes() local
605 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dcharacterattributeshelper.hxx49 CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor );
/trunk/main/vbahelper/source/msforms/
H A Dvbabutton.hxx47 virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
H A Dvbatogglebutton.hxx51 virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx388 sal_uInt32 nBackColor, sal_uInt32 nFlags, ApiTransparencyMode eTranspMode ) const in convertAxBackground() argument
395 … convertColor( rPropMap, PROP_BackgroundColor, bOpaque ? nBackColor : AX_SYSCOLOR_WINDOWBACK ); in convertAxBackground()
403 convertColor( rPropMap, PROP_BackgroundColor, nBackColor ); in convertAxBackground()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx251 sal_uInt32 nBackColor,

Completed in 59 milliseconds