LibreOffice Module vcl (master) 1
Namespaces
PDFiumLibrary.cxx File Reference
#include <vcl/filter/PDFiumLibrary.hxx>
#include <cassert>
#include <sal/log.hxx>
#include <fpdf_doc.h>
#include <fpdf_annot.h>
#include <fpdf_edit.h>
#include <fpdf_text.h>
#include <fpdf_save.h>
#include <fpdf_signature.h>
#include <fpdf_formfill.h>
#include <osl/endian.h>
#include <vcl/bitmap.hxx>
#include <tools/stream.hxx>
#include <tools/UnitConversion.hxx>
#include <o3tl/string_view.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
Include dependency graph for PDFiumLibrary.cxx:

Go to the source code of this file.

Namespaces

namespace  vcl
 
namespace  vcl::pdf
 

Variable Documentation

◆ m_aFormCallbacks

FPDF_FORMFILLINFO m_aFormCallbacks
private

Definition at line 430 of file PDFiumLibrary.cxx.

◆ m_pFormHandle

std::unique_ptr<PDFiumFormHandle> m_pFormHandle
private

Definition at line 431 of file PDFiumLibrary.cxx.

◆ maLastError

OUString maLastError
private

Definition at line 460 of file PDFiumLibrary.cxx.

◆ mpAnnotation

FPDF_ANNOTATION mpAnnotation
private

Definition at line 238 of file PDFiumLibrary.cxx.

◆ mpBitmap

FPDF_BITMAP mpBitmap
private

Definition at line 199 of file PDFiumLibrary.cxx.

◆ mpHandle

FPDF_FORMHANDLE mpHandle
private

Definition at line 415 of file PDFiumLibrary.cxx.

◆ mpPage

FPDF_PAGE mpPage
private

Definition at line 369 of file PDFiumLibrary.cxx.

◆ mpPageObject

FPDF_PAGEOBJECT mpPageObject
private

Definition at line 277 of file PDFiumLibrary.cxx.

◆ mpPathSegment

FPDF_PATHSEGMENT mpPathSegment
private

Definition at line 222 of file PDFiumLibrary.cxx.

◆ mpPdfDocument

FPDF_DOCUMENT mpPdfDocument
private

Definition at line 429 of file PDFiumLibrary.cxx.

◆ mpSearchHandle

FPDF_SCHHANDLE mpSearchHandle
private

Definition at line 310 of file PDFiumLibrary.cxx.

◆ mpSignature

FPDF_SIGNATURE mpSignature
private

Definition at line 351 of file PDFiumLibrary.cxx.

◆ mpTextPage

FPDF_TEXTPAGE mpTextPage
private

Definition at line 328 of file PDFiumLibrary.cxx.