Home
last modified time | relevance | path

Searched refs:aOldCol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx485 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() local
489 SetBkColor( hSrcDC, aOldCol ); in drawBitmap()
499 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() local
503 SetBkColor( hSrcDC, aOldCol ); in drawBitmap()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx410 Color aOldCol = GetLineColor(); in Paint() local
413 SetLineColor( aOldCol ); in Paint()
421 Color aOldCol = GetLineColor(); in Paint() local
425 SetLineColor( aOldCol ); in Paint()
434 Color aOldCol = GetLineColor(); in Paint() local
440 SetLineColor( aOldCol ); in Paint()
/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx283 const Color aOldCol( pSh->GetOut()->GetLineColor() ); in PaintRedline() local
293 pSh->GetOut()->SetLineColor( aOldCol ); in PaintRedline()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx411 Color aOldCol = pThis->GetLineColor(); in ImplDrawGradientBackground() local
538 pThis->SetLineColor( aOldCol ); in ImplDrawGradientBackground()