Home
last modified time | relevance | path

Searched refs:AnimationExporter (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx281 AnimationExporter::AnimationExporter( const EscherSolverContainer& rSolverContainer, ppt::ExSoundCo… in AnimationExporter() function in ppt::AnimationExporter
349 void AnimationExporter::doexport( const Reference< XDrawPage >& xPage, SvStream& rStrm ) in doexport()
363 void AnimationExporter::processAfterEffectNodes( const Reference< XAnimationNode >& xRootNode ) in processAfterEffectNodes()
433 bool AnimationExporter::isAfterEffectNode( const Reference< XAnimationNode >& xNode ) const in isAfterEffectNode()
447 bool AnimationExporter::hasAfterEffectNode( const Reference< XAnimationNode >& xNode, Reference< XA… in hasAfterEffectNode()
466 bool AnimationExporter::isEmptyNode( const Reference< XAnimationNode >& xNode ) const in isEmptyNode()
501 void AnimationExporter::exportNode( SvStream& rStrm, Reference< XAnimationNode > xNode, const Refer… in exportNode()
776 Reference< XAnimationNode > AnimationExporter::createAfterEffectNodeClone( const Reference< XAnimat… in createAfterEffectNodeClone()
797 void AnimationExporter::exportAnimNode( SvStream& rStrm, const Reference< XAnimationNode >& xNode, in exportAnimNode()
913 sal_Int16 AnimationExporter::exportAnimPropertySet( SvStream& rStrm, const Reference< XAnimationNod… in exportAnimPropertySet()
[all …]
H A Dpptexanimations.hxx76 class AnimationExporter class
124AnimationExporter( const EscherSolverContainer& rSolverContainer, ppt::ExSoundCollection& rExSound…
H A Deppt.cxx1565 ppt::AnimationExporter aExporter( aSolverContainer, maSoundCollection ); in ImplCreateSlide()