Searched refs:nBackColor (Results 1 – 13 of 13) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | FixedTextColor.cxx | 184 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 D | dlgedfunc.cxx | 150 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 D | characterattributeshelper.cxx | 36 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 D | formpdfexport.cxx | 351 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 D | vclxaccessibletextcomponent.cxx | 194 sal_Int32 nBackColor = GetWindow()->GetControlBackground().GetColor(); in getCharacterAttributes() local 246 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
|
H A D | vclxaccessiblestatusbaritem.cxx | 529 sal_Int32 nBackColor = getBackground(); in getCharacterAttributes() local 531 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
|
H A D | vclxaccessiblemenuitem.cxx | 255 sal_Int32 nBackColor = getBackground(); in getCharacterAttributes() local 257 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
|
H A D | vclxaccessibletabpage.cxx | 603 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 D | characterattributeshelper.hxx | 49 CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor );
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbabutton.hxx | 47 virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
|
H A D | vbatogglebutton.hxx | 51 virtual void SAL_CALL setBackColor( sal_Int32 nBackColor ) throw (css::uno::RuntimeException);
|
/trunk/main/oox/source/ole/ |
H A D | axcontrol.cxx | 388 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 D | axcontrol.hxx | 251 sal_uInt32 nBackColor,
|
Completed in 67 milliseconds