| /AOO42X/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 200 case( META_BMPSCALEPART_ACTION ): pAction = new MetaBmpScalePartAction; break; in ReadMetaAction() 1931 MetaBmpScalePartAction::MetaBmpScalePartAction( const Point& rDstPt, const Size& rDstSz, in IMPL_META_ACTION() 1945 void MetaBmpScalePartAction::Execute( OutputDevice* pOut ) in Execute() 1952 MetaAction* MetaBmpScalePartAction::Clone() in Clone() 1954 MetaAction* pClone = (MetaAction*) new MetaBmpScalePartAction( *this ); in Clone() 1961 void MetaBmpScalePartAction::Move( long nHorzMove, long nVertMove ) in Move() 1968 void MetaBmpScalePartAction::Scale( double fScaleX, double fScaleY ) in Scale() 1978 sal_Bool MetaBmpScalePartAction::Compare( const MetaAction& rMetaAction ) const in Compare() 1980 return ( maBmp.IsEqual(((MetaBmpScalePartAction&)rMetaAction).maBmp )) && in Compare() 1981 ( maDstPt == ((MetaBmpScalePartAction&)rMetaAction).maDstPt ) && in Compare() [all …]
|
| H A D | gdimtf.cxx | 1192 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in Rotate() 1718 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in GetBoundRect() 2189 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in ImplExchangeColors() 2190 aMtf.Insert( new MetaBmpScalePartAction( pAct->GetDestPoint(), pAct->GetDestSize(), in ImplExchangeColors() 2536 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in GetChecksum() 2840 …case( META_BMPSCALEPART_ACTION ): nSizeBytes += ( (MetaBmpScalePartAction*) pAction )->GetBitmap()… in GetSizeBytes()
|
| H A D | print2.cxx | 258 o_rMtf.AddAction( new MetaBmpScalePartAction( in ImplConvertTransparentAction() 492 … aActionBounds = Rectangle( static_cast<const MetaBmpScalePartAction&>(rAct).GetDestPoint(), in ImplCalcActionBounds() 493 … static_cast<const MetaBmpScalePartAction&>(rAct).GetDestSize() ); in ImplCalcActionBounds()
|
| H A D | gdimetafiletools.cxx | 834 … const MetaBmpScalePartAction* pA = static_cast< const MetaBmpScalePartAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
|
| H A D | cvtsvm.cxx | 1010 rMtf.AddAction( new MetaBmpScalePartAction( aPt, aSz, aPt1, aSz2, aBmp ) ); in ImplConvertFromSVM1() 1854 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in ImplWriteActions()
|
| H A D | pdfwriter_impl2.cxx | 806 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in playMetafile()
|
| H A D | outdev2.cxx | 628 mpMetaFile->AddAction( new MetaBmpScalePartAction( in ImplDrawBitmap()
|
| /AOO42X/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 806 Bitmap aBitmap( ( (const MetaBmpScalePartAction*)pMA )->GetBitmap() ); in ImplWriteActions() 807 aBitmap.Crop( Rectangle( ( (const MetaBmpScalePartAction*)pMA )->GetSrcPoint(), in ImplWriteActions() 808 ( (const MetaBmpScalePartAction*)pMA )->GetSrcSize() ) ); in ImplWriteActions() 811 Point aPoint = ( (const MetaBmpScalePartAction*) pMA)->GetDestPoint(); in ImplWriteActions() 812 Size aSize = ( (const MetaBmpScalePartAction*)pMA )->GetDestSize(); in ImplWriteActions()
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | _bmpmask.cxx | 1010 MetaBmpScalePartAction* pAct = (MetaBmpScalePartAction*) pAction; in ImpMask() 1013 pAct = new MetaBmpScalePartAction( pAct->GetDestPoint(), pAct->GetDestSize(), in ImpMask()
|
| /AOO42X/main/svx/source/svdraw/ |
| H A D | svdfmtf.hxx | 132 void DoAction(MetaBmpScalePartAction& rAct);
|
| H A D | svdfmtf.cxx | 190 case META_BMPSCALEPART_ACTION : DoAction((MetaBmpScalePartAction&)*pAct); break; in DoLoopActions() 1319 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpScalePartAction& rAct) in DoAction()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | metaact.hxx | 716 class VCL_DLLPUBLIC MetaBmpScalePartAction : public MetaAction class 731 MetaBmpScalePartAction( const Point& rDstPt, const Size& rDstSz,
|
| /AOO42X/main/filter/source/graphicfilter/eos2met/ |
| H A D | eos2met.cxx | 751 WriteImageObject( ( (MetaBmpScalePartAction*) pMA )->GetBitmap() ); in WriteImageObjects() 2000 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pMA; in WriteOrders()
|
| /AOO42X/main/svtools/source/filter/wmf/ |
| H A D | emfwr.cxx | 1197 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in ImplWrite()
|
| H A D | wmfwr.cxx | 1404 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pMA; in WriteRecords()
|
| /AOO42X/main/filter/source/flash/ |
| H A D | swfwriter1.cxx | 1813 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in Impl_writeActions()
|
| /AOO42X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 1729 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in ImplWriteActions()
|
| /AOO42X/main/filter/source/graphicfilter/epict/ |
| H A D | epict.cxx | 1823 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pMA; in WriteOpcodes()
|
| /AOO42X/main/drawinglayer/source/primitive2d/ |
| H A D | metafileprimitive2d.cxx | 2179 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*)pAction; in interpretMetafile()
|
| /AOO42X/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 840 MetaBmpScalePartAction* pAction = (MetaBmpScalePartAction*)pAct; in ImplCreateOutput()
|
| /AOO42X/main/cppcanvas/source/mtfrenderer/ |
| H A D | implrenderer.cxx | 2269 … MetaBmpScalePartAction* pAct = static_cast<MetaBmpScalePartAction*>(pCurrAct); in createActions()
|