LibreOffice Module sdext (master)
1
|
#include <sal/types.h>
#include <config_poppler.h>
#include <GfxState.h>
#include <GfxFont.h>
#include <UnicodeMap.h>
#include <Link.h>
#include <Object.h>
#include <OutputDev.h>
#include <GlobalParams.h>
#include <PDFDoc.h>
#include <unordered_map>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
struct | pdfi::FontAttributes |
class | pdfi::PDFOutDev |
Namespaces | |
pdfi | |
Macros | |
#define | POPPLER_VERSION "0.12.3" |
#define | POPPLER_VERSION_MAJOR 0 |
#define | POPPLER_VERSION_MINOR 12 |
#define | POPPLER_VERSION_MICRO 3 |
#define | POPPLER_CHECK_VERSION(major, minor, micro) |
Typedefs | |
typedef GBool | pdfi::poppler_bool |
typedef unsigned char | Output_t |
typedef std::vector< Output_t > | OutputBuffer |
Variables | |
FILE * | g_binary_out |
#define POPPLER_CHECK_VERSION | ( | major, | |
minor, | |||
micro | |||
) |
Definition at line 66 of file pdfioutdev_gpl.hxx.
Referenced by pdfi::PDFOutDev::drawImage().
#define POPPLER_VERSION "0.12.3" |
Definition at line 61 of file pdfioutdev_gpl.hxx.
#define POPPLER_VERSION_MAJOR 0 |
Definition at line 62 of file pdfioutdev_gpl.hxx.
#define POPPLER_VERSION_MICRO 3 |
Definition at line 64 of file pdfioutdev_gpl.hxx.
#define POPPLER_VERSION_MINOR 12 |
Definition at line 63 of file pdfioutdev_gpl.hxx.
typedef unsigned char Output_t |
Definition at line 300 of file pdfioutdev_gpl.hxx.
typedef std::vector< Output_t > OutputBuffer |
Definition at line 301 of file pdfioutdev_gpl.hxx.
FILE* g_binary_out |
Definition at line 26 of file wrapper_gpl.cxx.
Referenced by main(), pdfi::writeBinaryBuffer(), and pdfi::PDFOutDev::writeFontFile().