Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx118 static void OnDrawItem(HWND hwnd, LPDRAWITEMSTRUCT lpdis);
705 void OnDrawItem(HWND /*hwnd*/, LPDRAWITEMSTRUCT lpdis) in OnDrawItem() argument
707 MYITEM *pMyItem = (MYITEM *) lpdis->itemData; in OnDrawItem()
712 BOOL fSelected = lpdis->itemState & ODS_SELECTED; in OnDrawItem()
717 RECT aRect = lpdis->rcItem; in OnDrawItem()
731 hbrOld = (HBRUSH)SelectObject( lpdis->hDC, CreateSolidBrush( GetBkColor( lpdis->hDC ) ) ); in OnDrawItem()
779 if ( lpdis->itemState & ODS_DEFAULT ) in OnDrawItem()
791 DeleteObject( SelectObject( lpdis->hDC, hbrOld ) ); in OnDrawItem()
792 DeleteObject( SelectObject( lpdis->hDC, hfntOld) ); in OnDrawItem()
793 SetTextColor(lpdis->hDC, clrPrevText); in OnDrawItem()
[all …]

Completed in 14 milliseconds