Home
last modified time | relevance | path

Searched refs:getDecelerate (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sd/source/ui/unoidl/ !
H A Drandomnode.cxx123 double SAL_CALL getDecelerate() throw (RuntimeException);
479 double SAL_CALL RandomAnimationNode::getDecelerate() throw (RuntimeException) in getDecelerate() function in sd::RandomAnimationNode
/AOO42X/main/slideshow/source/engine/animationnodes/ !
H A Danimationbasenode.cxx473 xAnimationNode->getDecelerate() ); in fillCommonParameters()
/AOO42X/main/animations/source/animcore/ !
H A Danimcore.cxx183 virtual double SAL_CALL getDecelerate() throw (RuntimeException);
1082 double SAL_CALL AnimationNode::getDecelerate() throw (RuntimeException) in getDecelerate() function in animcore::AnimationNode
/AOO42X/main/sd/inc/ !
H A DCustomAnimationEffect.hxx137 double getDecelerate() const { return mfDecelerate; } in getDecelerate() function in sd::CustomAnimationEffect
/AOO42X/main/sd/source/ui/animations/ !
H A DCustomAnimationPane.cxx1432 addValue( pSet, nHandleDecelerate, makeAny( pEffect->getDecelerate() ) ); in createSelectionSet()
1610 if( pEffect->getDecelerate() != fDecelerate ) in changeSelection()
/AOO42X/main/sd/source/core/ !
H A DCustomAnimationEffect.cxx210 mfDecelerate = mxNode->getDecelerate(); in setNode()
1069 xNewNode->setDecelerate( mxNode->getDecelerate() ); in setIterateType()
/AOO42X/main/xmloff/source/draw/ !
H A Danimationexport.cxx836 fTemp = xNode->getDecelerate(); in exportNode()
/AOO42X/main/sd/source/filter/eppt/ !
H A Dpptexanimations.cxx1891 float fDecelerate = (float)xNode->getDecelerate(); in exportAnimValue()