Home
last modified time | relevance | path

Searched refs:nFrame (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/slideshow/source/engine/activities/
H A Dinterpolation.hxx134 sal_uInt32 nFrame, in lerp() argument
141 const double nFraction( nTotalFrames > 1 ? double(nFrame)/(nTotalFrames-1) : 1.0 ); in lerp()
150 sal_uInt32 nFrame, in lerp() argument
157 return nFrame < nTotalFrames/2 ? rFrom : rTo; in lerp()
164 sal_uInt32 nFrame, in lerp() argument
171 return nFrame < nTotalFrames/2 ? rFrom : rTo; in lerp()
178 sal_uInt32 nFrame, in lerp() argument
185 return nFrame < nTotalFrames/2 ? bFrom : bTo; in lerp()
H A Dactivitiesfactory.cxx261 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() argument
271 nFrame, in perform()
508 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() argument
512 ENSURE_OR_THROW( nFrame < maValues.size(), in perform()
520 maValues[ nFrame ] ) ) ); in perform()
H A Ddiscreteactivitybase.hxx59 virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0;
/aoo41x/main/svtools/source/graphic/
H A Dgrfmgr.cxx1102 sal_uInt16 nFrame; in GetTransformedGraphic() local
1105 for( nFrame=0; nFrame<aAnim.Count(); ++nFrame ) in GetTransformedGraphic()
1107 AnimationBitmap aAnimBmp( aAnim.Get( nFrame ) ); in GetTransformedGraphic()
1121 aAnim.Replace( aAnimBmp, nFrame ); in GetTransformedGraphic()
1149 for( nFrame=0; nFrame<aAnim.Count(); ++nFrame ) in GetTransformedGraphic()
1151 AnimationBitmap aAnimBmp( aAnim.Get( nFrame ) ); in GetTransformedGraphic()
1155 aAnim.Replace( aAnimBmp, nFrame ); in GetTransformedGraphic()
/aoo41x/main/framework/source/helper/
H A Docomponentaccess.cxx176 for( sal_Int32 nFrame=0; nFrame<nFrameCount; ++nFrame ) in impl_collectAllChildComponents() local
178 css::uno::Reference< XComponent > xComponent = impl_getFrameComponent( seqFrames[nFrame] ); in impl_collectAllChildComponents()
/aoo41x/main/filter/source/flash/
H A Dswfwriter.cxx628 void Writer::gotoFrame( sal_uInt16 nFrame ) in gotoFrame() argument
633 mpTag->addUI16( nFrame ); in gotoFrame()
H A Dswfwriter.hxx343 void gotoFrame( sal_uInt16 nFrame );

Completed in 41 milliseconds