Home
last modified time | relevance | path

Searched refs:WinMtfOutput (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx351 WinMtf::WinMtf( WinMtfOutput* pWinMtfOutput, SvStream& rStreamWMF, FilterConfigItem* pConfigItem ) : in WinMtf()
413 Point WinMtfOutput::ImplMap( const Point& rPt ) in ImplMap()
491 Size WinMtfOutput::ImplMap( const Size& rSz ) in ImplMap()
546 Rectangle WinMtfOutput::ImplMap( const Rectangle& rRect ) in ImplMap()
553 void WinMtfOutput::ImplMap( Font& rFont ) in ImplMap()
571 Polygon& WinMtfOutput::ImplMap( Polygon& rPolygon ) in ImplMap()
583 PolyPolygon& WinMtfOutput::ImplMap( PolyPolygon& rPolyPolygon ) in ImplMap()
592 void WinMtfOutput::SelectObject( sal_Int32 nIndex ) in SelectObject()
685 void WinMtfOutput::SetFont( const Font& rFont ) in SetFont()
692 const Font& WinMtfOutput::GetFont() const in GetFont()
[all …]
H A Dwinmtf.hxx534 class WinMtfOutput class
672 WinMtfOutput( GDIMetaFile& rGDIMetaFile );
673 virtual ~WinMtfOutput();
682 WinMtfOutput* pOut; //
697 … WinMtf( WinMtfOutput* pOut, SvStream& rStreamWMF, FilterConfigItem* pConfigItem = NULL );
717 …: WinMtf( new WinMtfOutput( rGDIMetaFile ), rStreamWMF, pConfigItem ), bRecordPath( sal_False ) {}; in EnhWMFReader()
762 : WinMtf( new WinMtfOutput( rGDIMetaFile ), rStreamWMF, pConfigItem ) {}; in WMFReader()