Searched refs:MetaEPSAction (Results 1 – 19 of 19) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 229 case( META_EPS_ACTION ): pAction = new MetaEPSAction; break; in ReadMetaAction() 3879 MetaEPSAction::MetaEPSAction( const Point& rPoint, const Size& rSize, in IMPL_META_ACTION() 3891 void MetaEPSAction::Execute( OutputDevice* pOut ) in Execute() 3898 MetaAction* MetaEPSAction::Clone() in Clone() 3900 MetaAction* pClone = (MetaAction*) new MetaEPSAction( *this ); in Clone() 3907 void MetaEPSAction::Move( long nHorzMove, long nVertMove ) in Move() 3914 void MetaEPSAction::Scale( double fScaleX, double fScaleY ) in Scale() 3927 ( maSubst == ((MetaEPSAction&)rMetaAction).maSubst ) && in Compare() 3928 ( maPoint == ((MetaEPSAction&)rMetaAction).maPoint ) && in Compare() 3929 ( maSize == ((MetaEPSAction&)rMetaAction).maSize ); in Compare() [all …]
|
H A D | gdimtf.cxx | 1372 MetaEPSAction* pAct = (MetaEPSAction*) pAction; in Rotate() 1378 aMtf.AddAction( new MetaEPSAction( aEPSRect.TopLeft(), aEPSRect.GetSize(), in Rotate() 1790 MetaEPSAction* pAct = (MetaEPSAction*) pAction; in GetBoundRect() 2284 MetaEPSAction* pAct = (MetaEPSAction*) pAction; in ImplExchangeColors() 2288 aMtf.Insert( new MetaEPSAction( pAct->GetPoint(), pAct->GetSize(), in ImplExchangeColors() 2737 MetaEPSAction* pAct = (MetaEPSAction*) pAction; in GetChecksum()
|
H A D | print2.cxx | 554 aActionBounds = Rectangle( static_cast<const MetaEPSAction&>(rAct).GetPoint(), in ImplCalcActionBounds() 555 static_cast<const MetaEPSAction&>(rAct).GetSize() ); in ImplCalcActionBounds()
|
H A D | pdfwriter_impl2.cxx | 505 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in playMetafile()
|
H A D | outdev6.cxx | 1213 mpMetaFile->AddAction( new MetaEPSAction( rPoint, rSize, rGfxLink, aSubst ) ); in DrawEPS()
|
/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 308 const GDIMetaFile aGDIMetaFile( ((const MetaEPSAction*)pMA)->GetSubstitute() ); in CountActionsAndBitmaps() 778 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteImageObjects() 2042 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteOrders()
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1102 GfxLink aGfxLink = ( (const MetaEPSAction*) pMA )->GetLink(); in ImplWriteActions() 1103 const GDIMetaFile aSubstitute( ( ( const MetaEPSAction*) pMA )->GetSubstitute() ); in ImplWriteActions() 1141 Point aPoint = ( (const MetaEPSAction*) pMA )->GetPoint(); in ImplWriteActions() 1142 Size aSize = ( (const MetaEPSAction*) pMA )->GetSize(); in ImplWriteActions()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdfmtf.hxx | 137 void DoAction(MetaEPSAction& rAct);
|
H A D | svdfmtf.cxx | 195 case META_EPS_ACTION : DoAction((MetaEPSAction&)*pAct); break; in DoLoopActions() 1472 void ImpSdrGDIMetaFileImport::DoAction(MetaEPSAction& /*rAct*/) in DoAction() argument
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1427 class VCL_DLLPUBLIC MetaEPSAction : public MetaAction class 1441 MetaEPSAction( const Point& rPoint, const Size& rSize,
|
/aoo41x/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 642 const MetaEPSAction* pAct = ( (const MetaEPSAction*)rMtf.FirstAction() ); in ImplWriteGraphic()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1151 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWrite()
|
H A D | wmfwr.cxx | 1692 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteRecords()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1656 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in Impl_writeActions()
|
/aoo41x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 720 aMtf.AddAction( (MetaAction*)( new MetaEPSAction( Point(), Size( nWidth, nHeight ), in GraphicImport()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1416 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWriteActions()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1862 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteOpcodes()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2889 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1684 MetaEPSAction* pAct = static_cast<MetaEPSAction*>(pCurrAct); in createActions()
|
Completed in 179 milliseconds