Lines Matching refs:aTimeList
248 for( i = 0, nCount = aTimeList.Count(); i < nCount; i++ ) in ~AnimationWindow()
249 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in ~AnimationWindow()
250 aTimeList.Clear(); in ~AnimationWindow()
297 aTime += *static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()
335 Time* pTime = static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()
417 Time* pTime = static_cast< Time* >( aTimeList.GetObject( n - 1 ) ); in IMPL_LINK()
459 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK()
463 aTimeList.Remove( nPos ); in IMPL_LINK()
507 nCount = aTimeList.Count(); in IMPL_LINK()
510 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()
512 aTimeList.Clear(); in IMPL_LINK()
571 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK()
942 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
967 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
986 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
1014 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
1098 Time* pTime = static_cast< Time* >( aTimeList.GetObject( i ) ); in CreateAnimObj()