Home
last modified time | relevance | path

Searched refs:aColor2 (Results 1 – 9 of 9) sorted by path

/aoo41x/main/oox/source/vml/
H A Dvmlformatting.cxx480 …Color aColor2 = ConversionHelper::decodeColor( rGraphicHelper, moColor2, moOpacity2, API_RGB_WHITE… in pushToPropMap() local
499 const Color& rOuterColor = bOuterToInner ? aColor1 : aColor2; in pushToPropMap()
500 const Color& rInnerColor = bOuterToInner ? aColor2 : aColor1; in pushToPropMap()
515 aFillProps.maGradientProps.maGradientStops[ 1.0 ] = aColor2; in pushToPropMap()
540 … aFillProps.maGradientProps.maGradientStops[ 0.0 ] = bOuterToInner ? aColor2 : aColor1; in pushToPropMap()
541 … aFillProps.maGradientProps.maGradientStops[ 1.0 ] = bOuterToInner ? aColor1 : aColor2; in pushToPropMap()
/aoo41x/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx199 com::sun::star::util::Color aColor2 = xSection->getBackColor(); in handle() local
200 Color aBackColor(aColor2); in handle()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2193 Color aColor2 = aStyleSettings.GetLightColor(); in UpdateSettings() local
2194 PM_BYTE nRed = (PM_BYTE)(((USHORT)aColor1.GetRed() + (USHORT)aColor2.GetRed())/2); in UpdateSettings()
2195 PM_BYTE nGreen = (PM_BYTE)(((USHORT)aColor1.GetGreen() + (USHORT)aColor2.GetGreen())/2); in UpdateSettings()
2196 PM_BYTE nBlue = (PM_BYTE)(((USHORT)aColor1.GetBlue() + (USHORT)aColor2.GetBlue())/2); in UpdateSettings()
/aoo41x/main/vcl/source/window/
H A Ddecoview.cxx1096 Color aColor2; in ImplDrawButton() local
1100 aColor2 = rStyleSettings.GetLightColor(); in ImplDrawButton()
1109 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton()
1111 aColor2 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton()
1113 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
1124 aColor2 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton()
1132 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton()
1134 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx232 Color aColor2 = aStyleSettings.GetLightColor(); in GetSystemLook() local
233 …nt8 nRed = (sal_uInt8)(((sal_uInt16)aColors[1].GetRed() + (sal_uInt16)aColor2.GetRed())/2); in GetSystemLook()
234 …8 nGreen = (sal_uInt8)(((sal_uInt16)aColors[1].GetGreen() + (sal_uInt16)aColor2.GetGreen())/2); in GetSystemLook()
235 …t8 nBlue = (sal_uInt8)(((sal_uInt16)aColors[1].GetBlue() + (sal_uInt16)aColor2.GetBlue())/2); in GetSystemLook()
/aoo41x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3357 Color aColor2 = aStyleSet.GetLightColor(); in updateSettings() local
3358 Color aCheck( (sal_uInt8)(((sal_uInt16)aBackColor.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in updateSettings()
3359 … (sal_uInt8)(((sal_uInt16)aBackColor.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in updateSettings()
3360 … (sal_uInt8)(((sal_uInt16)aBackColor.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in updateSettings()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1918 Color aColor2 = aStyleSettings.GetLightColor(); in UpdateSettings() local
1920 … SetCheckedColor( Color( (sal_uInt8)(((sal_uInt16)aBack.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in UpdateSettings()
1921 … (sal_uInt8)(((sal_uInt16)aBack.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in UpdateSettings()
1922 (sal_uInt8)(((sal_uInt16)aBack.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in UpdateSettings()
/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx272 Color aColor2 = style.GetLightColor(); in UpdateSettings() local
274 … SetCheckedColor( Color( (sal_uInt8)(((sal_uInt16)aBack.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in UpdateSettings()
275 … (sal_uInt8)(((sal_uInt16)aBack.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in UpdateSettings()
276 (sal_uInt8)(((sal_uInt16)aBack.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in UpdateSettings()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3008 Color aColor2 = aStyleSettings.GetLightColor(); in UpdateSettings() local
3009 BYTE nRed = (BYTE)(((sal_uInt16)aColor1.GetRed() + (sal_uInt16)aColor2.GetRed())/2); in UpdateSettings()
3010 … BYTE nGreen = (BYTE)(((sal_uInt16)aColor1.GetGreen() + (sal_uInt16)aColor2.GetGreen())/2); in UpdateSettings()
3011 … BYTE nBlue = (BYTE)(((sal_uInt16)aColor1.GetBlue() + (sal_uInt16)aColor2.GetBlue())/2); in UpdateSettings()

Completed in 100 milliseconds