Lines Matching refs:aBmpExList

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()
396 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
397 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()
451 sal_uLong nPos = aBmpExList.GetCurPos(); in IMPL_LINK()
452 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
456 aBmpExList.Remove(); in IMPL_LINK()
457 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
486 long nCount = aBmpExList.Count(); in IMPL_LINK()
491 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in IMPL_LINK()
504 aBmpExList.Clear(); in IMPL_LINK()
517 if (aBmpExList.Count() == 0) in IMPL_LINK()
529 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()
552 if( nBmp > aBmpExList.Count() ) in IMPL_LINK()
553 nBmp = aBmpExList.Count(); in IMPL_LINK()
555 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( nBmp - 1 ) ); in IMPL_LINK()
558 aBmpExList.Seek( nBmp - 1 ); in IMPL_LINK()
622 aFiCount.SetText( UniString::CreateFromInt32( aBmpExList.Count() ) ); in UpdateControl()
671 if (aBmpExList.Count() == 0) in UpdateControl()
675 aBtnCreateGroup.Enable(aBmpExList.Count() != 0); in UpdateControl()
721 sal_uLong nPos = aBmpExList.GetCurPos(); in GetScale()
722 sal_uLong nCount = aBmpExList.Count(); in GetScale()
729 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in GetScale()
742 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( nPos ) ); in GetScale()
926 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
942 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
945 aBmpExList.Next(); in AddObj()
963 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
967 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
970 pPage->InsertObject( pSnapShot->Clone(), aBmpExList.GetCurPos() + 1 ); in AddObj()
973 aBmpExList.Next(); in AddObj()
982 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
986 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
996 pPage->InsertObject(pClone, aBmpExList.GetCurPos() + 1); in AddObj()
1010 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
1014 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
1016 pPage->InsertObject( pObject->Clone(), aBmpExList.GetCurPos() + 1 ); in AddObj()
1018 aBmpExList.Next(); in AddObj()
1030 pPage->InsertObject(pCloneGroup, aBmpExList.GetCurPos() + 1); in AddObj()
1035 aBmpExList.Next(); in AddObj()
1039 if (nCloneCount == 0 && aBmpExList.Count() > 0) in AddObj()
1046 UpdateControl( aBmpExList.GetCurPos() ); in AddObj()
1064 const sal_uLong nCount = aBmpExList.Count(); in CreateAnimObj()
1071 const BitmapEx& rBmpEx = *static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in CreateAnimObj()
1102 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in CreateAnimObj()
1286 UpdateControl( aBmpExList.GetCurPos() ); in DataChanged()