Home
last modified time | relevance | path

Searched refs:xAnimNodeSupplier (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1987 uno::Reference< ::com::sun::star::animations::XAnimationNodeSupplier > xAnimNodeSupplier; in _ExportContent() local
1995 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()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx360 Reference< animations::XAnimationNodeSupplier > xAnimNodeSupplier( xSlide, UNO_QUERY_THROW ); in getSlideAPI() local
361 xAnimNode = xAnimNodeSupplier->getAnimationNode(); in getSlideAPI()

Completed in 36 milliseconds