Searched refs:nFrame (Results  1 – 7 of 7) sorted by relevance
| /trunk/main/slideshow/source/engine/activities/ | 
| H A D | interpolation.hxx | 134                                                        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 D | activitiesfactory.cxx | 261     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 D | discreteactivitybase.hxx | 59             virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0;
  | 
| /trunk/main/svtools/source/graphic/ | 
| H A D | grfmgr.cxx | 1102             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()
  | 
| /trunk/main/framework/source/helper/ | 
| H A D | ocomponentaccess.cxx | 176 		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()
  | 
| /trunk/main/filter/source/flash/ | 
| H A D | swfwriter.cxx | 628 void Writer::gotoFrame( sal_uInt16 nFrame )  in gotoFrame()  argument 633 	mpTag->addUI16( nFrame );  in gotoFrame()
  | 
| H A D | swfwriter.hxx | 343 	void gotoFrame( sal_uInt16 nFrame );
  | 
        Completed in 85 milliseconds