Searched refs:aProgressRect (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 911 RECT aProgressRect = rc; in ImplDrawNativeControl() local 912 …if( vsAPI.GetThemeBackgroundContentRect( hTheme, hDC, PP_BAR, iState, &rc, &aProgressRect) != S_OK… in ImplDrawNativeControl() 916 nProgressWidth *= (aProgressRect.right - aProgressRect.left); in ImplDrawNativeControl() 919 aProgressRect.left = aProgressRect.right - nProgressWidth; in ImplDrawNativeControl() 921 aProgressRect.right = aProgressRect.left + nProgressWidth; in ImplDrawNativeControl() 923 return ImplDrawTheme( hTheme, hDC, PP_CHUNK, iState, aProgressRect, aCaption ); in ImplDrawNativeControl()
|
Completed in 20 milliseconds