Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4912 DRAWITEMSTRUCT *pDI = (LPDRAWITEMSTRUCT) lParam; in ImplDrawItem() local
4913 if( pDI->CtlType != ODT_MENU ) in ImplDrawItem()
4916 WinSalMenuItem *pSalMenuItem = (WinSalMenuItem *) pDI->itemData; in ImplDrawItem()
4923 sal_Bool fChecked = (pDI->itemState & ODS_CHECKED) ? TRUE : FALSE; in ImplDrawItem()
4924 sal_Bool fSelected = (pDI->itemState & ODS_SELECTED) ? TRUE : FALSE; in ImplDrawItem()
4925 sal_Bool fDisabled = (pDI->itemState & (ODS_DISABLED | ODS_GRAYED)) ? TRUE : FALSE; in ImplDrawItem()
4928 RECT aRect = pDI->rcItem; in ImplDrawItem()
4930 clrPrevBkgnd = SetBkColor( pDI->hDC, GetSysColor( COLOR_MENU ) ); in ImplDrawItem()
4933 clrPrevText = SetTextColor( pDI->hDC, GetSysColor( COLOR_GRAYTEXT ) ); in ImplDrawItem()
4935 …clrPrevText = SetTextColor( pDI->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUTEX… in ImplDrawItem()
[all …]