LibreOffice Module sd (master) 1
Functions | Variables
EffectMigration.cxx File Reference
#include <com/sun/star/presentation/EffectNodeType.hpp>
#include <com/sun/star/presentation/ShapeAnimationSubType.hpp>
#include <com/sun/star/presentation/TextAnimationType.hpp>
#include <com/sun/star/presentation/ParagraphTarget.hpp>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/animations/AnimationFill.hpp>
#include <com/sun/star/animations/XAnimate.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <o3tl/string_view.hxx>
#include <tools/debug.hxx>
#include <svx/unoshape.hxx>
#include <svx/svdotext.hxx>
#include <svx/svdopath.hxx>
#include <svx/svdogrp.hxx>
#include <svx/svditer.hxx>
#include <drawdoc.hxx>
#include <sdpage.hxx>
#include <CustomAnimationPreset.hxx>
#include <TransitionPreset.hxx>
#include <EffectMigration.hxx>
#include <anminfo.hxx>
Include dependency graph for EffectMigration.cxx:

Go to the source code of this file.

Functions

static EffectSequence::iterator ImplFindEffect (MainSequencePtr const &pMainSequence, const Reference< XShape > &rShape, sal_Int16 nSubItem)
 
static bool implIsInsideGroup (SdrObject const *pObj)
 
static void createVisibilityOnOffNode (Reference< XTimeContainer > const &rxParentContainer, SdrObject &rCandidate, bool bVisible, bool bOnClick, double fDuration)
 

Variables

deprecated_FadeEffect_conversion_table_entry const deprecated_FadeEffect_conversion_table []
 
deprecated_AnimationEffect_conversion_table_entry const deprecated_AnimationEffect_conversion_table []
 

Function Documentation

◆ createVisibilityOnOffNode()

static void createVisibilityOnOffNode ( Reference< XTimeContainer > const &  rxParentContainer,
SdrObject rCandidate,
bool  bVisible,
bool  bOnClick,
double  fDuration 
)
static

Definition at line 1289 of file EffectMigration.cxx.

References Any, bVisible, and SdrObject::getUnoShape().

Referenced by sd::EffectMigration::CreateAnimatedGroup().

◆ ImplFindEffect()

static EffectSequence::iterator ImplFindEffect ( MainSequencePtr const &  pMainSequence,
const Reference< XShape > &  rShape,
sal_Int16  nSubItem 
)
static

◆ implIsInsideGroup()

static bool implIsInsideGroup ( SdrObject const *  pObj)
static

Variable Documentation

◆ deprecated_AnimationEffect_conversion_table

deprecated_AnimationEffect_conversion_table_entry const deprecated_AnimationEffect_conversion_table[]

◆ deprecated_FadeEffect_conversion_table

deprecated_FadeEffect_conversion_table_entry const deprecated_FadeEffect_conversion_table[]