Home
last modified time | relevance | path

Searched refs:iPart (Results 1 – 3 of 3) sorted by relevance

/AOO41X/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
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 …]
/AOO41X/main/sdext/source/presenter/
H A DPresenterToolBar.cxx479 ElementContainer::iterator iPart (maElementContainer.begin()); in disposing() local
481 for ( ; iPart!=iEnd; ++iPart) in disposing()
483 OSL_ASSERT(iPart->get()!=NULL); in disposing()
484 ElementContainerPart::iterator iElement ((*iPart)->begin()); in disposing()
485 ElementContainerPart::const_iterator iPartEnd ((*iPart)->end()); in disposing()
872 ElementContainer::iterator iPart; in Layout() local
880 for (iPart=maElementContainer.begin(),nIndex=0; iPart!=iEnd; ++iPart,++nIndex) in Layout()
882 geometry::RealSize2D aSize (CalculatePartSize(rxCanvas, *iPart, bIsHorizontal)); in Layout()
888 if ((*iPart)->size()>1 && bIsHorizontal) in Layout()
890 nTotalHorizontalGap += ((*iPart)->size() - 1) * gnGapSize; in Layout()
[all …]
H A DPresenterHelpView.cxx757 vector<OUString>::const_iterator iPart (rTextParts.begin()); in FormatText() local
759 for ( ; iPart!=iEnd; ++iPart) in FormatText()
764 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText()
767 rxFont, aLineDescriptor.msLine+A2S(", ")+*iPart).Width > nMaximalWidth) in FormatText()
772 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText()
776 aLineDescriptor.AddPart(A2S(", ")+*iPart, rxFont); in FormatText()