LibreOffice Module slideshow (master) 1
Namespaces | Functions
transitionfactory.hxx File Reference
#include <com/sun/star/animations/XTransitionFilter.hpp>
#include <com/sun/star/presentation/XTransitionFactory.hpp>
#include "rgbcolor.hxx"
#include "slide.hxx"
#include "screenupdater.hxx"
#include "animationactivity.hxx"
#include "activitiesfactory.hxx"
#include "numberanimation.hxx"
#include "soundplayer.hxx"
#include "shapemanager.hxx"
Include dependency graph for transitionfactory.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 
namespace  slideshow::internal::TransitionFactory
 

Functions

AnimationActivitySharedPtr slideshow::internal::TransitionFactory::createShapeTransition (const ActivitiesFactory::CommonParameters &rParms, const AnimatableShapeSharedPtr &rShape, const ShapeManagerSharedPtr &rShapeManager, const ::basegfx::B2DVector &rSlideSize, css::uno::Reference< css::animations::XTransitionFilter > const &xTransition)
 Create a transition effect for shapes. More...
 
NumberAnimationSharedPtr slideshow::internal::TransitionFactory::createSlideTransition (const SlideSharedPtr &rLeavingSlide, const SlideSharedPtr &rEnteringSlide, const UnoViewContainer &rViewContainer, ScreenUpdater &rScreenUpdater, EventMultiplexer &rEventMultiplexer, const css::uno::Reference< css::presentation::XTransitionFactory > &xOptionalFactory, sal_Int16 nTransitionType, sal_Int16 nTransitionSubType, bool bTransitionDirection, const RGBColor &rTransitionFadeColor, const SoundPlayerSharedPtr &rSoundPlayer)
 Create a transition effect for slides. More...