Home
last modified time | relevance | path

Searched refs:aSelectionBorderCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsplit.cxx786 Color aSelectionBorderCol( GetSettings().GetStyleSettings().GetActiveColor() ); in Paint() local
787 SetFillColor( aSelectionBorderCol ); in Paint()
794 SetLineColor( aSelectionBorderCol ); in Paint()
H A Dwindow.cxx9462 Color aSelectionBorderCol( pPaintColor ? *pPaintColor : rStyles.GetHighlightColor() ); in DrawSelectionBackground() local
9463 Color aSelectionFillCol( aSelectionBorderCol ); in DrawSelectionBackground()
9468 int c1 = aSelectionBorderCol.GetLuminance(); in DrawSelectionBackground()
9479 aSelectionBorderCol = aSelectionFillCol; in DrawSelectionBackground()
9484 if( aSelectionBorderCol.IsDark() ) in DrawSelectionBackground()
9485 aSelectionBorderCol.IncreaseLuminance( 128 ); in DrawSelectionBackground()
9487 aSelectionBorderCol.DecreaseLuminance( 128 ); in DrawSelectionBackground()
9502 … SetLineColor( bDark ? Color(COL_WHITE) : ( bBright ? Color(COL_BLACK) : aSelectionBorderCol ) ); in DrawSelectionBackground()

Completed in 66 milliseconds