Home
last modified time | relevance | path

Searched refs:MetaEPSAction (Results 1 – 19 of 19) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1684 MetaEPSAction* pAct = static_cast<MetaEPSAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2894 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1656 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx308 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1862 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteOpcodes()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1102 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()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx720 aMtf.AddAction( (MetaAction*)( new MetaEPSAction( Point(), Size( nWidth, nHeight ), in GraphicImport()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1416 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWriteActions()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1151 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1692 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteRecords()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx198 case META_EPS_ACTION : DoAction((MetaEPSAction&)*pAct); break; in DoLoopActions()
1480 void ImpSdrGDIMetaFileImport::DoAction(MetaEPSAction& /*rAct*/) in DoAction() argument
H A Dsvdfmtf.hxx140 void DoAction(MetaEPSAction& rAct);
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx642 const MetaEPSAction* pAct = ( (const MetaEPSAction*)rMtf.FirstAction() ); in ImplWriteGraphic()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1427 class VCL_DLLPUBLIC MetaEPSAction : public MetaAction class
1441 MetaEPSAction( const Point& rPoint, const Size& rSize,
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1372 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 Dmetaact.cxx229 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 Doutdev6.cxx1213 mpMetaFile->AddAction( new MetaEPSAction( rPoint, rSize, rGfxLink, aSubst ) ); in DrawEPS()
H A Dpdfwriter_impl2.cxx505 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in playMetafile()
H A Dprint2.cxx554 aActionBounds = Rectangle( static_cast<const MetaEPSAction&>(rAct).GetPoint(), in ImplCalcActionBounds()
555 static_cast<const MetaEPSAction&>(rAct).GetSize() ); in ImplCalcActionBounds()

Completed in 210 milliseconds