Searched refs:pBitmapEx (Results 1 – 5 of 5) sorted by relevance
174 pBitmapEx ( NULL ), in AnimationWindow()453 if( pBitmapEx ) in IMPL_LINK()455 delete pBitmapEx; in IMPL_LINK()492 delete pBitmapEx; 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()925 pBitmapEx = new BitmapEx( rAnimBmp.aBmpEx ); in AddObj()1105 const Size aBitmapSize( pBitmapEx->GetSizePixel() ); in CreateAnimObj()[all …]
57 Font* pFont, const Bitmap* pBitmap, const BitmapEx* pBitmapEx, in ImplDrawDefault() argument64 sal_Bool bFilled = ( pBitmap != NULL || pBitmapEx != NULL || pFont != NULL ); in ImplDrawDefault()97 && ( ( pBitmap && !!*pBitmap ) || ( pBitmapEx && !!*pBitmapEx ) ) ) in ImplDrawDefault()99 …Size aBitmapSize( pOutDev->PixelToLogic( pBitmap ? pBitmap->GetSizePixel() : pBitmapEx->GetSizePix… in ImplDrawDefault()106 pOutDev->DrawBitmapEx( aPoint, *pBitmapEx ); in ImplDrawDefault()
133 BitmapEx* pBitmapEx = new BitmapEx( getBitmap() ); in getFastPropertyValue() local135 return uno::Any( reinterpret_cast<sal_Int64>( pBitmapEx ) ); in getFastPropertyValue()
142 BitmapEx* pBitmapEx; member in sd::AnimationWindow
417 BitmapEx *pBitmapEx = mpButtonData->mpBitmapEx; in ImplDrawAlignedImage() local424 pBitmapEx = mpButtonData->mpBitmapExHC; in ImplDrawAlignedImage()428 if ( pBitmapEx && ( pDev->GetOutDevType() == OUTDEV_PRINTER ) ) in ImplDrawAlignedImage()641 if ( pBitmapEx && ( pDev->GetOutDevType() == OUTDEV_PRINTER ) ) in ImplDrawAlignedImage()645 pBitmapEx->Draw( pDev, aImagePos, aImageSize /*, nStyle*/ ); in ImplDrawAlignedImage()
Completed in 95 milliseconds