Home
last modified time | relevance | path

Searched refs:fSelected (Results 1 – 2 of 2) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4927 sal_Bool fSelected = (pDI->itemState & ODS_SELECTED) ? TRUE : FALSE; in ImplDrawItem() local
4938 …clrPrevText = SetTextColor( pDI->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUTEX… in ImplDrawItem()
4940 DWORD colBackground = GetSysColor( fSelected ? COLOR_HIGHLIGHT : COLOR_MENU ); in ImplDrawItem()
4941 if ( fSelected ) in ImplDrawItem()
5004 … DST_BITMAP | (fDisabled ? (fSelected ? DSS_MONO : DSS_DISABLED) : DSS_NORMAL) ); in ImplDrawItem()
5033 DST_PREFIXTEXT | (fDisabled && !fSelected ? DSS_DISABLED : DSS_NORMAL) ) ) in ImplDrawItem()
5050 DST_TEXT | (fDisabled && !fSelected ? DSS_DISABLED : DSS_NORMAL) ) ) in ImplDrawItem()
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx712 BOOL fSelected = lpdis->itemState & ODS_SELECTED; in OnDrawItem() local
724 …clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUT… in OnDrawItem()
726 if ( fSelected ) in OnDrawItem()
765 …AM)hIcon, (WPARAM)0, x, y+(height-cy)/2, 0, 0, DST_ICON | (fDisabled ? (fSelected ? DSS_MONO : DSS… in OnDrawItem()
788 …left, aRect.top + (height - size.cy)/2, 0, 0, DST_TEXT | (fDisabled && !fSelected ? DSS_DISABLED :… in OnDrawItem()

Completed in 50 milliseconds