Lines Matching defs:hTheme

127 HRESULT VisualStylesAPI::CloseThemeData( HTHEME hTheme )  in CloseThemeData()
134 HRESULT VisualStylesAPI::GetThemeBackgroundContentRect( HTHEME hTheme, HDC hdc, int iPartId, int iS… in GetThemeBackgroundContentRect()
141 HRESULT VisualStylesAPI::DrawThemeBackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, co… in DrawThemeBackground()
148 HRESULT VisualStylesAPI::DrawThemeText( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, LPCWSTR … in DrawThemeText()
155 HRESULT VisualStylesAPI::GetThemePartSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT … in GetThemePartSize()
205 HTHEME hTheme = vsAPI.OpenThemeData( hWnd, name ); in getThemeHandle() local
219 HTHEME hTheme = NULL; in IsNativeControlSupported() local
342 sal_Bool ImplDrawTheme( HTHEME hTheme, HDC hDC, int iPart, int iState, RECT rc, const OUString& aSt… in ImplDrawTheme()
359 Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const Rectangle& aRect, … in ImplGetThemeRect()
437 sal_Bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, RECT rc, in ImplDrawNativeControl()
1063 HTHEME hTheme = NULL; in drawNativeControl() local
1251 HTHEME hTheme = getThemeHandle( mhWnd, L"Toolbar"); in getNativeControlRegion() local
1265 HTHEME hTheme = getThemeHandle( mhWnd, L"Progress"); in getNativeControlRegion() local
1278 HTHEME hTheme = getThemeHandle( mhWnd, L"Combobox"); in getNativeControlRegion() local
1297 HTHEME hTheme = getThemeHandle( mhWnd, L"Edit"); in getNativeControlRegion() local
1336 HTHEME hTheme = getThemeHandle( mhWnd, L"Menu"); in getNativeControlRegion() local
1354 HTHEME hTheme = getThemeHandle( mhWnd, L"Trackbar"); in getNativeControlRegion() local