| /AOO42X/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 198 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 D | print2.cxx | 247 o_rMtf.AddAction( new MetaBmpAction( in ImplConvertTransparentAction() 482 aActionBounds = Rectangle( static_cast<const MetaBmpAction&>(rAct).GetPoint(), in ImplCalcActionBounds() 483 … rOut.PixelToLogic( static_cast<const MetaBmpAction&>(rAct).GetBitmap().GetSizePixel() ) ); in ImplCalcActionBounds()
|
| H A D | gdimetafiletools.cxx | 747 const MetaBmpAction* pA = static_cast< const MetaBmpAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
|
| H A D | gdimtf.cxx | 1830 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 D | cvtsvm.cxx | 989 rMtf.AddAction( new MetaBmpAction( aPt, aBmp ) ); in ImplConvertFromSVM1() 1829 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImplWriteActions()
|
| H A D | pdfwriter_impl2.cxx | 787 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in playMetafile()
|
| H A D | outdev2.cxx | 620 mpMetaFile->AddAction( new MetaBmpAction( rDestPt, aBmp ) ); in ImplDrawBitmap()
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | _bmpmask.cxx | 990 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImpMask() 993 pAct = new MetaBmpAction( pAct->GetPoint(), aBmp ); in ImpMask()
|
| /AOO42X/main/svx/source/svdraw/ |
| H A D | svdfmtf.hxx | 106 void DoAction(MetaBmpAction & rAct);
|
| H A D | svdfmtf.cxx | 164 case META_BMP_ACTION : DoAction((MetaBmpAction &)*pAct); break; in DoLoopActions() 1101 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpAction& rAct) in DoAction()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | metaact.hxx | 663 class VCL_DLLPUBLIC MetaBmpAction : public MetaAction class 675 MetaBmpAction( const Point& rPt, const Bitmap& rBmp );
|
| /AOO42X/main/filter/source/graphicfilter/eos2met/ |
| H A D | eos2met.cxx | 737 WriteImageObject( ( (MetaBmpAction*) pMA )->GetBitmap() ); in WriteImageObjects() 1981 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOrders()
|
| /AOO42X/main/svtools/source/filter/wmf/ |
| H A D | emfwr.cxx | 1183 const MetaBmpAction* pA = (const MetaBmpAction *) pAction; in ImplWrite()
|
| H A D | wmfwr.cxx | 1390 const MetaBmpAction* pA = (const MetaBmpAction *) pMA; in WriteRecords()
|
| /AOO42X/main/sd/source/ui/view/ |
| H A D | sdview3.cxx | 233 … MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile()
|
| /AOO42X/main/filter/source/flash/ |
| H A D | swfwriter1.cxx | 1804 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in Impl_writeActions()
|
| /AOO42X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 1703 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in ImplWriteActions()
|
| /AOO42X/main/filter/source/graphicfilter/epict/ |
| H A D | epict.cxx | 1806 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOpcodes()
|
| /AOO42X/main/drawinglayer/source/primitive2d/ |
| H A D | metafileprimitive2d.cxx | 2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
|
| /AOO42X/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 809 MetaBmpAction* pAction = (MetaBmpAction*)pAct; in ImplCreateOutput()
|
| /AOO42X/main/cppcanvas/source/mtfrenderer/ |
| H A D | implrenderer.cxx | 2219 MetaBmpAction* pAct = static_cast<MetaBmpAction*>(pCurrAct); in createActions()
|
| /AOO42X/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 784 Bitmap aBitmap = ( (const MetaBmpAction*)pMA )->GetBitmap(); in ImplWriteActions() 787 Point aPoint = ( (const MetaBmpAction*) pMA )->GetPoint(); in ImplWriteActions()
|