|
LibreOffice Module vcl (master) 1
|
#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>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) |
| #define EPS_PREVIEW_EPSI 2 |
Definition at line 53 of file filter/eps/eps.cxx.
| #define EPS_PREVIEW_TIFF 1 |
Definition at line 52 of file filter/eps/eps.cxx.
| #define POSTSCRIPT_BOUNDINGSEARCH 0x1000 |
Definition at line 49 of file filter/eps/eps.cxx.
| #define PS_LINESIZE 70 |
Definition at line 55 of file filter/eps/eps.cxx.
| bool ExportEpsGraphic | ( | SvStream & | rStream, |
| const Graphic & | rGraphic, | ||
| FilterConfigItem * | pFilterConfigItem | ||
| ) |
Definition at line 2661 of file filter/eps/eps.cxx.
Referenced by GraphicFilter::ExportGraphic().