Home
last modified time | relevance | path

Searched refs:nDuration (Results 1 – 11 of 11) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx385 double nDuration = 0.0; in fillCommonParameters() local
388 if( !(mxAnimateNode->getDuration() >>= nDuration) ) { in fillCommonParameters()
389 mxAnimateNode->getEnd() >>= nDuration; // Wah. in fillCommonParameters()
393 nDuration = ::std::max( 0.001, nDuration ); in fillCommonParameters()
440 aRepeats.reset( nRepeats / (2.0 * nDuration) ); in fillCommonParameters()
442 aRepeats.reset( nRepeats / nDuration ); in fillCommonParameters()
486 basegfx::fround(nDuration * FrameRate::MinimumFramesPerSecond), 1, 10)); in fillCommonParameters()
492 nDuration, in fillCommonParameters()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx44 const double nDuration,
124 const sal_Int32 nDuration, in AddAnimation() argument
137 nDuration / 1000.0, in AddAnimation()
316 const double nDuration, in Animation() argument
323 mnDuration(nDuration), in Animation()
324 mnEnd(nGlobalTime + nDuration + nStartOffset), in Animation()
/trunk/main/sd/source/ui/tools/
H A DTimerBasedTaskExecution.cxx154 sal_uInt32 nDuration (Time().GetMSFromTime()-nStartTime); in IMPL_LINK() local
156 OSL_TRACE("executed step in %d", nDuration); in IMPL_LINK()
158 if (nDuration > mnMaxTimePerStep) in IMPL_LINK()
/trunk/main/slideshow/source/engine/
H A Dsoundplayer.cxx145 const double nDuration( mxPlayer->getDuration() ); in getDuration() local
148 nDuration - mxPlayer->getMediaTime() ); in getDuration()
150 return nDuration; in getDuration()
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx311 gint64 nDuration = 0; in getDuration() local
315 if( !gst_element_query_duration( mpPlayer, GST_FORMAT_TIME, &nDuration ) || in getDuration()
316 ( nDuration < 0 ) ) in getDuration()
318 nDuration = 0; in getDuration()
322 return( static_cast< double >( nDuration ) / NANO_TIME_FACTOR ); in getDuration()
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.hxx73 double nDuration ) : in MtfAnimationFrame()
75 mnDuration( nDuration ) in MtfAnimationFrame()
H A Ddrawinglayeranimation.cxx84 sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop, in ScrollTextAnimNode() argument
86 : mnDuration(nDuration), in ScrollTextAnimNode()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java205 int nDuration ) in setSlideTransition() argument
221 xPropSet.setPropertyValue( "Duration", new Integer( nDuration ) ); in setSlideTransition()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx191 MultiAnimation (const sal_uInt32 nDuration);
1265 MultiAnimation::MultiAnimation (const sal_uInt32 nDuration) in MultiAnimation() argument
1266 : PresenterAnimation(0, nDuration, 1000/50), in MultiAnimation()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx83 const sal_Int32 nDuration,
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx750 const sal_Int32 nDuration (mrSlideSorter.GetTheme()->GetIntegerValue(bFadeIn in StartFadeAnimation() local
762 nDuration, in StartFadeAnimation()

Completed in 45 milliseconds