Searched refs:nBackgroundColor (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/forms/source/component/ |
H A D | navigationbar.cxx | 264 sal_Int32 nBackgroundColor = 0; in write() local 265 m_aBackgroundColor >>= nBackgroundColor; in write() 266 _rxOutStream->writeLong( nBackgroundColor ); in write()
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 117 aBmp8.Erase( (*pPal)[ nBackgroundColor ] ); in CreateBitmaps() 152 aMemStm >> nBackgroundColor; in ReadGlobalHeader() 160 nBackgroundColor = 0; in ReadGlobalHeader()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ImageControl.cxx | 251 …operties.m_bBackgroundTransparent ? COL_TRANSPARENT : m_aProps.aFormatProperties.nBackgroundColor; in getControlBackground() 259 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,m_aProps.aFormatProperties.nBackgroundColor); in setControlBackground() 272 …ROLBACKGROUND,static_cast<sal_Int32>(COL_TRANSPARENT),m_aProps.aFormatProperties.nBackgroundColor); in setControlBackgroundTransparent()
|
H A D | ReportComponent.cxx | 77 ,nBackgroundColor(COL_TRANSPARENT) in OFormatProperties()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 119 sal_Int32 nBackgroundColor = 0; in setButtonLikeFaceColor() local 120 _rColorValue >>= nBackgroundColor; in setButtonLikeFaceColor() 121 aStyleSettings.SetFaceColor( nBackgroundColor ); in setButtonLikeFaceColor() 126 Color aBackground( nBackgroundColor ); in setButtonLikeFaceColor() 132 sal_Int32 nBackgroundLuminance = Color( nBackgroundColor ).GetLuminance(); in setButtonLikeFaceColor() 135 Color aLightShadow( nBackgroundColor ); in setButtonLikeFaceColor() 139 Color aLight( nBackgroundColor ); in setButtonLikeFaceColor() 143 Color aShadow( nBackgroundColor ); in setButtonLikeFaceColor() 147 Color aDarkShadow( nBackgroundColor ); in setButtonLikeFaceColor() 158 sal_Int32 nBackgroundColor = _pWindow->GetSettings().GetStyleSettings().GetFaceColor().GetColor(); in getButtonLikeFaceColor() local [all …]
|
/aoo42x/main/svtools/source/inc/ |
H A D | gifread.hxx | 106 sal_uInt8 nBackgroundColor; // Hintergrundfarbe member in GIFReader
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 1502 sal_uInt32 nBackgroundColor = 0xffffff; in ImplWritePortions() local 1519 aPropOpt.GetOpt( ESCHER_Prop_fillColor, nBackgroundColor ); in ImplWritePortions() 1525 nBackgroundColor = mpPptEscherEx->GetColor( *((sal_uInt32*)aAny.getValue()) ); in ImplWritePortions() 1542 aPropOpt.GetOpt( ESCHER_Prop_fillColor, nBackgroundColor ); in ImplWritePortions() 1548 nBackgroundColor = mpPptEscherEx->GetColor( *((sal_uInt32*)aAny.getValue()) ); in ImplWritePortions() 1560 sal_Int32 nB = nBackgroundColor & 0xff; in ImplWritePortions() 1561 nB += (sal_uInt8)( nBackgroundColor >> 8 ); in ImplWritePortions() 1562 nB += (sal_uInt8)( nBackgroundColor >> 16 ); in ImplWritePortions() 1564 if ( nB < 0x60 || ( nBackgroundColor != nCharColor ) ) in ImplWritePortions()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | ReportControlModel.hxx | 62 ::sal_Int32 nBackgroundColor;
|
H A D | ReportHelperImpl.hxx | 160 return varName.m_bBackgroundTransparent ? COL_TRANSPARENT : varName.nBackgroundColor; \ 168 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,varName.nBackgroundColor);\ 181 … set(PROPERTY_CONTROLBACKGROUND,static_cast<sal_Int32>(COL_TRANSPARENT),varName.nBackgroundColor);\
|
Completed in 88 milliseconds