LibreOffice Module slideshow (master) 1
Namespaces | Functions
appletshape.cxx File Reference
#include "appletshape.hxx"
#include "externalshapebase.hxx"
#include "viewappletshape.hxx"
#include <tools.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <algorithm>
#include <utility>
Include dependency graph for appletshape.cxx:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Functions

std::shared_ptr< Shape > slideshow::internal::createAppletShape (const uno::Reference< drawing::XShape > &xShape, double nPrio, const OUString &rServiceName, const char **pPropCopyTable, std::size_t nNumPropEntries, const SlideShowContext &rContext)
 

Variable Documentation

◆ maServiceName

const OUString maServiceName
private

Definition at line 99 of file appletshape.cxx.

◆ maViewAppletShapes

ViewAppletShapeVector maViewAppletShapes
private

Definition at line 105 of file appletshape.cxx.

◆ mbIsPlaying

bool mbIsPlaying
private

Definition at line 106 of file appletshape.cxx.

◆ mnNumPropEntries

const std::size_t mnNumPropEntries
private

Definition at line 101 of file appletshape.cxx.

◆ mpPropCopyTable

const char** mpPropCopyTable
private

Definition at line 100 of file appletshape.cxx.