Home
last modified time | relevance | path

Searched refs:aLightColor (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddecoview.cxx638 Color aLightColor = rStyleSettings.GetLightColor(); in DrawHighlightFrame() local
644 aLightColor = Color( COL_BLACK ); in DrawHighlightFrame()
652 aLightColor = rStyleSettings.GetFaceColor(); in DrawHighlightFrame()
658 if ( (aLightColor.GetColorError( aBackColor ) < 32) || in DrawHighlightFrame()
661 aLightColor = Color( COL_WHITE ); in DrawHighlightFrame()
664 if ( aLightColor.GetColorError( aBackColor ) < 32 ) in DrawHighlightFrame()
665 aLightColor.DecreaseLuminance( 64 ); in DrawHighlightFrame()
674 Color aTempColor = aLightColor; in DrawHighlightFrame()
675 aLightColor = aShadowColor; in DrawHighlightFrame()
679 DrawFrame( rRect, aLightColor, aShadowColor ); in DrawHighlightFrame()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx191 Color aLightColor( GetBackgroundColor() ); in DrawBackground() local
192 aLightColor.Merge( aFullColor, 128 ); in DrawBackground()
196 SetLineColor( (nAngle % 45) ? aLightColor : aFullColor ); in DrawBackground()
H A Dcharmap.cxx349 Color aLightColor( rStyleSettings.GetLightColor() ); in DrawChars_Impl() local
422 SetLineColor( aLightColor ); in DrawChars_Impl()
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx396 Color aLightColor; in export3DLamps() local
408 aLightColor.SetColor(aColTemp); in export3DLamps()
409 mrExport.GetMM100UnitConverter().convertColor(sStringBuffer, aLightColor); in export3DLamps()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2364 Color aAmbientColor, aLightColor; in Convert() local
2383 aLightColor.SetColor( RGB_COLORDATA( 102, 102, 102 ) ); in Convert()
2400 aLightColor.SetColor( RGB_COLORDATA( 76, 76, 76 ) ); in Convert()
2416 rPropSet.SetColorProperty( EXC_CHPROP_D3DSCENELIGHTCOLOR2, aLightColor ); in Convert()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1096 const Color aLightColor( in CreateColorDropper() local
1100 pWrite->SetLineColor(aLightColor); in CreateColorDropper()

Completed in 73 milliseconds