Searched refs:MetaBmpExAction (Results 1 – 23 of 23) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | metaact.cxx | 201 case( META_BMPEX_ACTION ): pAction = new MetaBmpExAction; break; in ReadMetaAction() 2014 MetaBmpExAction::MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx ) : in IMPL_META_ACTION() 2023 void MetaBmpExAction::Execute( OutputDevice* pOut ) in Execute() 2030 MetaAction* MetaBmpExAction::Clone() in Clone() 2032 MetaBmpExAction* pClone = new MetaBmpExAction( *this ); in Clone() 2039 void MetaBmpExAction::Move( long nHorzMove, long nVertMove ) in Move() 2046 void MetaBmpExAction::Scale( double fScaleX, double fScaleY ) in Scale() 2053 sal_Bool MetaBmpExAction::Compare( const MetaAction& rMetaAction ) const in Compare() 2055 return ( maBmpEx.IsEqual(((MetaBmpExAction&)rMetaAction).maBmpEx )) && in Compare() 2056 ( maPt == ((MetaBmpExAction&)rMetaAction).maPt ); in Compare() [all …]
|
H A D | print2.cxx | 105 return static_cast<const MetaBmpExAction&>(rAct).GetBitmapEx().IsTransparent(); in ImplIsActionSpecial() 189 aBmpEx = static_cast<const MetaBmpExAction&>(rAct).GetBitmapEx(); in ImplConvertTransparentAction() 250 static_cast<const MetaBmpExAction&>(rAct).GetPoint(), in ImplConvertTransparentAction() 499 aActionBounds = Rectangle( static_cast<const MetaBmpExAction&>(rAct).GetPoint(), in ImplCalcActionBounds() 500 … rOut.PixelToLogic( static_cast<const MetaBmpExAction&>(rAct).GetBitmapEx().GetSizePixel() ) ); in ImplCalcActionBounds()
|
H A D | gdimetafiletools.cxx | 720 const MetaBmpExAction* pA = static_cast< const MetaBmpExAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
|
H A D | gdimtf.cxx | 1838 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in GetBoundRect() 2572 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in GetChecksum() 2842 …case( META_BMPEX_ACTION ): nSizeBytes += ( (MetaBmpExAction*) pAction )->GetBitmapEx().GetSizeByte… in GetSizeBytes()
|
H A D | pdfwriter_impl2.cxx | 815 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in playMetafile()
|
H A D | cvtsvm.cxx | 1869 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in ImplWriteActions()
|
H A D | outdev2.cxx | 1102 mpMetaFile->AddAction( new MetaBmpExAction( rDestPt, aBmpEx ) ); in ImplDrawBitmapEx()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 158 aMtf.AddAction( new MetaBmpExAction( aEmptyPoint, in getMtf() 464 new MetaBmpExAction( aEmptyPoint, in getAnimationFromGraphic()
|
/trunk/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 1021 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in ImpMask() 1024 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.hxx | 108 void DoAction(MetaBmpExAction & rAct);
|
H A D | svdfmtf.cxx | 166 case META_BMPEX_ACTION : DoAction((MetaBmpExAction &)*pAct); break; in DoLoopActions() 1125 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpExAction& rAct) in DoAction()
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 749 class VCL_DLLPUBLIC MetaBmpExAction : public MetaAction class 761 MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx );
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 758 WriteImageObject( Graphic( ( (MetaBmpExAction*) pMA )->GetBitmapEx() ).GetBitmap() ); in WriteImageObjects() 2011 const MetaBmpExAction* pA = (const MetaBmpExAction*) pMA; in WriteOrders()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1207 const MetaBmpExAction* pA = (const MetaBmpExAction *) pAction; in ImplWrite()
|
H A D | wmfwr.cxx | 1414 const MetaBmpExAction* pA = (const MetaBmpExAction *) pMA; in WriteRecords()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 247 MetaBmpExAction* pBmpExAction = dynamic_cast< MetaBmpExAction* >( pAction ); in InsertMetaFile()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1822 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in Impl_writeActions()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1833 const MetaBmpExAction* pA = (const MetaBmpExAction*) pMA; in WriteOpcodes()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1742 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in ImplWriteActions()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 858 MetaBmpExAction* pAction = (MetaBmpExAction*)pAct; in ImplCreateOutput()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2302 MetaBmpExAction* pAct = static_cast<MetaBmpExAction*>(pCurrAct); in createActions()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2201 const MetaBmpExAction* pA = (const MetaBmpExAction*)pAction; in interpretMetafile()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 819 BitmapEx aBitmapEx( ( (MetaBmpExAction*)pMA)->GetBitmapEx() ); in ImplWriteActions() 824 Point aPoint( ( (const MetaBmpExAction*) pMA )->GetPoint() ); in ImplWriteActions()
|
Completed in 258 milliseconds