Searched refs:xAnimNodeSupplier (Results 1 – 2 of 2) sorted by relevance
1987 uno::Reference< ::com::sun::star::animations::XAnimationNodeSupplier > xAnimNodeSupplier; in _ExportContent() local1995 xAnimNodeSupplier.set( xDrawPage, UNO_QUERY ); in _ExportContent()1998 if(xAnimNodeSupplier.is()) in _ExportContent()2001 xAnimationsExporter->prepare( xAnimNodeSupplier->getAnimationNode() ); in _ExportContent()2033 if(xAnimNodeSupplier.is()) in _ExportContent()2035 xAnimationsExporter->exportAnimations( xAnimNodeSupplier->getAnimationNode() ); in _ExportContent()
360 Reference< animations::XAnimationNodeSupplier > xAnimNodeSupplier( xSlide, UNO_QUERY_THROW ); in getSlideAPI() local361 xAnimNode = xAnimNodeSupplier->getAnimationNode(); in getSlideAPI()
Completed in 56 milliseconds