Home
last modified time | relevance | path

Searched refs:xAnimationNode (Results 1 – 10 of 10) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx408 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()
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx107 Reference< XAnimationNode > xAnimationNode; in importTransitionsFile() local
110 xAnimationNode = implImportEffects( xServiceFactory, aURL ); in importTransitionsFile()
111 Reference< XEnumerationAccess > xEnumerationAccess( xAnimationNode, UNO_QUERY_THROW ); in importTransitionsFile()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx230 …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 Dslideshowimpl.cxx811 const Reference< XAnimationNode >& xAnimationNode, in startPreview()
834 mxPreviewAnimationNode = xAnimationNode; in startPreview()
859 mpSlideController->setPreviewNode( xAnimationNode ); in startPreview()
H A Dslideshowimpl.hxx269 const css::uno::Reference< css::animations::XAnimationNode >& xAnimationNode,
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx172 Reference< XAnimationNode > xAnimationNode; in startPreview() local
174 mxSlideShow->startPreview( xDrawPage, xAnimationNode, this ); in startPreview()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx107 …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,
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.hxx83 …::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xAnimationNode );
H A DCustomAnimationPane.cxx2491 void CustomAnimationPane::preview( const Reference< XAnimationNode >& xAnimationNode ) in preview() argument
2500 xRoot->appendChild( xAnimationNode ); in preview()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl153 @param xAnimationNode

Completed in 68 milliseconds