Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx708 COLORREF clrPrevText, clrPrevBkgnd; in OnDrawItem() local
722 clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem()
724clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUT… in OnDrawItem()
793 SetTextColor(lpdis->hDC, clrPrevText); in OnDrawItem()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4926 COLORREF clrPrevText, clrPrevBkgnd; in ImplDrawItem() local
4939 clrPrevText = SetTextColor( pDI->hDC, GetSysColor( COLOR_GRAYTEXT ) ); in ImplDrawItem()
4941clrPrevText = SetTextColor( pDI->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUTEX… in ImplDrawItem()
5060 SetTextColor(pDI->hDC, clrPrevText); in ImplDrawItem()

Completed in 40 milliseconds