LibreOffice Module sd (master) 1
Classes | Namespaces
PresenterTheme.cxx File Reference
#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>
Include dependency graph for PresenterTheme.cxx:

Go to the source code of this file.

Classes

class  sdext::presenter::PresenterTheme::Theme
 

Namespaces

namespace  sdext
 
namespace  sdext::presenter
 

Variable Documentation

◆ maInnerBorderSize

BorderSize maInnerBorderSize

Definition at line 128 of file PresenterTheme.cxx.

◆ maOuterBorderSize

BorderSize maOuterBorderSize

Definition at line 129 of file PresenterTheme.cxx.

◆ maStyleAssociations

StyleAssociations maStyleAssociations
private

Definition at line 202 of file PresenterTheme.cxx.

Referenced by sdext::presenter::PresenterTheme::Theme::Read().

◆ mnBottom

sal_Int32 mnBottom

Definition at line 51 of file PresenterTheme.cxx.

◆ mnInvalidValue

const sal_Int32 mnInvalidValue = -10000
static

Definition at line 41 of file PresenterTheme.cxx.

◆ mnLeft

sal_Int32 mnLeft

Definition at line 48 of file PresenterTheme.cxx.

◆ mnRight

sal_Int32 mnRight

Definition at line 50 of file PresenterTheme.cxx.

◆ mnTop

sal_Int32 mnTop

Definition at line 49 of file PresenterTheme.cxx.

◆ mpBackground

SharedBitmapDescriptor mpBackground

Definition at line 169 of file PresenterTheme.cxx.

Referenced by sdext::presenter::PresenterTheme::Theme::Read().

◆ mpBitmaps

std::shared_ptr<PresenterBitmapContainer> mpBitmaps

Definition at line 130 of file PresenterTheme.cxx.

Referenced by sdext::presenter::PresenterSlidePreview::Paint().

◆ mpFont

PresenterTheme::SharedFontDescriptor mpFont

Definition at line 127 of file PresenterTheme.cxx.

◆ mpParentStyle

std::shared_ptr<ViewStyle> mpParentStyle

Definition at line 126 of file PresenterTheme.cxx.

◆ msStyleName

OUString msStyleName

◆ mStyles

::std::vector<SharedViewStyle> mStyles
private

Definition at line 140 of file PresenterTheme.cxx.

◆ mxCanvas

Reference<rendering::XCanvas> mxCanvas

◆ mxComponentContext

Reference<XComponentContext> mxComponentContext

Definition at line 84 of file PresenterTheme.cxx.

◆ mxPresenterHelper

Reference<drawing::XPresenterHelper> mxPresenterHelper