Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx763 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem() local
765 …DrawStateW( lpdis->hDC, (HBRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hIcon, (WPARAM)0, x, y+(heig… in OnDrawItem()
767 DeleteObject( hbrIcon ); in OnDrawItem()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx5004 HBRUSH hbrIcon = CreateSolidBrush( GetSysColor( COLOR_GRAYTEXT ) ); in ImplDrawItem() local
5005 DrawStateW( pDI->hDC, (HBRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hBmp, (WPARAM)0, in ImplDrawItem()
5009 DeleteObject( hbrIcon ); in ImplDrawItem()

Completed in 51 milliseconds