LibreOffice Module sd (master) 1
Classes | Namespaces
PresenterHelpView.cxx File Reference
#include <utility>
#include <vcl/settings.hxx>
#include "PresenterHelpView.hxx"
#include "PresenterButton.hxx"
#include "PresenterCanvasHelper.hxx"
#include "PresenterGeometryHelper.hxx"
#include <DrawController.hxx>
#include <com/sun/star/awt/XWindowPeer.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
#include <com/sun/star/rendering/CompositeOperation.hpp>
#include <com/sun/star/rendering/TextDirection.hpp>
#include <com/sun/star/util/Color.hpp>
#include <algorithm>
#include <numeric>
#include <string_view>
#include <vector>
Include dependency graph for PresenterHelpView.cxx:

Go to the source code of this file.

Classes

class  sdext::presenter::PresenterHelpView::TextContainer
 

Namespaces

namespace  sdext
 
namespace  sdext::presenter
 

Variable Documentation

◆ maLeft

LineDescriptorList maLeft

Definition at line 112 of file PresenterHelpView.cxx.

◆ maRight

LineDescriptorList maRight

Definition at line 113 of file PresenterHelpView.cxx.

◆ maSize

geometry::RealSize2D maSize

Definition at line 60 of file PresenterHelpView.cxx.

◆ mnVerticalOffset

double mnVerticalOffset

◆ mpLineDescriptors

std::shared_ptr<vector<LineDescriptor> > mpLineDescriptors
private

Definition at line 89 of file PresenterHelpView.cxx.

◆ msLine

OUString msLine

Definition at line 59 of file PresenterHelpView.cxx.

◆ msText

const OUString msText
private