|
LibreOffice Module sd (master) 1
|
#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>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 [] |
|
static |
Definition at line 1289 of file EffectMigration.cxx.
References Any, bVisible, and SdrObject::getUnoShape().
Referenced by sd::EffectMigration::CreateAnimatedGroup().
|
static |
Definition at line 399 of file EffectMigration.cxx.
Referenced by sd::EffectMigration::GetTextAnimationEffect(), sd::EffectMigration::SetAnimationEffect(), and sd::EffectMigration::SetTextAnimationEffect().
|
static |
Definition at line 408 of file EffectMigration.cxx.
References SdrObject::getParentSdrObjListFromSdrObject(), and SdrObjList::getSdrObjectFromSdrObjList().
Referenced by sd::EffectMigration::SetAnimationEffect(), sd::EffectMigration::SetAnimationSpeed(), sd::EffectMigration::SetDimColor(), sd::EffectMigration::SetDimHide(), sd::EffectMigration::SetDimPrevious(), and sd::EffectMigration::SetTextAnimationEffect().
| deprecated_AnimationEffect_conversion_table_entry const deprecated_AnimationEffect_conversion_table[] |
Definition at line 232 of file EffectMigration.cxx.
Referenced by sd::EffectMigration::ConvertAnimationEffect(), and sd::EffectMigration::ConvertPreset().
| deprecated_FadeEffect_conversion_table_entry const deprecated_FadeEffect_conversion_table[] |
Definition at line 61 of file EffectMigration.cxx.
Referenced by sd::EffectMigration::GetFadeEffect(), and sd::EffectMigration::SetFadeEffect().