Home
last modified time | relevance | path

Searched refs:pBitmapEx (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/ui/dlg/
H A Danimobjs.cxx174 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 …]
/AOO41X/main/vcl/source/gdi/
H A Dgraph.cxx57 Font* pFont, const Bitmap* pBitmap, const BitmapEx* pBitmapEx, in ImplDrawDefault() argument
64 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()
/AOO41X/main/canvas/source/vcl/
H A Dcanvasbitmap.cxx133 BitmapEx* pBitmapEx = new BitmapEx( getBitmap() ); in getFastPropertyValue() local
135 return uno::Any( reinterpret_cast<sal_Int64>( pBitmapEx ) ); in getFastPropertyValue()
/AOO41X/main/sd/source/ui/inc/
H A Danimobjs.hxx142 BitmapEx* pBitmapEx; member in sd::AnimationWindow
/AOO41X/main/vcl/source/control/
H A Dbutton.cxx417 BitmapEx *pBitmapEx = mpButtonData->mpBitmapEx; in ImplDrawAlignedImage() local
424 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()