Lines Matching refs:rMtf
68 const MetaCommentAction* ImplCheckForEPS( GDIMetaFile& rMtf ) in ImplCheckForEPS() argument
73 if ( ( rMtf.GetActionCount() >= 2 ) in ImplCheckForEPS()
74 && ( rMtf.FirstAction()->GetType() == META_EPS_ACTION ) in ImplCheckForEPS()
75 && ( ((const MetaAction*)rMtf.GetAction( 1 ))->GetType() == META_COMMENT_ACTION ) in ImplCheckForEPS()
76 && ( ((const MetaCommentAction*)rMtf.GetAction( 1 ))->GetComment() == aComment ) ) in ImplCheckForEPS()
77 pComment = (const MetaCommentAction*)rMtf.GetAction( 1 ); in ImplCheckForEPS()
633 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplWriteGraphic() local
634 const MetaCommentAction* pComment = ImplCheckForEPS( rMtf ); in ImplWriteGraphic()
642 const MetaEPSAction* pAct = ( (const MetaEPSAction*)rMtf.FirstAction() ); in ImplWriteGraphic()
648 rMtf.Write( *pStream ); in ImplWriteGraphic()
751 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplInsertGraphicURL() local
752 if ( ImplCheckForEPS( rMtf ) ) in ImplInsertGraphicURL()