Lines Matching refs:pBitmapEx

174 		pBitmapEx			( NULL ),  in AnimationWindow()
261 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
329 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
396 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
406 if( !pBitmapEx || p == &aRbtGroup || aRbtGroup.IsChecked() ) in IMPL_LINK()
452 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
453 if( pBitmapEx ) in IMPL_LINK()
455 delete pBitmapEx; in IMPL_LINK()
457 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetCurObject() ); in IMPL_LINK()
491 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in IMPL_LINK()
492 delete pBitmapEx; in IMPL_LINK()
555 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( nBmp - 1 ) ); in IMPL_LINK()
585 if( pBitmapEx ) in UpdateControl()
587 BitmapEx aBmp( *pBitmapEx ); in UpdateControl()
617 aCtlDisplay.SetBitmapEx( pBitmapEx ); in UpdateControl()
624 if( pBitmapEx && !bMovie ) in UpdateControl()
729 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in GetScale()
730 Size aTempSize( pBitmapEx->GetBitmap().GetSizePixel() ); in GetScale()
742 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( nPos ) ); in GetScale()
925 pBitmapEx = new BitmapEx( rAnimBmp.aBmpEx ); in AddObj()
926 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
962pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pSnapShot->GetModel(), pSnapShot ).GetBi… in AddObj()
963 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
981 pBitmapEx = new BitmapEx( rView.GetAllMarkedGraphic().GetBitmapEx() ); in AddObj()
982 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
1009pBitmapEx = new BitmapEx( SdrExchangeView::GetObjGraphic( pObject->GetModel(), pObject ).GetBitmap… in AddObj()
1010 aBmpExList.Insert( pBitmapEx, aBmpExList.GetCurPos() + 1 ); in AddObj()
1102 pBitmapEx = static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in CreateAnimObj()
1105 const Size aBitmapSize( pBitmapEx->GetSizePixel() ); in CreateAnimObj()
1158 aAnimBmp.aBmpEx = *pBitmapEx; in CreateAnimObj()