Home
last modified time | relevance | path

Searched refs:aBmpEx (Results 51 – 66 of 66) sorted by relevance

123

/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx343 BitmapEx aBmpEx; in executeDispatch_Paste() local
344 if( aDataHelper.GetBitmapEx( FORMAT_BITMAP, aBmpEx )) in executeDispatch_Paste()
345 aGraphic = Graphic( aBmpEx ); in executeDispatch_Paste()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1790 BitmapEx aBmpEx; in operator >>() local
1795 ReadDIBBitmapEx(aBmpEx, rIStm); in operator >>()
1805 rImpGraphic = ImpGraphic( aBmpEx ); in operator >>()
1815 rImpGraphic.mpAnimation->SetBitmapEx(aBmpEx); in operator >>()
H A Dbitmap.cxx57 const BitmapEx aBmpEx( rResId ); in Bitmap() local
59 if( !aBmpEx.IsEmpty() ) in Bitmap()
60 *this = aBmpEx.GetBitmap(); in Bitmap()
H A Dimpanmvw.cxx290 pDev->DrawBitmapEx( aBmpPosPix, aBmpSizePix, rAnm.aBmpEx ); in ImplDraw()
H A Dpdfwriter_impl.cxx294 BitmapEx aBmpEx( aImageBmp, AlphaMask( aTransMask ) ); in doTestCode() local
295 aWriter.DrawBitmapEx( Point( 1500, 19500 ), Size( 4800, 3000 ), aBmpEx ); in doTestCode()
9984 BitmapEx aBmpEx( aBmp, rMask ); in drawJPGBitmap() local
9985 drawBitmap( rTargetArea.TopLeft(), rTargetArea.GetSize(), aBmpEx ); in drawJPGBitmap()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx192 mnSumOfAllPictHeight += aAnimation.Get( i ).aBmpEx.GetSizePixel().Height(); in WriteTIFF()
198 aBmp = rAnimationBitmap.aBmpEx.GetBitmap(); in WriteTIFF()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx1393 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in FuSupport() local
1394 aBmpEx.Convert( eBmpConvert ); in FuSupport()
1395 pNewObj->SetGraphic( aBmpEx ); in FuSupport()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1451 BitmapEx aBmpEx( pA->GetBitmapEx() ); in WriteRecords() local
1452 aBmpEx.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteRecords()
1453 Bitmap aBmp( aBmpEx.GetBitmap() ); in WriteRecords()
1454 Bitmap aMsk( aBmpEx.GetMask() ); in WriteRecords()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx867 BitmapEx aBmpEx; in PasteOnDrawObjectLinked() local
870 if( pScDrawView && aDataHelper.GetBitmapEx( FORMAT_BITMAP, aBmpEx ) ) in PasteOnDrawObjectLinked()
875 … if(pScDrawView->ApplyGraphicToObject( rHitObj, Graphic(aBmpEx), aBeginUndo, aEmpty, aEmpty )) in PasteOnDrawObjectLinked()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1000 BitmapEx aBmpEx( rBmpEx ); in ImplWriteBmp() local
1006 aBmpEx.Crop( aSrcRect ); in ImplWriteBmp()
1008 if( !!aBmpEx ) in ImplWriteBmp()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx925 pBitmapEx = new BitmapEx( rAnimBmp.aBmpEx ); in AddObj()
1158 aAnimBmp.aBmpEx = *pBitmapEx; in CreateAnimObj()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1799 BitmapEx aBmpEx( aGraphic.GetBitmapEx() ); in createActions() local
1800 const ::Size aBmpSize( aBmpEx.GetSizePixel() ); in createActions()
1842 aBmpEx ); in createActions()
/trunk/main/vcl/source/window/
H A Dmenu.cxx1934 BitmapEx aBmpEx( rImage.GetBitmapEx() ); in ImplRotImage() local
1936 aBmpEx.Rotate( nAngle10, COL_WHITE ); in ImplRotImage()
1938 return Image( aBmpEx ); in ImplRotImage()
1961 BitmapEx aBmpEx( rImage.GetBitmapEx() ); in ImplMirrorImage() local
1963 aBmpEx.Mirror( BMP_MIRROR_HORZ ); in ImplMirrorImage()
1965 return Image( aBmpEx ); in ImplMirrorImage()
H A Dwindow.cxx10006 …BitmapEx aBmpEx( pMaskedDevice->GetBitmapEx( Point( 0, 0 ), pMaskedDevice->GetOutputSizePixel() ) … in ImplPaintToDevice() local
10007 i_pTargetOutDev->DrawBitmapEx( i_rPos, aBmpEx ); in ImplPaintToDevice()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx221 aVDev.DrawPolyPolygon( CreateAutoContour( rStepBmp.aBmpEx, pRect, nFlags ) ); in CreateAutoContour()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx172 BitmapEx aBmpEx( aGraphic.GetBitmapEx() ); in GetId() local
188 aBmpEx.Scale( fXScale, fYScale ); in GetId()
194 aMappedGraphic = Graphic( aBmpEx ); in GetId()

Completed in 253 milliseconds

123