LibreOffice Module vcl (master) 1
Macros | Functions
filter/eps/eps.cxx File Reference
#include <filter/EpsWriter.hxx>
#include <tools/stream.hxx>
#include <tools/poly.hxx>
#include <tools/fract.hxx>
#include <tools/helpers.hxx>
#include <unotools/resmgr.hxx>
#include <vcl/svapp.hxx>
#include <vcl/metaact.hxx>
#include <vcl/graph.hxx>
#include <vcl/BitmapReadAccess.hxx>
#include <vcl/region.hxx>
#include <vcl/font.hxx>
#include <vcl/virdev.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/gradient.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/FilterConfigItem.hxx>
#include <vcl/graphictools.hxx>
#include <vcl/weld.hxx>
#include <strings.hrc>
#include <osl/diagnose.h>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <officecfg/Office/Common.hxx>
#include <cstdlib>
#include <memory>
Include dependency graph for filter/eps/eps.cxx:

Go to the source code of this file.

Macros

#define POSTSCRIPT_BOUNDINGSEARCH   0x1000
 
#define EPS_PREVIEW_TIFF   1
 
#define EPS_PREVIEW_EPSI   2
 
#define PS_LINESIZE   70
 

Functions

bool ExportEpsGraphic (SvStream &rStream, const Graphic &rGraphic, FilterConfigItem *pFilterConfigItem)
 

Macro Definition Documentation

◆ EPS_PREVIEW_EPSI

#define EPS_PREVIEW_EPSI   2

Definition at line 53 of file filter/eps/eps.cxx.

◆ EPS_PREVIEW_TIFF

#define EPS_PREVIEW_TIFF   1

Definition at line 52 of file filter/eps/eps.cxx.

◆ POSTSCRIPT_BOUNDINGSEARCH

#define POSTSCRIPT_BOUNDINGSEARCH   0x1000

Definition at line 49 of file filter/eps/eps.cxx.

◆ PS_LINESIZE

#define PS_LINESIZE   70

Definition at line 55 of file filter/eps/eps.cxx.

Function Documentation

◆ ExportEpsGraphic()

bool ExportEpsGraphic ( SvStream rStream,
const Graphic rGraphic,
FilterConfigItem pFilterConfigItem 
)

Definition at line 2661 of file filter/eps/eps.cxx.

Referenced by GraphicFilter::ExportGraphic().