Home
last modified time | relevance | path

Searched refs:mxRootNode (Results 1 – 7 of 7) sorted by relevance

/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx239 uno::Reference< animations::XAnimationNode > mxRootNode; member in slideshow::internal::__anon016e0df80111::SlideImpl
369 mxRootNode( xRootNode ), in SlideImpl()
462 mxRootNode.clear(); in dispose()
469 if( !mxRootNode.is() ) in prefetch()
472 return applyInitialShapeAttributes(mxRootNode); in prefetch()
489 if( !applyInitialShapeAttributes(mxRootNode) ) in show()
609 return mxRootNode; in getXAnimationNode()
655 if( !const_cast<SlideImpl*>(this)->applyInitialShapeAttributes( mxRootNode ) ) in getCurrentSlideBitmap()
846 if( mxRootNode.is() ) in implPrefetchShow()
848 if( !maAnimations.importAnimations( mxRootNode ) ) in implPrefetchShow()
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx89 Reference< XTreeNode > mxRootNode; member in toolkit::MutableTreeDataModel
210 if( xNode != mxRootNode ) in setRoot()
212 if( mxRootNode.is() ) in setRoot()
214 MutableTreeNodeRef xOldImpl( dynamic_cast< MutableTreeNode* >( mxRootNode.get() ) ); in setRoot()
224 mxRootNode.set(xImpl.get()); in setRoot()
227 broadcast( structure_changed, xParentNode, &mxRootNode, 1 ); in setRoot()
238 return mxRootNode; in getRoot()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx379 mxRootNode = implImportEffects( xServiceFactory, aURL ); in importEffects()
381 if( mxRootNode.is() ) in importEffects()
383 Reference< XTimeContainer > xRootContainer( mxRootNode, UNO_QUERY_THROW ); in importEffects()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1326 Reference< XAnimationNode > mxRootNode; member in xmloff::AnimationsImport
1348 mxRootNode = Reference< XAnimationNode >::query(rSMgr->createInstance( in AnimationsImport()
1385 pContext = new AnimationNodeContext( mxRootNode, *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
1398 return mxRootNode; in getAnimationNode()
/trunk/main/sd/inc/
H A DCustomAnimationPreset.hxx132 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxRootNode;
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.hxx98 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxRootNode;
H A Dpptinanimations.cxx250 mxRootNode = xNodeSupplier->getAnimationNode(); in import()
251 if( mxRootNode.is() ) in import()
406 xNode = mxRootNode; in importAnimationContainer()

Completed in 56 milliseconds