Home
last modified time | relevance | path

Searched refs:MetaBmpExAction (Results 1 – 23 of 23) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dmetaact.cxx201 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 Dprint2.cxx105 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 Dgdimetafiletools.cxx720 const MetaBmpExAction* pA = static_cast< const MetaBmpExAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dgdimtf.cxx1838 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 Dpdfwriter_impl2.cxx815 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in playMetafile()
H A Dcvtsvm.cxx1869 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in ImplWriteActions()
H A Doutdev2.cxx1093 mpMetaFile->AddAction( new MetaBmpExAction( rDestPt, aBmpEx ) ); in ImplDrawBitmapEx()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx158 aMtf.AddAction( new MetaBmpExAction( aEmptyPoint, in getMtf()
464 new MetaBmpExAction( aEmptyPoint, in getAnimationFromGraphic()
/aoo41x/main/svx/source/dialog/
H A D_bmpmask.cxx1021 MetaBmpExAction* pAct = (MetaBmpExAction*) pAction; in ImpMask()
1024 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask()
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.hxx108 void DoAction(MetaBmpExAction & rAct);
H A Dsvdfmtf.cxx166 case META_BMPEX_ACTION : DoAction((MetaBmpExAction &)*pAct); break; in DoLoopActions()
1122 void ImpSdrGDIMetaFileImport::DoAction(MetaBmpExAction& rAct) in DoAction()
/aoo41x/main/vcl/inc/vcl/
H A Dmetaact.hxx749 class VCL_DLLPUBLIC MetaBmpExAction : public MetaAction class
761 MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx );
/aoo41x/main/svtools/source/filter/wmf/
H A Demfwr.cxx1207 const MetaBmpExAction* pA = (const MetaBmpExAction *) pAction; in ImplWrite()
H A Dwmfwr.cxx1414 const MetaBmpExAction* pA = (const MetaBmpExAction *) pMA; in WriteRecords()
/aoo41x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx758 WriteImageObject( Graphic( ( (MetaBmpExAction*) pMA )->GetBitmapEx() ).GetBitmap() ); in WriteImageObjects()
2011 const MetaBmpExAction* pA = (const MetaBmpExAction*) pMA; in WriteOrders()
/aoo41x/main/sd/source/ui/view/
H A Dsdview3.cxx247 MetaBmpExAction* pBmpExAction = dynamic_cast< MetaBmpExAction* >( pAction ); in InsertMetaFile()
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx1822 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in Impl_writeActions()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx1742 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in ImplWriteActions()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1833 const MetaBmpExAction* pA = (const MetaBmpExAction*) pMA; in WriteOpcodes()
/aoo41x/main/svtools/source/graphic/
H A Dgrfmgr2.cxx858 MetaBmpExAction* pAction = (MetaBmpExAction*)pAct; in ImplCreateOutput()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2196 const MetaBmpExAction* pA = (const MetaBmpExAction*)pAction; in interpretMetafile()
/aoo41x/main/filter/source/graphicfilter/eps/
H A Deps.cxx819 BitmapEx aBitmapEx( ( (MetaBmpExAction*)pMA)->GetBitmapEx() ); in ImplWriteActions()
824 Point aPoint( ( (const MetaBmpExAction*) pMA )->GetPoint() ); in ImplWriteActions()
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2302 MetaBmpExAction* pAct = static_cast<MetaBmpExAction*>(pCurrAct); in createActions()

Completed in 211 milliseconds