Searched refs:mxAnimationNode (Results 1 – 8 of 8) sorted by relevance
61 if( !mxAnimationNode.is() ) in getAnimationNode()63 …mxAnimationNode = Reference< XAnimationNode >::query(::comphelper::getProcessServiceFactory()->cre… in getAnimationNode()64 if( mxAnimationNode.is() ) in getAnimationNode()69 mxAnimationNode->setUserData( aUserData ); in getAnimationNode()73 return mxAnimationNode; in getAnimationNode()78 mxAnimationNode = xNode; in setAnimationNode()86 if( mxAnimationNode.is() ) in removeAnimations()99 return mxAnimationNode.is(); in hasAnimationNode()115 if( mxAnimationNode.is() ) in onParagraphInserted()128 if( mxAnimationNode.is() ) in onParagraphRemoving()[all …]
63 if( pThePage->mxAnimationNode.is() ) in UndoAnimation()84 if( mpImpl->mpPage->mxAnimationNode.is() ) in Undo()85 mpImpl->mxNewNode.set( ::sd::Clone( mpImpl->mpPage->mxAnimationNode ) ); in Undo()
333 mxAnimationNode( xNode ), in BaseNode()343 ENSURE_OR_THROW( mxAnimationNode.is(), in BaseNode()361 mxAnimationNode.clear(); in dispose()370 const sal_Int16 nTmp( mxAnimationNode->getRestart() ); in getRestartMode()378 const sal_Int16 nTmp( mxAnimationNode->getFill() ); in getFillMode()388 return (isIndefiniteTiming( mxAnimationNode->getDuration() ) && in getFillMode()389 isIndefiniteTiming( mxAnimationNode->getEnd() ) && in getFillMode()390 !mxAnimationNode->getRepeatCount().hasValue() && in getFillMode()391 isIndefiniteTiming( mxAnimationNode->getRepeatDuration() )) in getFillMode()402 sal_Int16 nFillDefault = mxAnimationNode->getFillDefault(); in getFillDefaultMode()[all …]
208 ::com::sun::star::animations::XAnimationNode > mxAnimationNode;
151 … ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxAnimationNode;
109 css::uno::Reference< css::animations::XAnimationNode > mxAnimationNode; member
1218 …ler->startPreview(mxCurrentSettings->mxStartPage, mxCurrentSettings->mxAnimationNode, mxCurrentSet… in StartInPlacePresentation()
3628 if( rValue >>= mxAnimationNode ) in SetPropertyValue()