LibreOffice Module slideshow (master) 1
Namespaces | Functions
backgroundshape.cxx File Reference
#include <com/sun/star/beans/XPropertySet.hpp>
#include <sal/log.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <algorithm>
#include "backgroundshape.hxx"
#include <slideshowexceptions.hxx>
#include <slideshowcontext.hxx>
#include "gdimtftools.hxx"
#include <shape.hxx>
#include "viewbackgroundshape.hxx"
Include dependency graph for backgroundshape.cxx:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Functions

ShapeSharedPtr slideshow::internal::createBackgroundShape (const uno::Reference< drawing::XDrawPage > &xDrawPage, const uno::Reference< drawing::XDrawPage > &xMasterPage, const SlideShowContext &rContext)
 

Variable Documentation

◆ maBounds

::basegfx::B2DRectangle maBounds
private

◆ maViewShapes

ViewBackgroundShapeVector maViewShapes
private

Definition at line 108 of file backgroundshape.cxx.

◆ mpMtf

GDIMetaFileSharedPtr mpMtf
private

The metafile actually representing the Shape.

Definition at line 101 of file backgroundshape.cxx.