Home
last modified time | relevance | path

Searched refs:rBmp (Results 26 – 50 of 55) sorted by relevance

123

/trunk/main/svtools/workben/
H A Dsvdem.cxx74 ShowBitmap( Window* pParent, const Bitmap& rBmp );
263 ShowBitmap::ShowBitmap( Window* pParent, const Bitmap& rBmp ) : in ShowBitmap() argument
265 aBmp( rBmp ) in ShowBitmap()
267 SetOutputSizePixel( rBmp.GetSizePixel() ); in ShowBitmap()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx265 sal_Bool Bitmap::IsEqual( const Bitmap& rBmp ) const in IsEqual()
267 return( IsSameInstance( rBmp ) || in IsEqual()
268 ( rBmp.GetSizePixel() == GetSizePixel() && in IsEqual()
269 rBmp.GetBitCount() == GetBitCount() && in IsEqual()
270 rBmp.GetChecksum() == GetChecksum() ) ); in IsEqual()
H A Dgraph.cxx231 Graphic::Graphic( const Bitmap& rBmp ) in Graphic() argument
233 mpImpGraphic = new ImpGraphic( rBmp ); in Graphic()
H A Dprint2.cxx1373 const Bitmap& rBmp, long nMaxBmpDPIX, long nMaxBmpDPIY ) in GetDownsampledBitmap() argument
1375 Bitmap aBmp( rBmp ); in GetDownsampledBitmap()
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx514 …ialogFactory_Impl::CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd::DrawDocShell… in CreateSdVectorizeDlg() argument
516 return new AbstractSdVectorizeDlg_Impl( new SdVectorizeDlg( pParent, rBmp, pDocShell ) ); in CreateSdVectorizeDlg()
H A Dsddlgfact.hxx276 …virtual AbstractSdVectorizeDlg* CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd…
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx452 inline sal_Bool IsSameInstance( const Bitmap& rBmp ) const;
453 sal_Bool IsEqual( const Bitmap& rBmp ) const;
H A Doutdev.hxx499 SAL_DLLPRIVATE void ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha,
525 SAL_DLLPRIVATE void ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask,
1215 … const Bitmap& rBmp, long nMaxBmpDPIX, long nMaxBmpDPIY );
H A Dgraph.hxx105 Graphic( const Bitmap& rBmp );
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx481 BSaveStruct( const Bitmap& rBmp, const Rectangle& rOutRect, sal_uInt32 nRop ) : in BSaveStruct()
482 aBmp( rBmp ), aOutRect( rOutRect ), nWinRop( nRop ){}; in BSaveStruct()
H A Demfwr.hxx83 …void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, sal_uInt32 nROP…
/trunk/main/sfx2/source/inc/
H A Dintro.hxx41 IntroWindow_Impl( const Bitmap& rBmp );
/trunk/main/vcl/inc/
H A Dwall2.hxx50 void ImplSetCachedBitmap( BitmapEx& rBmp );
H A Dimpgraph.hxx82 ImpGraphic( const Bitmap& rBmp );
/trunk/main/sw/source/ui/inc/
H A Dbmpwin.hxx55 const Graphic& rGraphic, const BitmapEx& rBmp, const BitmapEx& rBmpHC);
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.hxx91 BmpTransporter( const com::sun::star::uno::Sequence<sal_Int8>& rBmp );
/trunk/main/svtools/inc/svtools/
H A Dfltdefs.hxx71 void ReadBitmap( SvStream& rIStream, Bitmap& rBmp, sal_uInt16 nDefaultHeight = 0, sal_uLong nOffBit…
H A Dtransfer.hxx365 sal_Bool GetBitmapEx( SotFormatStringId nFormat, BitmapEx& rBmp );
366 …_Bool GetBitmapEx( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, BitmapEx& rBmp );
H A Dctrlbox.hxx254 …SVT_DLLPRIVATE void ImpGetLine( long nLine1, long nLine2, long nDistance, Bitmap& rBmp, XubStrin…
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx116 void SetBitmap( const Bitmap& rBmp );
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx147 const BitmapEx& rBmp = ViewShell::GetReplacementBitmap( bDefect != sal_False ); in lcl_PaintReplacement() local
148 Graphic::DrawEx( rSh.GetOut(), rText, *pFont, rBmp, rRect.Pos(), rRect.SSize() ); in lcl_PaintReplacement()
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx204 …virtual AbstractSdVectorizeDlg* CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd…
/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx203 sal_Bool GetThumb( sal_uIntPtr nPos, BitmapEx& rBmp, sal_Bool bProgress = sal_False );
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx282 Bitmap& rBmp, XubString& rStr ) in ImpGetLine() argument
340 rBmp = aVirDev.GetBitmap( Point(), Size( aSize.Width(), n1+nDist+n2 ) ); in ImpGetLine()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx291 void MakeLineBitmap( sal_uInt16 nNo, Bitmap& rBmp, const Size& rSize, String& rStr,
1325 void SvxLineWindow_Impl::MakeLineBitmap( sal_uInt16 nNo, Bitmap& rBmp, const Size& rSize, String& r… in MakeLineBitmap() argument
1494 rBmp = aVirDev.GetBitmap( Point(0,0), rSize ); in MakeLineBitmap()

Completed in 117 milliseconds

123