LibreOffice Module sdext (master) 1
|
#include "PresenterTheme.hxx"
#include "PresenterBitmapContainer.hxx"
#include "PresenterCanvasHelper.hxx"
#include "PresenterConfigurationAccess.hxx"
#include <com/sun/star/drawing/XPresenterHelper.hpp>
#include <com/sun/star/rendering/PanoseWeight.hpp>
#include <osl/diagnose.h>
#include <map>
#include <numeric>
#include <utility>
Go to the source code of this file.
Classes | |
class | sdext::presenter::PresenterTheme::Theme |
Namespaces | |
namespace | sdext |
namespace | sdext::presenter |
BorderSize maInnerBorderSize |
Definition at line 129 of file PresenterTheme.cxx.
BorderSize maOuterBorderSize |
Definition at line 130 of file PresenterTheme.cxx.
|
private |
Definition at line 203 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterTheme::Theme::Read().
sal_Int32 mnBottom |
Definition at line 52 of file PresenterTheme.cxx.
|
static |
Definition at line 42 of file PresenterTheme.cxx.
sal_Int32 mnLeft |
Definition at line 49 of file PresenterTheme.cxx.
sal_Int32 mnRight |
Definition at line 51 of file PresenterTheme.cxx.
sal_Int32 mnTop |
Definition at line 50 of file PresenterTheme.cxx.
SharedBitmapDescriptor mpBackground |
Definition at line 170 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterTheme::Theme::Read().
std::shared_ptr<PresenterBitmapContainer> mpBitmaps |
Definition at line 131 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterSlidePreview::Paint().
PresenterTheme::SharedFontDescriptor mpFont |
Definition at line 128 of file PresenterTheme.cxx.
std::shared_ptr<ViewStyle> mpParentStyle |
Definition at line 127 of file PresenterTheme.cxx.
OUString msStyleName |
Definition at line 126 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterTheme::FontDescriptor::CreateFont().
|
private |
Definition at line 141 of file PresenterTheme.cxx.
Reference<rendering::XCanvas> mxCanvas |
Definition at line 86 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterToolBar::CreateControls(), sdext::presenter::PresenterSlidePreview::disposing(), sdext::presenter::PresenterToolBar::GetMinimalSize(), sdext::presenter::PresenterTextView::GetTotalTextHeight(), sdext::presenter::PresenterSlidePreview::Paint(), sdext::presenter::PresenterTextView::Paint(), sdext::presenter::PresenterToolBar::Paint(), sdext::presenter::PresenterPaneBorderPainter::Renderer::PaintBitmap(), sdext::presenter::PresenterPaneBorderPainter::Renderer::PaintBorder(), sdext::presenter::PresenterPaneBorderPainter::Renderer::PaintTitle(), sdext::presenter::PresenterPaneBorderPainter::Renderer::SetCanvas(), sdext::presenter::PresenterTextView::SetText(), sdext::presenter::PresenterPaneBorderPainter::Renderer::SetupClipping(), and sdext::presenter::PresenterToolBar::windowPaint().
Reference<XComponentContext> mxComponentContext |
Definition at line 85 of file PresenterTheme.cxx.
Reference<drawing::XPresenterHelper> mxPresenterHelper |
Definition at line 87 of file PresenterTheme.cxx.
Referenced by sdext::presenter::PresenterPaneBase::CreateWindows(), sdext::presenter::PresenterPaneBase::ToTop(), and sdext::presenter::PresenterPaneContainer::ToTop().