Home
last modified time | relevance | path

Searched refs:hbrOld (Results 1 – 3 of 3) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4925 HBRUSH hbrOld; in ImplDrawItem() local
4946 hbrOld = (HBRUSH)SelectObject( pDI->hDC, CreateSolidBrush( GetBkColor( pDI->hDC ) ) ); in ImplDrawItem()
5055 DeleteObject( SelectObject( pDI->hDC, hbrOld ) ); in ImplDrawItem()
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx710 HBRUSH hbrOld; in OnDrawItem() local
731 hbrOld = (HBRUSH)SelectObject( lpdis->hDC, CreateSolidBrush( GetBkColor( lpdis->hDC ) ) ); in OnDrawItem()
791 DeleteObject( SelectObject( lpdis->hDC, hbrOld ) ); in OnDrawItem()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx317 HGDIOBJ hbrOld; in onPaint() local
403 hbrOld = SelectObject( hdc, m_hBrushShadow ); in onPaint()
423 SelectObject(hdc, hbrOld); in onPaint()

Completed in 50 milliseconds