Home
last modified time | relevance | path

Searched refs:nBackgroundColor (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/forms/source/component/
H A Dnavigationbar.cxx264 sal_Int32 nBackgroundColor = 0; in write() local
265 m_aBackgroundColor >>= nBackgroundColor; in write()
266 _rxOutStream->writeLong( nBackgroundColor ); in write()
/aoo41x/main/svtools/source/filter/igif/
H A Dgifread.cxx117 aBmp8.Erase( (*pPal)[ nBackgroundColor ] ); in CreateBitmaps()
152 aMemStm >> nBackgroundColor; in ReadGlobalHeader()
160 nBackgroundColor = 0; in ReadGlobalHeader()
/aoo41x/main/reportdesign/source/core/api/
H A DImageControl.cxx254 …operties.m_bBackgroundTransparent ? COL_TRANSPARENT : m_aProps.aFormatProperties.nBackgroundColor; in getControlBackground()
262 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,m_aProps.aFormatProperties.nBackgroundColor); in setControlBackground()
275 …ROLBACKGROUND,static_cast<sal_Int32>(COL_TRANSPARENT),m_aProps.aFormatProperties.nBackgroundColor); in setControlBackgroundTransparent()
H A DReportComponent.cxx78 ,nBackgroundColor(COL_TRANSPARENT) in OFormatProperties()
/aoo41x/main/svtools/source/inc/
H A Dgifread.hxx106 sal_uInt8 nBackgroundColor; // Hintergrundfarbe member in GIFReader
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindows.cxx119 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 …]
/aoo41x/main/reportdesign/source/core/inc/
H A DReportControlModel.hxx62 ::sal_Int32 nBackgroundColor;
H A DReportHelperImpl.hxx160 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);\
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx1502 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()

Completed in 90 milliseconds