Searched refs:MetaBmpAction (Results 1 – 22 of 22) sorted by relevance
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 …]
249 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()
747 const MetaBmpAction* pA = static_cast< const MetaBmpAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
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()
989 rMtf.AddAction( new MetaBmpAction( aPt, aBmp ) ); in ImplConvertFromSVM1()1829 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImplWriteActions()
787 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in playMetafile()
620 mpMetaFile->AddAction( new MetaBmpAction( rDestPt, aBmp ) ); in ImplDrawBitmap()
990 MetaBmpAction* pAct = (MetaBmpAction*) pAction; in ImpMask()993 pAct = new MetaBmpAction( pAct->GetPoint(), aBmp ); in ImpMask()
106 void DoAction(MetaBmpAction & rAct);
164 case META_BMP_ACTION : DoAction((MetaBmpAction &)*pAct); break; in DoLoopActions()1101 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpAction& rAct) in DoAction()
663 class VCL_DLLPUBLIC MetaBmpAction : public MetaAction class675 MetaBmpAction( const Point& rPt, const Bitmap& rBmp );
737 WriteImageObject( ( (MetaBmpAction*) pMA )->GetBitmap() ); in WriteImageObjects()1981 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOrders()
1183 const MetaBmpAction* pA = (const MetaBmpAction *) pAction; in ImplWrite()
1390 const MetaBmpAction* pA = (const MetaBmpAction *) pMA; in WriteRecords()
233 MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile()
1804 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in Impl_writeActions()
1806 const MetaBmpAction* pA = (const MetaBmpAction*) pMA; in WriteOpcodes()
1703 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in ImplWriteActions()
809 MetaBmpAction* pAction = (MetaBmpAction*)pAct; in ImplCreateOutput()
2219 MetaBmpAction* pAct = static_cast<MetaBmpAction*>(pCurrAct); in createActions()
2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
784 Bitmap aBitmap = ( (const MetaBmpAction*)pMA )->GetBitmap(); in ImplWriteActions()787 Point aPoint = ( (const MetaBmpAction*) pMA )->GetPoint(); in ImplWriteActions()
Completed in 363 milliseconds