Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx342 sal_Bool ImplDrawTheme( HTHEME hTheme, HDC hDC, int iPart, int iState, RECT rc, const OUString& aSt… in ImplDrawTheme() argument
344 HRESULT hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawTheme()
349 hr = vsAPI.GetThemeBackgroundContentRect( hTheme, hDC, iPart, iState, &rc, &rcContent); in ImplDrawTheme()
350 hr = vsAPI.DrawThemeText( hTheme, hDC, iPart, iState, in ImplDrawTheme()
359 Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const Rectangle& aRect, … in ImplGetThemeRect() argument
367 …HRESULT hr = vsAPI.GetThemePartSize( hTheme, hDC, iPart, iState, NULL, eTS, &aSz ); // TS_TRUE ret… in ImplGetThemeRect()
459 int iPart(0), iState(0); in ImplDrawNativeControl() local
467 iState = ABS_UPPRESSED; in ImplDrawNativeControl()
469 iState = ABS_UPDISABLED; in ImplDrawNativeControl()
471 iState = ABS_UPHOT; in ImplDrawNativeControl()
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java176 …Short iState = (Short) CurUnoDialog.getControlProperty("optCreateReportTemplate", PropertyNames.PR… in toggleSubTemplateControls() local
177 boolean bDoTemplateEnable = iState.shortValue() == 1; in toggleSubTemplateControls()