LibreOffice Module vcl (master) 1
|
#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>
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' ) |
#define GRAPHIC_MTFTOBMP_MAXEXT 2048 |
Definition at line 53 of file impgraph.cxx.
#define GRAPHIC_STREAMBUFSIZE 8192UL |
Definition at line 54 of file impgraph.cxx.
#define SWAP_FORMAT_ID COMPAT_FORMAT( 'S', 'W', 'A', 'P' ) |
Definition at line 56 of file impgraph.cxx.