Lines Matching refs:mnPos
92 mnPos ( 0 ), in Animation()
109 mnPos ( rAnimation.mnPos ), in Animation()
156 mnPos = rAnimation.mnPos; in operator =()
334 ( ANIMATION_TIMEOUT_ON_CLICK != ( (AnimationBitmap*) maList.GetObject( mnPos ) )->nWait ) ) in Start()
363 mnPos = 0UL; in Start()
371 ImplRestartTimer( ( (AnimationBitmap*) maList.GetObject( mnPos ) )->nWait ); in Start()
423 AnimationBitmap* pObj = (AnimationBitmap*) maList.GetObject( Min( mnPos, (long) nCount - 1L ) ); in Draw()
431 const sal_uLong nOldPos = mnPos; in Draw()
432 ( (Animation*) this )->mnPos = mbLoopTerminated ? ( nCount - 1UL ) : mnPos; in Draw()
434 ( (Animation*) this )->mnPos = nOldPos; in Draw()
518 AnimationBitmap* pStepBmp = (AnimationBitmap*) maList.GetObject( ++mnPos ); in IMPL_LINK()
526 mnPos = nAnimCount - 1UL; in IMPL_LINK()
527 maBitmapEx = ( (AnimationBitmap*) maList.GetObject( mnPos ) )->aBmpEx; in IMPL_LINK()
535 mnPos = 0; in IMPL_LINK()
536 pStepBmp = (AnimationBitmap*) maList.GetObject( mnPos ); in IMPL_LINK()
547 pView->ImplDraw( mnPos ); in IMPL_LINK()