Searched refs:GetNormalBitmap (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 2012 xLeftLabelBitmap = mpLeftLabelBitmap->GetNormalBitmap(); in PaintButtonBackground() 2016 xCenterLabelBitmap = mpCenterLabelBitmap->GetNormalBitmap(); in PaintButtonBackground() 2020 xRightLabelBitmap = mpRightLabelBitmap->GetNormalBitmap(); in PaintButtonBackground() 2143 mpTop->GetNormalBitmap(), in PaintCurrentSlideFrame() 2154 mpLeft->GetNormalBitmap(), in PaintCurrentSlideFrame() 2165 mpRight->GetNormalBitmap(), in PaintCurrentSlideFrame() 2176 mpBottom->GetNormalBitmap(), in PaintCurrentSlideFrame() 2187 mpTopLeft->GetNormalBitmap(), in PaintCurrentSlideFrame() 2196 mpTopRight->GetNormalBitmap(), in PaintCurrentSlideFrame() 2205 mpBottomLeft->GetNormalBitmap(), in PaintCurrentSlideFrame() [all …]
|
H A D | PresenterCanvasHelper.cxx | 107 if (rpBitmap->GetNormalBitmap().is()) in PaintRectangle() 113 Reference<rendering::XBitmap>(rpBitmap->GetNormalBitmap(), UNO_QUERY), in PaintRectangle() 124 Reference<rendering::XBitmap>(rpBitmap->GetNormalBitmap(), UNO_QUERY), in PaintRectangle()
|
H A D | PresenterScrollBar.cxx | 732 Reference<rendering::XBitmap> xBitmap (rpDescriptor->GetNormalBitmap()); in UpdateWidthOrHeight() 882 Reference<rendering::XBitmap> xBitmap (mpNextButtonDescriptor->GetNormalBitmap()); in UpdateBorders() 893 Reference<rendering::XBitmap> xBitmap (mpPrevButtonDescriptor->GetNormalBitmap()); in UpdateBorders() 1105 Reference<rendering::XBitmap> xBitmap (mpNextButtonDescriptor->GetNormalBitmap()); in UpdateBorders() 1116 Reference<rendering::XBitmap> xBitmap (mpPrevButtonDescriptor->GetNormalBitmap()); in UpdateBorders()
|
H A D | PresenterPaneBorderPainter.cxx | 540 if (mbHasCallout && pStyle->mpBottomCallout->GetNormalBitmap().is()) in PaintBorder() 744 Reference<rendering::XBitmap> xBitmap (rpBitmap->GetNormalBitmap(), UNO_QUERY); in PaintBitmap()
|
H A D | PresenterBitmapContainer.hxx | 65 css::uno::Reference<css::rendering::XBitmap> GetNormalBitmap (void) const;
|
H A D | PresenterBitmapContainer.cxx | 401 PresenterBitmapContainer::BitmapDescriptor::GetNormalBitmap (void) const in GetNormalBitmap() function in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
|
H A D | PresenterToolBar.cxx | 1762 Reference<rendering::XBitmap> xBitmap (mpMode->mpIcon->GetNormalBitmap()); in Paint() 1784 xBitmap = mpMode->mpIcon->GetNormalBitmap(); in CreateBoundingSize()
|
H A D | PresenterSlideShowView.cxx | 831 Reference<rendering::XBitmap> xBackgroundBitmap (mpBackground->GetNormalBitmap()); in PaintOuterWindow()
|
H A D | PresenterTheme.cxx | 1244 if (pBackground.get() != NULL && pBackground->GetNormalBitmap().is()) in ProcessViewStyle()
|
H A D | PresenterWindowManager.cxx | 1326 Reference<rendering::XBitmap> xBitmap (mpBackgroundBitmap->GetNormalBitmap()); in ProvideBackgroundBitmap()
|
Completed in 73 milliseconds