| /trunk/main/vcl/source/gdi/ |
| H A D | animate.cxx | 106 maBitmapEx ( rAnimation.maBitmapEx ), in Animation() 153 maBitmapEx = rAnimation.maBitmapEx; in operator =() 172 rAnimation.maBitmapEx == maBitmapEx && in operator ==() 200 rAnimation.maBitmapEx.IsEqual( maBitmapEx ) && in IsEqual() 216 return( maBitmapEx.IsEmpty() && !maList.Count() ); in IsEmpty() 226 maBitmapEx.SetEmpty(); in SetEmpty() 268 bRet = maBitmapEx.IsTransparent(); in IsTransparent() 527 maBitmapEx = ( (AnimationBitmap*) maList.GetObject( mnPos ) )->aBmpEx; in IMPL_LINK() 587 maBitmapEx = rStepBmp.aBmpEx; in Insert() 618 maBitmapEx = rNewAnimationBitmap.aBmpEx; in Replace() [all …]
|
| H A D | impimage.cxx | 52 maBitmapEx() in ImageAryData() 61 maBitmapEx( rData.maBitmapEx ) in ImageAryData() 67 : maName( aName ), mnId( nId ), maBitmapEx( aBitmap ) in ImageAryData() 83 maBitmapEx = rData.maBitmapEx; in operator =()
|
| H A D | image.cxx | 545 aImageTree->loadImage( aFileName, aSymbolsStyle, maBitmapEx, true ); in Load() 587 BitmapEx aTempl = mpImplData->maImages[ 0 ]->maBitmapEx; in GetAsHorizontalStrip() 603 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip() 804 aRet = Image( (*aIter)->maBitmapEx ); in GetImage() 827 return Image( pImg->maBitmapEx ); in GetImage()
|
| /trunk/main/drawinglayer/source/texture/ |
| H A D | texture3d.cxx | 75 : maBitmapEx(rBitmapEx), in GeoTexSvxBitmapEx() 84 mbIsTransparent(maBitmapEx.IsTransparent()) in GeoTexSvxBitmapEx() 87 mpReadBitmap = maBitmapEx.GetBitmap().AcquireReadAccess(); in GeoTexSvxBitmapEx() 92 if(maBitmapEx.IsAlpha()) in GeoTexSvxBitmapEx() 127 switch(maBitmapEx.GetTransparentType()) in impGetTransparence() 137 if(maBitmapEx.GetTransparentColor() == aBitmapColor.operator Color()) in impGetTransparence()
|
| /trunk/main/svx/source/dialog/ |
| H A D | dlgctrl.cxx | 1552 maBitmapEx() in BitmapLB() 1629 maBitmapEx = pEntry->GetGraphicObject().GetGraphic().GetBitmapEx(); in Fill() 1630 formatBitmapExToSize(maBitmapEx, aSize); in Fill() 1631 InsertEntry(pEntry->GetName(), maBitmapEx); in Fill() 1642 maBitmapEx = rEntry.GetGraphicObject().GetGraphic().GetBitmapEx(); in Append() 1644 if(!maBitmapEx.IsEmpty()) in Append() 1646 formatBitmapExToSize(maBitmapEx, rSize); in Append() 1647 InsertEntry(rEntry.GetName(), maBitmapEx); in Append() 1662 maBitmapEx = rEntry.GetGraphicObject().GetGraphic().GetBitmapEx(); in Modify() 1664 if(!maBitmapEx.IsEmpty()) in Modify() [all …]
|
| /trunk/main/svx/source/sdr/overlay/ |
| H A D | overlaybitmapex.cxx | 69 maBitmapEx(rBitmapEx), in OverlayBitmapEx() 84 if(rNew != maBitmapEx) in setBitmapEx() 87 maBitmapEx = rNew; in setBitmapEx()
|
| H A D | overlaytools.cxx | 54 maBitmapEx(rBitmapEx), in OverlayBitmapExPrimitive()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | animate.hxx | 144 BitmapEx maBitmapEx; member in Animation 205 const BitmapEx& GetBitmapEx() const { return maBitmapEx; } in GetBitmapEx() 206 void SetBitmapEx( const BitmapEx& rBmpEx ) { maBitmapEx = rBmpEx; } in SetBitmapEx()
|
| /trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | discretebitmapprimitive2d.hxx | 46 BitmapEx maBitmapEx; member in drawinglayer::primitive2d::DiscreteBitmapPrimitive2D 62 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx()
|
| H A D | bitmapprimitive2d.hxx | 50 BitmapEx maBitmapEx; member in drawinglayer::primitive2d::BitmapPrimitive2D 64 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx()
|
| H A D | wallpaperprimitive2d.hxx | 55 BitmapEx maBitmapEx; member in drawinglayer::primitive2d::WallpaperBitmapPrimitive2D 71 const BitmapEx& getBitmapEx() const { return maBitmapEx ; } in getBitmapEx()
|
| H A D | discreteshadowprimitive2d.hxx | 43 BitmapEx maBitmapEx; member in drawinglayer::primitive2d::DiscreteShadow 60 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx()
|
| /trunk/main/svx/inc/svx/sdr/overlay/ |
| H A D | overlaybitmapex.hxx | 40 BitmapEx maBitmapEx; member in sdr::overlay::OverlayBitmapEx 64 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx()
|
| H A D | overlaytools.hxx | 43 BitmapEx maBitmapEx; member in drawinglayer::primitive2d::OverlayBitmapExPrimitive 70 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx()
|
| /trunk/main/vcl/inc/ |
| H A D | image.h | 91 BitmapEx maBitmapEx; member 99 bool IsLoadable() { return maBitmapEx.IsEmpty() && maName.getLength(); } in IsLoadable()
|
| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | discreteshadowprimitive2d.cxx | 37 : maBitmapEx(rBitmapEx), in DiscreteShadow() 52 maBitmapEx = BitmapEx(); in DiscreteShadow()
|
| H A D | graphicprimitivehelper2d.cxx | 64 BitmapEx maBitmapEx; member 81 const BitmapEx& stepBitmapEx(sal_uInt32 a) const { return maSteps[a].maBitmapEx; } in stepBitmapEx() 203 aNextStep.maBitmapEx = BitmapEx(aMainBitmap, aMaskBitmap); in animatedBitmapExPreparator()
|
| H A D | bitmapprimitive2d.cxx | 45 maBitmapEx(rBitmapEx), in BitmapPrimitive2D()
|
| H A D | discretebitmapprimitive2d.cxx | 83 maBitmapEx(rBitmapEx), in DiscreteBitmapPrimitive2D()
|
| H A D | wallpaperprimitive2d.cxx | 230 maBitmapEx(rBitmapEx), in WallpaperBitmapPrimitive2D()
|
| /trunk/main/svx/inc/svx/ |
| H A D | dlgctrl.hxx | 354 BitmapEx maBitmapEx; member in BitmapLB 365 BitmapEx maBitmapEx; member in FillAttrLB
|
| /trunk/main/drawinglayer/inc/drawinglayer/texture/ |
| H A D | texture3d.hxx | 72 BitmapEx maBitmapEx; member in drawinglayer::texture::GeoTexSvxBitmapEx
|