Home
last modified time | relevance | path

Searched refs:MetaBmpAction (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx198 case( META_BMP_ACTION ): pAction = new MetaBmpAction; break; in ReadMetaAction()
1781 MetaBmpAction::MetaBmpAction( const Point& rPt, const Bitmap& rBmp ) : in IMPL_META_ACTION()
1790 void MetaBmpAction::Execute( OutputDevice* pOut ) in Execute()
1797 MetaAction* MetaBmpAction::Clone() in Clone()
1799 MetaAction* pClone = (MetaAction*) new MetaBmpAction( *this ); in Clone()
1806 void MetaBmpAction::Move( long nHorzMove, long nVertMove ) in Move()
1813 void MetaBmpAction::Scale( double fScaleX, double fScaleY ) in Scale()
1820 sal_Bool MetaBmpAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1822 return maBmp.IsEqual(((MetaBmpAction&)rMetaAction).maBmp ) && in Compare()
1823 ( maPt == ((MetaBmpAction&)rMetaAction).maPt ); in Compare()
[all …]
H A Dprint2.cxx249 o_rMtf.AddAction( new MetaBmpAction( in ImplConvertTransparentAction()
484 aActionBounds = Rectangle( static_cast<const MetaBmpAction&>(rAct).GetPoint(), in ImplCalcActionBounds()
485 … rOut.PixelToLogic( static_cast<const MetaBmpAction&>(rAct).GetBitmap().GetSizePixel() ) ); in ImplCalcActionBounds()
H A Dgdimetafiletools.cxx747 const MetaBmpAction* pA = static_cast< const MetaBmpAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dgdimtf.cxx1830 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in GetBoundRect()
2494 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in GetChecksum()
2838 …case( META_BMP_ACTION ): nSizeBytes += ( (MetaBmpAction*) pAction )->GetBitmap().GetSizeBytes(); b… in GetSizeBytes()
H A Dcvtsvm.cxx989 rMtf.AddAction( new MetaBmpAction( aPt, aBmp ) ); in ImplConvertFromSVM1()
1829 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImplWriteActions()
H A Dpdfwriter_impl2.cxx787 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in playMetafile()
H A Doutdev2.cxx620 mpMetaFile->AddAction( new MetaBmpAction( rDestPt, aBmp ) ); in ImplDrawBitmap()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx990 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImpMask()
993 pAct = new MetaBmpAction( pAct->GetPoint(), aBmp ); in ImpMask()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx106 void DoAction(MetaBmpAction & rAct);
H A Dsvdfmtf.cxx164 case META_BMP_ACTION : DoAction((MetaBmpAction &)*pAct); break; in DoLoopActions()
1101 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx663 class VCL_DLLPUBLIC MetaBmpAction : public MetaAction class
675 MetaBmpAction( const Point& rPt, const Bitmap& rBmp );
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx737 WriteImageObject( ( (MetaBmpAction*) pMA )->GetBitmap() ); in WriteImageObjects()
1981 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOrders()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1183 const MetaBmpAction* pA = (const MetaBmpAction *) pAction; in ImplWrite()
H A Dwmfwr.cxx1390 const MetaBmpAction* pA = (const MetaBmpAction *) pMA; in WriteRecords()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx233 MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1804 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1806 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1703 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in ImplWriteActions()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx809 MetaBmpAction* pAction = (MetaBmpAction*)pAct; in ImplCreateOutput()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2219 MetaBmpAction* pAct = static_cast<MetaBmpAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx784 Bitmap aBitmap = ( (const MetaBmpAction*)pMA )->GetBitmap(); in ImplWriteActions()
787 Point aPoint = ( (const MetaBmpAction*) pMA )->GetPoint(); in ImplWriteActions()

Completed in 363 milliseconds