Searched refs:iPart (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 342 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 465 iPart = SBP_ARROWBTN; in ImplDrawNativeControl() 474 hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawNativeControl() 479 iPart = SBP_ARROWBTN; in ImplDrawNativeControl() [all …]
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterToolBar.cxx | 475 ElementContainer::iterator iPart (maElementContainer.begin()); in disposing() local 477 for ( ; iPart!=iEnd; ++iPart) in disposing() 479 OSL_ASSERT(iPart->get()!=NULL); in disposing() 480 ElementContainerPart::iterator iElement ((*iPart)->begin()); in disposing() 481 ElementContainerPart::const_iterator iPartEnd ((*iPart)->end()); in disposing() 854 ElementContainer::iterator iPart; in Layout() local 862 for (iPart=maElementContainer.begin(),nIndex=0; iPart!=iEnd; ++iPart,++nIndex) in Layout() 864 geometry::RealSize2D aSize (CalculatePartSize(rxCanvas, *iPart, bIsHorizontal)); in Layout() 870 if ((*iPart)->size()>1 && bIsHorizontal) in Layout() 872 nTotalHorizontalGap += ((*iPart)->size() - 1) * gnGapSize; in Layout() [all …]
|
| H A D | PresenterHelpView.cxx | 748 vector<OUString>::const_iterator iPart (rTextParts.begin()); in FormatText() local 750 for ( ; iPart!=iEnd; ++iPart) in FormatText() 755 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText() 758 rxFont, aLineDescriptor.msLine+A2S(", ")+*iPart).Width > nMaximalWidth) in FormatText() 763 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText() 767 aLineDescriptor.AddPart(A2S(", ")+*iPart, rxFont); in FormatText()
|