LibreOffice Module xmloff (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
xmloff::AnimationsExporterImpl Class Reference
Collaboration diagram for xmloff::AnimationsExporterImpl:
[legend]

Public Member Functions

 AnimationsExporterImpl (SvXMLExport &rExport, const Reference< XPropertySet > &xPageProps)
 
void prepareNode (const Reference< XAnimationNode > &xNode)
 
void exportNode (const Reference< XAnimationNode > &xNode)
 
void exportContainer (const Reference< XTimeContainer > &xNode, sal_Int16 nContainerNodeType)
 
void exportAnimate (const Reference< XAnimate > &xNode)
 
void exportAudio (const Reference< XAudio > &xAudio)
 
void exportCommand (const Reference< XCommand > &xCommand)
 
void convertValue (XMLTokenEnum eAttributeName, OUStringBuffer &sTmp, const Any &rValue) const
 
void convertTiming (OUStringBuffer &sTmp, const Any &rTiming) const
 
void convertTarget (OUStringBuffer &sTmp, const Any &rTarget) const
 
void prepareValue (const Any &rValue)
 
void exportTransitionNode ()
 
void prepareTransitionNode ()
 

Static Public Member Functions

static Reference< XInterfacegetParagraphTarget (const ParagraphTarget &pTarget)
 
static void convertPath (OUStringBuffer &sTmp, const Any &rPath)
 

Public Attributes

bool mbHasTransition
 

Private Attributes

rtl::Reference< SvXMLExportmxExport
 
Reference< XPropertySetmxPageProps
 
rtl::Reference< XMLSdPropHdlFactorymxSdPropHdlFactory
 

Detailed Description

Definition at line 428 of file animationexport.cxx.

Constructor & Destructor Documentation

◆ AnimationsExporterImpl()

xmloff::AnimationsExporterImpl::AnimationsExporterImpl ( SvXMLExport rExport,
const Reference< XPropertySet > &  xPageProps 
)

Definition at line 460 of file animationexport.cxx.

Member Function Documentation

◆ convertPath()

void xmloff::AnimationsExporterImpl::convertPath ( OUStringBuffer &  sTmp,
const Any &  rPath 
)
static

Definition at line 1453 of file animationexport.cxx.

References aStr.

Referenced by exportAnimate().

◆ convertTarget()

void xmloff::AnimationsExporterImpl::convertTarget ( OUStringBuffer &  sTmp,
const Any &  rTarget 
) const

◆ convertTiming()

void xmloff::AnimationsExporterImpl::convertTiming ( OUStringBuffer &  sTmp,
const Any &  rTiming 
) const

◆ convertValue()

void xmloff::AnimationsExporterImpl::convertValue ( XMLTokenEnum  eAttributeName,
OUStringBuffer &  sTmp,
const Any &  rValue 
) const

◆ exportAnimate()

void xmloff::AnimationsExporterImpl::exportAnimate ( const Reference< XAnimate > &  xNode)

Definition at line 1059 of file animationexport.cxx.

References xmloff::aAnimations_EnumMap_AdditiveMode, xmloff::aAnimations_EnumMap_CalcMode, xmloff::aAnimations_EnumMap_SubItem, xmloff::aAnimations_EnumMap_TransformType, xmloff::aAnimations_EnumMap_TransitionSubType, xmloff::aAnimations_EnumMap_TransitionType, Any, sax::Converter::convertColor(), sax::Converter::convertDouble(), SvXMLUnitConverter::convertEnum(), convertPath(), convertTarget(), convertValue(), Exception, xmloff::getAnimationAttributeNamesConversionList(), xmloff::token::GetXMLToken(), mxExport, p, TOOLS_WARN_EXCEPTION, xmloff::token::XML_ACCUMULATE, xmloff::token::XML_ADDITIVE, xmloff::token::XML_ANIMATE, xmloff::token::XML_ANIMATECOLOR, xmloff::token::XML_ANIMATEMOTION, xmloff::token::XML_ANIMATEPHYSICS, xmloff::token::XML_ANIMATETRANSFORM, xmloff::token::XML_ATTRIBUTENAME, xmloff::token::XML_BY, xmloff::token::XML_CALCMODE, xmloff::token::XML_CLOCKWISE, xmloff::token::XML_COLOR_INTERPOLATION, xmloff::token::XML_COLOR_INTERPOLATION_DIRECTION, xmloff::token::XML_COUNTER_CLOCKWISE, xmloff::token::XML_DIRECTION, xmloff::token::XML_FADECOLOR, xmloff::token::XML_FORMULA, xmloff::token::XML_FROM, xmloff::token::XML_HSL, xmloff::token::XML_KEYSPLINES, xmloff::token::XML_KEYTIMES, xmloff::token::XML_MODE, XML_NAMESPACE_ANIMATION, XML_NAMESPACE_LO_EXT, XML_NAMESPACE_SMIL, XML_NAMESPACE_SVG, xmloff::token::XML_OUT, xmloff::token::XML_PATH, xmloff::token::XML_PHYSICS_ANIMATION_BOUNCINESS, xmloff::token::XML_PHYSICS_ANIMATION_DENSITY, xmloff::token::XML_PHYSICS_ANIMATION_START_VELOCITY_X, xmloff::token::XML_PHYSICS_ANIMATION_START_VELOCITY_Y, xmloff::token::XML_REVERSE, xmloff::token::XML_RGB, xmloff::token::XML_SET, xmloff::token::XML_SUB_ITEM, xmloff::token::XML_SUBTYPE, xmloff::token::XML_SUM, xmloff::token::XML_TARGETELEMENT, xmloff::token::XML_TO, xmloff::token::XML_TOKEN_INVALID, xmloff::token::XML_TRANSFORM, xmloff::token::XML_TRANSITIONFILTER, xmloff::token::XML_TYPE, and xmloff::token::XML_VALUES.

Referenced by exportNode().

◆ exportAudio()

void xmloff::AnimationsExporterImpl::exportAudio ( const Reference< XAudio > &  xAudio)

◆ exportCommand()

void xmloff::AnimationsExporterImpl::exportCommand ( const Reference< XCommand > &  xCommand)

◆ exportContainer()

void xmloff::AnimationsExporterImpl::exportContainer ( const Reference< XTimeContainer > &  xNode,
sal_Int16  nContainerNodeType 
)

◆ exportNode()

void xmloff::AnimationsExporterImpl::exportNode ( const Reference< XAnimationNode > &  xNode)

◆ exportTransitionNode()

void xmloff::AnimationsExporterImpl::exportTransitionNode ( )

◆ getParagraphTarget()

Reference< XInterface > xmloff::AnimationsExporterImpl::getParagraphTarget ( const ParagraphTarget &  pTarget)
static

Definition at line 1428 of file animationexport.cxx.

References TOOLS_WARN_EXCEPTION.

Referenced by convertTarget(), and prepareValue().

◆ prepareNode()

void xmloff::AnimationsExporterImpl::prepareNode ( const Reference< XAnimationNode > &  xNode)

◆ prepareTransitionNode()

void xmloff::AnimationsExporterImpl::prepareTransitionNode ( )

◆ prepareValue()

void xmloff::AnimationsExporterImpl::prepareValue ( const Any &  rValue)

Definition at line 1642 of file animationexport.cxx.

References Any, getParagraphTarget(), mxExport, nLength, prepareValue(), pt, and o3tl::tryAccess().

Referenced by prepareNode(), and prepareValue().

Member Data Documentation

◆ mbHasTransition

bool xmloff::AnimationsExporterImpl::mbHasTransition

Definition at line 453 of file animationexport.cxx.

Referenced by exportTransitionNode(), and prepareTransitionNode().

◆ mxExport

rtl::Reference<SvXMLExport> xmloff::AnimationsExporterImpl::mxExport
private

◆ mxPageProps

Reference< XPropertySet > xmloff::AnimationsExporterImpl::mxPageProps
private

Definition at line 456 of file animationexport.cxx.

Referenced by exportTransitionNode(), and prepareTransitionNode().

◆ mxSdPropHdlFactory

rtl::Reference<XMLSdPropHdlFactory> xmloff::AnimationsExporterImpl::mxSdPropHdlFactory
private

Definition at line 457 of file animationexport.cxx.

Referenced by convertValue().


The documentation for this class was generated from the following file: