Lines Matching refs:mxAnimationNode
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()
413 sal_Int16 nRestartDefaultMode = mxAnimationNode->getRestartDefault(); in getRestartDefaultMode()
424 return mxAnimationNode; in getXAnimationNode()
475 uno::Any const aBegin( mxAnimationNode->getBegin() ); in resolve()
559 mxAnimationNode->getDuration(), in scheduleDeactivationEvent()
709 uno::Reference<animations::XAnimate> const xAnimate( mxAnimationNode, in showState()