/aoo4110/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 258 Reference< XAnimationNode > xRootNode; in implImportEffects() local 279 return xRootNode; in implImportEffects() 288 return xRootNode; in implImportEffects() 298 xRootNode = xAnimationNodeSupplier->getAnimationNode(); in implImportEffects() 321 return xRootNode; in implImportEffects()
|
H A D | CustomAnimationEffect.cxx | 1585 static Reference< XCommand > findCommandNode( const Reference< XAnimationNode >& xRootNode ) in findCommandNode() argument 1589 if( xRootNode.is() ) try in findCommandNode() 1591 Reference< XEnumerationAccess > xEnumerationAccess( xRootNode, UNO_QUERY_THROW ); in findCommandNode()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 311 uno::Reference<animations::XAnimationNode> const& xRootNode, 380 uno::Reference<animations::XAnimationNode> const& xRootNode ); 925 uno::Reference<animations::XAnimationNode> const& xRootNode ) in makeSlide() argument 936 xRootNode, in makeSlide() 1097 uno::Reference<animations::XAnimationNode> const& xRootNode, in displaySlide() argument 1106 maEffectRewinder.setRootAnimationNode(xRootNode); in displaySlide() 1139 if (matches( mpPrefetchSlide, xSlide, xRootNode )) in displaySlide() 1145 mpCurrentSlide = makeSlide( xSlide, xDrawPages, xRootNode ); in displaySlide()
|
H A D | effectrewinder.cxx | 168 const uno::Reference<animations::XAnimationNode>& xRootNode) in setRootAnimationNode() argument 170 mxCurrentAnimationRootNode = xRootNode; in setRootAnimationNode()
|
H A D | effectrewinder.hxx | 75 const css::uno::Reference<css::animations::XAnimationNode>& xRootNode);
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 98 const uno::Reference<animations::XAnimationNode>& xRootNode, 350 const uno::Reference< animations::XAnimationNode >& xRootNode, in SlideImpl() 369 mxRootNode( xRootNode ), in SlideImpl() 1263 const uno::Reference< animations::XAnimationNode >& xRootNode, in createSlide() 1281 boost::shared_ptr<SlideImpl> pRet( new SlideImpl( xDrawPage, xDrawPages, xRootNode, rEventQueue, in createSlide()
|
/aoo4110/main/xmloff/inc/ |
H A D | animationexport.hxx | 45 …pare( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode ); 46 …ions( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode );
|
/aoo4110/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 1726 void AnimationsExporter::prepare( Reference< XAnimationNode > xRootNode ) in prepare() argument 1730 if( xRootNode.is() ) in prepare() 1733 mpImpl->prepareNode( xRootNode ); in prepare() 1742 void AnimationsExporter::exportAnimations( Reference< XAnimationNode > xRootNode ) in exportAnimations() argument 1746 if( xRootNode.is() ) in exportAnimations() 1753 Reference< XEnumerationAccess > xEnumerationAccess( xRootNode, UNO_QUERY_THROW ); in exportAnimations() 1769 mpImpl->exportNode( xRootNode ); in exportAnimations()
|
H A D | animationimport.cxx | 1401 …sRootNode( SvXMLImport& /*rImport*/, const Reference< XAnimationNode >& xRootNode, Reference< XPro… in postProcessRootNode() argument 1403 if( xRootNode.is() && xPageProps.is() ) try in postProcessRootNode() 1405 Reference< XEnumerationAccess > xEnumerationAccess( xRootNode, UNO_QUERY_THROW ); in postProcessRootNode() 1468 Reference< XTimeContainer > xRootContainer( xRootNode, UNO_QUERY_THROW ); in postProcessRootNode()
|
/aoo4110/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 442 Reference< XTreeNode > xRootNode( xDataModel->getRoot() ); in fillTree() local 443 if( xRootNode.is() ) in fillTree() 447 addNode( rTree, xRootNode, 0 ); in fillTree() 451 const sal_Int32 nChildCount = xRootNode->getChildCount(); in fillTree() 453 addNode( rTree, xRootNode->getChildAt( nChild ), 0 ); in fillTree()
|
/aoo4110/main/animations/source/animcore/ |
H A D | targetpropertiescreator.cxx | 426 const uno::Reference< animations::XAnimationNode >& xRootNode in createInitialTargetProperties() 443 aFunctor( xRootNode ); in createInitialTargetProperties()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 354 const Reference< XAnimationNode > xRootNode( xNodeSupplier->getAnimationNode() ); in doexport() local 355 if( xRootNode.is() ) in doexport() 357 processAfterEffectNodes( xRootNode ); in doexport() 358 exportNode( rStrm, xRootNode, NULL, DFF_msofbtAnimGroup, 1, 0, sal_False, AnimationFill::AUTO ); in doexport() 363 void AnimationExporter::processAfterEffectNodes( const Reference< XAnimationNode >& xRootNode ) in processAfterEffectNodes() argument 367 Reference< XEnumerationAccess > xEnumerationAccess( xRootNode, UNO_QUERY_THROW ); in processAfterEffectNodes()
|
/aoo4110/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 268 uno::Reference< xml::dom::XNode > xRootNode( xRoot, uno::UNO_QUERY ); in scanDescriptionXml() local 271 xRootNode, in scanDescriptionXml()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | slide.hxx | 197 ::com::sun::star::animations::XAnimationNode >& xRootNode,
|