|
LibreOffice Module sd (master) 1
|
#include "PresenterPaneBorderPainter.hxx"#include "PresenterCanvasHelper.hxx"#include "PresenterGeometryHelper.hxx"#include "PresenterTheme.hxx"#include <com/sun/star/awt/Point.hpp>#include <com/sun/star/awt/Rectangle.hpp>#include <com/sun/star/drawing/XPresenterHelper.hpp>#include <com/sun/star/rendering/CompositeOperation.hpp>#include <com/sun/star/rendering/FillRule.hpp>#include <com/sun/star/rendering/TextDirection.hpp>#include <com/sun/star/rendering/XSpriteCanvas.hpp>#include <map>#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | sdext::presenter::PresenterPaneBorderPainter::Renderer |
Namespaces | |
| namespace | sdext |
| namespace | sdext::presenter |
| BorderSize maInnerBorderSize |
Definition at line 83 of file PresenterPaneBorderPainter.cxx.
| BorderSize maOuterBorderSize |
Definition at line 84 of file PresenterPaneBorderPainter.cxx.
| BorderSize maTotalBorderSize |
Definition at line 85 of file PresenterPaneBorderPainter.cxx.
| Anchor meFontAnchor |
Definition at line 82 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnBottom |
Definition at line 49 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnFontXOffset |
Definition at line 79 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnFontYOffset |
Definition at line 80 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnLeft |
Definition at line 46 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnRight |
Definition at line 48 of file PresenterPaneBorderPainter.cxx.
| sal_Int32 mnTop |
Definition at line 47 of file PresenterPaneBorderPainter.cxx.
| SharedBitmapDescriptor mpBottom |
Definition at line 74 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpBottomCallout |
Definition at line 76 of file PresenterPaneBorderPainter.cxx.
| SharedBitmapDescriptor mpBottomLeft |
Definition at line 73 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpBottomRight |
Definition at line 75 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpEmpty |
Definition at line 77 of file PresenterPaneBorderPainter.cxx.
| PresenterTheme::SharedFontDescriptor mpFont |
Definition at line 78 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::MouseOverManager::CalculateLabelSize(), sdext::presenter::PresenterSlideSorter::MouseOverManager::CreateBitmap(), sdext::presenter::PresenterSlideSorter::MouseOverManager::GetFittingText(), and sdext::presenter::PresenterSlideSorter::MouseOverManager::SetCanvas().
| SharedBitmapDescriptor mpLeft |
Definition at line 71 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpRight |
Definition at line 72 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpTop |
Definition at line 69 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpTopLeft |
Definition at line 68 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().
| SharedBitmapDescriptor mpTopRight |
Definition at line 70 of file PresenterPaneBorderPainter.cxx.
Referenced by sdext::presenter::PresenterSlideSorter::CurrentSlideFrameRenderer::PaintCurrentSlideFrame().