Searched refs:xAnimationNode (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | animationbasenode.cxx | 408 uno::Reference<animations::XAnimationNode> const xAnimationNode( in fillCommonParameters() local 410 if( (xAnimationNode->getRepeatCount() >>= nRepeats) ) in fillCommonParameters() 415 if( (xAnimationNode->getRepeatCount() >>= eTiming) && in fillCommonParameters() 468 uno::Reference<animations::XAnimationNode> const xAnimationNode( in fillCommonParameters() local 471 xAnimationNode->getAcceleration() ); in fillCommonParameters() 473 xAnimationNode->getDecelerate() ); in fillCommonParameters()
|
/aoo4110/main/sd/source/core/ |
H A D | TransitionPreset.cxx | 107 Reference< XAnimationNode > xAnimationNode; in importTransitionsFile() local 110 xAnimationNode = implImportEffects( xServiceFactory, aURL ); in importTransitionsFile() 111 Reference< XEnumerationAccess > xEnumerationAccess( xAnimationNode, UNO_QUERY_THROW ); in importTransitionsFile()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 230 …t ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xAnimationNode, in StartPreview() 235 return xSlideShow->startPreview( xDrawPage, xAnimationNode, pParent ); in StartPreview() 949 …eference< XDrawPage >& xDrawPage, const Reference< XAnimationNode >& xAnimationNode, ::Window* pPa… in startPreview() argument 960 aArguments[2].Value <<= xAnimationNode; in startPreview()
|
H A D | slideshowimpl.cxx | 790 const Reference< XAnimationNode >& xAnimationNode, in startPreview() 813 mxPreviewAnimationNode = xAnimationNode; in startPreview() 838 mpSlideController->setPreviewNode( xAnimationNode ); in startPreview()
|
H A D | slideshowimpl.hxx | 269 const css::uno::Reference< css::animations::XAnimationNode >& xAnimationNode,
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 172 Reference< XAnimationNode > xAnimationNode; in startPreview() local 174 mxSlideShow->startPreview( xDrawPage, xAnimationNode, this ); in startPreview()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | slideshow.hxx | 107 …t ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xAnimationNode, 123 …t ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xAnimationNode,
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.hxx | 83 …::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xAnimationNode );
|
H A D | CustomAnimationPane.cxx | 2488 void CustomAnimationPane::preview( const Reference< XAnimationNode >& xAnimationNode ) in preview() argument 2497 xRoot->appendChild( xAnimationNode ); in preview()
|
/aoo4110/main/offapi/com/sun/star/presentation/ |
H A D | XSlideShow.idl | 153 @param xAnimationNode
|
Completed in 106 milliseconds