Searched refs:aBmpExList (Results 1 – 2 of 2) sorted by relevance
243 for( i = 0, nCount = aBmpExList.Count(); i < nCount; i++ ) in ~AnimationWindow()244 delete static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in ~AnimationWindow()245 aBmpExList.Clear(); in ~AnimationWindow()260 aBmpExList.First(); in IMPL_LINK()261 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()262 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()283 sal_uLong nCount = aBmpExList.Count(); in IMPL_LINK()328 aBmpExList.Seek( i ); in IMPL_LINK()329 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()395 aBmpExList.Last(); in IMPL_LINK()[all …]
139 List aBmpExList; member in sd::AnimationWindow