Home
last modified time | relevance | path

Searched refs:xRootNode (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx258 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 DCustomAnimationEffect.cxx1585 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()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx311 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 Deffectrewinder.cxx168 const uno::Reference<animations::XAnimationNode>& xRootNode) in setRootAnimationNode() argument
170 mxCurrentAnimationRootNode = xRootNode; in setRootAnimationNode()
H A Deffectrewinder.hxx75 const css::uno::Reference<css::animations::XAnimationNode>& xRootNode);
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx98 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()
/trunk/main/xmloff/inc/
H A Danimationexport.hxx45 …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 );
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1726 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 Danimationimport.cxx1401 …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()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx442 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()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx354 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()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx426 const uno::Reference< animations::XAnimationNode >& xRootNode in createInitialTargetProperties()
443 aFunctor( xRootNode ); in createInitialTargetProperties()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx268 uno::Reference< xml::dom::XNode > xRootNode( xRoot, uno::UNO_QUERY ); in scanDescriptionXml() local
271 xRootNode, in scanDescriptionXml()
/trunk/main/slideshow/source/inc/
H A Dslide.hxx197 ::com::sun::star::animations::XAnimationNode >& xRootNode,

Completed in 93 milliseconds