Lines Matching refs:mxRootNode
239 uno::Reference< animations::XAnimationNode > mxRootNode; member in slideshow::internal::__anon5a58dee00111::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()
868 if( ::anim::for_each_childNode( mxRootNode, aSearcher ) ) in implPrefetchShow()