Home
last modified time | relevance | path

Searched refs:WMFWriter (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx272 void WMFWriter::MayCallback() in MayCallback()
295 void WMFWriter::CountActionsAndBitmaps( const GDIMetaFile & rMTF ) in CountActionsAndBitmaps()
321 void WMFWriter::WritePointXY(const Point & rPoint) in WritePointXY()
328 void WMFWriter::WritePointYX(const Point & rPoint) in WritePointYX()
335 sal_Int32 WMFWriter::ScaleWidth( sal_Int32 nDX ) in ScaleWidth()
342 void WMFWriter::WriteSize(const Size & rSize) in WriteSize()
349 void WMFWriter::WriteHeightWidth(const Size & rSize) in WriteHeightWidth()
356 void WMFWriter::WriteRectangle(const Rectangle & rRect) in WriteRectangle()
363 void WMFWriter::WriteColor(const Color & rColor) in WriteColor()
369 void WMFWriter::WriteRecordHeader(sal_uInt32 nSizeWords, sal_uInt16 nType) in WriteRecordHeader()
[all …]
H A Dwmf.cxx93 WMFWriter aWMFWriter; in ConvertGDIMetaFileToWMF()
130 return WMFWriter().WriteWMF( rMTF, rStream, NULL ); in WriteWindowMetafile()
137 return WMFWriter().WriteWMF( rMTF, rStream, NULL, sal_False ); in WriteWindowMetafileBits()
H A Dwmfwr.hxx64 class WMFWriter class
220 WMFWriter() {} in WMFWriter() function in WMFWriter