LibreOffice Module vcl (master) 1
Classes | Macros
impgraph.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <comphelper/fileformat.h>
#include <o3tl/make_shared.hxx>
#include <tools/fract.hxx>
#include <tools/vcompat.hxx>
#include <tools/urlobj.hxx>
#include <tools/stream.hxx>
#include <unotools/ucbhelper.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/tempfile.hxx>
#include <utility>
#include <vcl/filter/SvmReader.hxx>
#include <vcl/filter/SvmWriter.hxx>
#include <vcl/outdev.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/virdev.hxx>
#include <vcl/gfxlink.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/graph.hxx>
#include <vcl/metaact.hxx>
#include <impgraph.hxx>
#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <vcl/dibtools.hxx>
#include <map>
#include <memory>
#include <vcl/gdimetafiletools.hxx>
#include <vcl/TypeSerializer.hxx>
#include <vcl/pdfread.hxx>
#include <graphic/VectorGraphicLoader.hxx>
Include dependency graph for impgraph.cxx:

Go to the source code of this file.

Classes

class  ImpSwapFile
 

Macros

#define GRAPHIC_MTFTOBMP_MAXEXT   2048
 
#define GRAPHIC_STREAMBUFSIZE   8192UL
 
#define SWAP_FORMAT_ID   COMPAT_FORMAT( 'S', 'W', 'A', 'P' )
 

Macro Definition Documentation

◆ GRAPHIC_MTFTOBMP_MAXEXT

#define GRAPHIC_MTFTOBMP_MAXEXT   2048

Definition at line 53 of file impgraph.cxx.

◆ GRAPHIC_STREAMBUFSIZE

#define GRAPHIC_STREAMBUFSIZE   8192UL

Definition at line 54 of file impgraph.cxx.

◆ SWAP_FORMAT_ID

#define SWAP_FORMAT_ID   COMPAT_FORMAT( 'S', 'W', 'A', 'P' )

Definition at line 56 of file impgraph.cxx.