LibreOffice Module vcl (master) 1
Functions
wmf.cxx File Reference
#include "emfwr.hxx"
#include "wmfwr.hxx"
#include <vcl/wmf.hxx>
#include <vcl/gdimetafiletools.hxx>
#include <vcl/graph.hxx>
Include dependency graph for wmf.cxx:

Go to the source code of this file.

Functions

bool ReadWindowMetafile (SvStream &rStream, GDIMetaFile &rMTF)
 
bool ConvertGDIMetaFileToWMF (const GDIMetaFile &rMTF, SvStream &rTargetStream, FilterConfigItem const *pConfigItem, bool bPlaceable)
 
bool ConvertGraphicToWMF (const Graphic &rGraphic, SvStream &rTargetStream, FilterConfigItem const *pConfigItem, bool bPlaceable)
 
bool ConvertGDIMetaFileToEMF (const GDIMetaFile &rMTF, SvStream &rTargetStream)
 
bool WriteWindowMetafileBits (SvStream &rStream, const GDIMetaFile &rMTF)
 

Function Documentation

◆ ConvertGDIMetaFileToEMF()

bool ConvertGDIMetaFileToEMF ( const GDIMetaFile rMTF,
SvStream rTargetStream 
)

◆ ConvertGDIMetaFileToWMF()

bool ConvertGDIMetaFileToWMF ( const GDIMetaFile rMTF,
SvStream rTargetStream,
FilterConfigItem const *  pConfigItem,
bool  bPlaceable 
)

◆ ConvertGraphicToWMF()

bool ConvertGraphicToWMF ( const Graphic rGraphic,
SvStream rTargetStream,
FilterConfigItem const *  pConfigItem,
bool  bPlaceable 
)

◆ ReadWindowMetafile()

bool ReadWindowMetafile ( SvStream rStream,
GDIMetaFile rMTF 
)

◆ WriteWindowMetafileBits()

bool WriteWindowMetafileBits ( SvStream rStream,
const GDIMetaFile rMTF 
)

Definition at line 127 of file wmf.cxx.

References WMFWriter::WriteWMF().