Home
last modified time | relevance | path

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

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