LibreOffice Module slideshow (master) 1
Namespaces
animationfactory.cxx File Reference
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <animationfactory.hxx>
#include <attributemap.hxx>
#include <com/sun/star/animations/AnimationAdditiveMode.hpp>
#include <com/sun/star/animations/AnimationTransformType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <box2dtools.hxx>
#include <utility>
Include dependency graph for animationfactory.cxx:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Variable Documentation

◆ maDefaultValue

const ValueT maDefaultValue
private

Definition at line 196 of file animationfactory.cxx.

◆ maGetterModifier

ModifierFunctor maGetterModifier
private

Definition at line 759 of file animationfactory.cxx.

◆ maPageSize

const ::basegfx::B2DSize maPageSize
private

Definition at line 359 of file animationfactory.cxx.

◆ maPathPoly

::basegfx::B2DPolygon maPathPoly
private

Definition at line 355 of file animationfactory.cxx.

◆ maReferenceSize

const ::basegfx::B2DSize maReferenceSize
private

Definition at line 195 of file animationfactory.cxx.

◆ maSetterModifier

ModifierFunctor maSetterModifier
private

Definition at line 760 of file animationfactory.cxx.

◆ maShapeOrig

::basegfx::B2DPoint maShapeOrig
private

Definition at line 360 of file animationfactory.cxx.

◆ maStartVelocity

const ::basegfx::B2DVector maStartVelocity
private

Definition at line 516 of file animationfactory.cxx.

◆ mbAnimationFirstUpdate

bool mbAnimationFirstUpdate
private

Definition at line 363 of file animationfactory.cxx.

◆ mbAnimationStarted

bool mbAnimationStarted
private

Definition at line 197 of file animationfactory.cxx.

◆ mbIsBox2dWorldStepper

bool mbIsBox2dWorldStepper
private

Definition at line 520 of file animationfactory.cxx.

◆ meAttrType

const AttributeType meAttrType
private

Definition at line 768 of file animationfactory.cxx.

◆ mfBounciness

const double mfBounciness
private

Definition at line 518 of file animationfactory.cxx.

◆ mfDensity

const double mfDensity
private

Definition at line 517 of file animationfactory.cxx.

◆ mfDuration

double mfDuration
private

Definition at line 515 of file animationfactory.cxx.

◆ mfPreviousElapsedTime

double mfPreviousElapsedTime
private

Definition at line 519 of file animationfactory.cxx.

◆ mnAdditive

sal_Int16 mnAdditive
private

Definition at line 364 of file animationfactory.cxx.

◆ mnFlags

const int mnFlags
private

Definition at line 193 of file animationfactory.cxx.

◆ mnScale

double mnScale
private

Definition at line 824 of file animationfactory.cxx.

◆ mpAttrLayer

ShapeAttributeLayerSharedPtr mpAttrLayer
private

Definition at line 185 of file animationfactory.cxx.

◆ mpBox2DBody

box2d::utils::Box2DBodySharedPtr mpBox2DBody
private

Definition at line 513 of file animationfactory.cxx.

◆ mpBox2DWorld

const box2d::utils::Box2DWorldSharedPtr mpBox2DWorld
private

◆ mpGet1stValueFunc

double(ShapeAttributeLayer::* mpGet1stValueFunc) () const ( ) const
private

Definition at line 189 of file animationfactory.cxx.

◆ mpGet2ndValueFunc

double(ShapeAttributeLayer::* mpGet2ndValueFunc) () const ( ) const
private

Definition at line 190 of file animationfactory.cxx.

◆ mpGetValueFunc

ValueT(ShapeAttributeLayer::* mpGetValueFunc) () const ( ) const
private

Definition at line 756 of file animationfactory.cxx.

◆ mpIs1stValidFunc

bool(ShapeAttributeLayer::* mpIs1stValidFunc) () const ( ) const
private

Definition at line 187 of file animationfactory.cxx.

◆ mpIs2ndValidFunc

bool(ShapeAttributeLayer::* mpIs2ndValidFunc) () const ( ) const
private

Definition at line 188 of file animationfactory.cxx.

◆ mpIsValidFunc

bool(ShapeAttributeLayer::* mpIsValidFunc) () const ( ) const
private

Definition at line 755 of file animationfactory.cxx.

◆ mpSetValueFunc

void(ShapeAttributeLayer::* mpSetValueFunc) (const ValueT &) ( const ValueT &  )
private

Definition at line 191 of file animationfactory.cxx.

◆ mpShape

AnimatableShapeSharedPtr mpShape
private

Definition at line 184 of file animationfactory.cxx.

◆ mpShapeManager

ShapeManagerSharedPtr mpShapeManager
private

Definition at line 186 of file animationfactory.cxx.