Searched refs:pBitmapEx (Results 1 – 5 of 5) sorted by relevance
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()[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()