LibreOffice Module slideshow (master) 1
Namespaces
slidetransitionfactory.cxx File Reference
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <cppcanvas/customsprite.hxx>
#include <com/sun/star/animations/TransitionType.hpp>
#include <com/sun/star/animations/TransitionSubType.hpp>
#include "slidechangebase.hxx"
#include <transitionfactory.hxx>
#include "transitionfactorytab.hxx"
#include "parametricpolypolygonfactory.hxx"
#include "clippingfunctor.hxx"
#include "combtransition.hxx"
#include <tools.hxx>
#include <memory>
#include <utility>
Include dependency graph for slidetransitionfactory.cxx:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Variable Documentation

◆ maClippingFunctor

ClippingFunctor maClippingFunctor
private

Definition at line 303 of file slidetransitionfactory.cxx.

◆ maEnteringDirection

const ::basegfx::B2DVector maEnteringDirection
private

Direction vector for entering slide,.

Definition at line 521 of file slidetransitionfactory.cxx.

◆ maFadeColor

RGBColor maFadeColor
private

Definition at line 372 of file slidetransitionfactory.cxx.

◆ maLeavingDirection

const ::basegfx::B2DVector maLeavingDirection
private

Direction vector for leaving slide,.

Definition at line 518 of file slidetransitionfactory.cxx.

◆ maTransitions

std::vector< std::unique_ptr<TransitionViewPair> > maTransitions
private

Definition at line 247 of file slidetransitionfactory.cxx.

◆ mbSuccess

bool mbSuccess
private

Definition at line 250 of file slidetransitionfactory.cxx.

◆ mnTransitionFadeColor

RGBColor mnTransitionFadeColor
private

Definition at line 254 of file slidetransitionfactory.cxx.

◆ mnTransitionSubType

sal_Int16 mnTransitionSubType
private

Definition at line 253 of file slidetransitionfactory.cxx.

◆ mnTransitionType

sal_Int16 mnTransitionType
private

Definition at line 252 of file slidetransitionfactory.cxx.

◆ mpView

UnoViewSharedPtr mpView

Definition at line 86 of file slidetransitionfactory.cxx.

◆ mxFactory

uno::Reference<presentation::XTransitionFactory> mxFactory
private

Definition at line 256 of file slidetransitionfactory.cxx.

◆ mxTransition

uno::Reference<presentation::XTransition> mxTransition

Definition at line 85 of file slidetransitionfactory.cxx.