LibreOffice Module xmloff (master) 1
Classes | Namespaces | Functions | Variables
animationexport.cxx File Reference
#include <com/sun/star/animations/XAnimateColor.hpp>
#include <com/sun/star/animations/XCommand.hpp>
#include <com/sun/star/animations/Timing.hpp>
#include <com/sun/star/animations/Event.hpp>
#include <com/sun/star/animations/XAnimateMotion.hpp>
#include <com/sun/star/animations/XAnimatePhysics.hpp>
#include <com/sun/star/animations/XAnimateTransform.hpp>
#include <com/sun/star/animations/XTransitionFilter.hpp>
#include <com/sun/star/animations/XIterateContainer.hpp>
#include <com/sun/star/animations/XAudio.hpp>
#include <com/sun/star/animations/AnimationColorSpace.hpp>
#include <com/sun/star/animations/AnimationNodeType.hpp>
#include <com/sun/star/animations/AnimationRestart.hpp>
#include <com/sun/star/animations/EventTrigger.hpp>
#include <com/sun/star/animations/AnimationFill.hpp>
#include <com/sun/star/animations/AnimationEndSync.hpp>
#include <com/sun/star/animations/AnimationCalcMode.hpp>
#include <com/sun/star/animations/AnimationAdditiveMode.hpp>
#include <com/sun/star/animations/AnimationTransformType.hpp>
#include <com/sun/star/animations/TransitionType.hpp>
#include <com/sun/star/animations/TransitionSubType.hpp>
#include <com/sun/star/animations/ValuePair.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/presentation/EffectNodeType.hpp>
#include <com/sun/star/presentation/EffectPresetClass.hpp>
#include <com/sun/star/presentation/ParagraphTarget.hpp>
#include <com/sun/star/presentation/TextAnimationType.hpp>
#include <com/sun/star/presentation/ShapeAnimationSubType.hpp>
#include <com/sun/star/presentation/EffectCommands.hpp>
#include <o3tl/any.hxx>
#include <sax/tools/converter.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include "sdpropls.hxx"
#include <xmlsdtypes.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmlprhdl.hxx>
#include <animations.hxx>
#include <xmloff/animationexport.hxx>
Include dependency graph for animationexport.cxx:

Go to the source code of this file.

Classes

class  xmloff::AnimationsExporterImpl
 

Namespaces

namespace  xmloff
 

Functions

const struct ImplAttributeNameConversion * xmloff::getAnimationAttributeNamesConversionList ()
 
static bool xmloff::splitPath (OUString const &i_rPath, OUString &o_rDir, OUString &o_rRest)
 split a uri hierarchy into first segment and rest More...
 
static void xmloff::lcl_CopyStream (uno::Reference< embed::XStorage > const &xSource, uno::Reference< embed::XStorage > const &xTarget, OUString const &rPath)
 
static OUString xmloff::lcl_StoreMediaAndGetURL (SvXMLExport &rExport, OUString const &rURL)
 

Variables

const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Fill []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_FillDefault []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Restart []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_RestartDefault []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Endsync []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_CalcMode []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_AdditiveMode []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransformType []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionType []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionSubType []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EventTrigger []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectPresetClass []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectNodeType []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_SubItem []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_IterateType []
 
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Command []
 
char const xmloff::s_PkgScheme [] = "vnd.sun.star.Package:"