Searched refs:aLightColor (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/vcl/source/window/ |
H A D | decoview.cxx | 638 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()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport3.cxx | 396 Color aLightColor; in export3DLamps() local 408 aLightColor.SetColor(aColTemp); in export3DLamps() 409 mrExport.GetMM100UnitConverter().convertColor(sStringBuffer, aLightColor); in export3DLamps()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 191 Color aLightColor( GetBackgroundColor() ); in DrawBackground() local 192 aLightColor.Merge( aFullColor, 128 ); in DrawBackground() 196 SetLineColor( (nAngle % 45) ? aLightColor : aFullColor ); in DrawBackground()
|
H A D | charmap.cxx | 349 Color aLightColor( rStyleSettings.GetLightColor() ); in DrawChars_Impl() local 422 SetLineColor( aLightColor ); in DrawChars_Impl()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2364 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 1099 const Color aLightColor( in CreateColorDropper() local 1103 pWrite->SetLineColor(aLightColor); in CreateColorDropper()
|
Completed in 71 milliseconds