Home
last modified time | relevance | path

Searched refs:aBGRect (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1006 RECT aBGRect = rc; in ImplDrawNativeControl() local
1010 aBGRect.left = rMVal.maItemRect.Left(); in ImplDrawNativeControl()
1011 aBGRect.top = rMVal.maItemRect.Top(); in ImplDrawNativeControl()
1012aBGRect.bottom = rMVal.maItemRect.Bottom()+1; // see below in drawNativeControl in ImplDrawNativeControl()
1013 aBGRect.right = rMVal.getNumericVal(); in ImplDrawNativeControl()
1016 aBGRect.left += 1; aBGRect.top += 1; aBGRect.bottom +=1; in ImplDrawNativeControl()
1019 … ImplDrawTheme( hTheme, hDC, MENU_POPUPCHECKBACKGROUND, iState, aBGRect, aCaption ); in ImplDrawNativeControl()

Completed in 16 milliseconds