LibreOffice Module sdext (master) 1
Public Member Functions | Public Attributes | List of all members
pdfparse::PDFFileImplData Struct Reference

Public Member Functions

 PDFFileImplData ()
 
 ~PDFFileImplData ()
 

Public Attributes

bool m_bIsEncrypted
 
bool m_bStandardHandler
 
sal_uInt32 m_nAlgoVersion
 
sal_uInt32 m_nStandardRevision
 
sal_uInt32 m_nKeyLength
 
sal_uInt8 m_aOEntry [32] = {}
 
sal_uInt8 m_aUEntry [32] = {}
 
sal_uInt32 m_nPEntry
 
OString m_aDocID
 
rtlCipher m_aCipher
 
sal_uInt8 m_aDecryptionKey [ENCRYPTION_KEY_LEN+5] = {}
 

Detailed Description

Definition at line 1013 of file pdfentries.cxx.

Constructor & Destructor Documentation

◆ PDFFileImplData()

pdfparse::PDFFileImplData::PDFFileImplData ( )
inline

Definition at line 1028 of file pdfentries.cxx.

◆ ~PDFFileImplData()

pdfparse::PDFFileImplData::~PDFFileImplData ( )
inline

Definition at line 1039 of file pdfentries.cxx.

References m_aCipher.

Member Data Documentation

◆ m_aCipher

rtlCipher pdfparse::PDFFileImplData::m_aCipher

Definition at line 1024 of file pdfentries.cxx.

Referenced by ~PDFFileImplData().

◆ m_aDecryptionKey

sal_uInt8 pdfparse::PDFFileImplData::m_aDecryptionKey[ENCRYPTION_KEY_LEN+5] = {}

Definition at line 1026 of file pdfentries.cxx.

◆ m_aDocID

OString pdfparse::PDFFileImplData::m_aDocID

Definition at line 1023 of file pdfentries.cxx.

◆ m_aOEntry

sal_uInt8 pdfparse::PDFFileImplData::m_aOEntry[32] = {}

Definition at line 1020 of file pdfentries.cxx.

◆ m_aUEntry

sal_uInt8 pdfparse::PDFFileImplData::m_aUEntry[32] = {}

Definition at line 1021 of file pdfentries.cxx.

◆ m_bIsEncrypted

bool pdfparse::PDFFileImplData::m_bIsEncrypted

Definition at line 1015 of file pdfentries.cxx.

Referenced by pdfparse::PDFFile::isEncrypted().

◆ m_bStandardHandler

bool pdfparse::PDFFileImplData::m_bStandardHandler

Definition at line 1016 of file pdfentries.cxx.

◆ m_nAlgoVersion

sal_uInt32 pdfparse::PDFFileImplData::m_nAlgoVersion

Definition at line 1017 of file pdfentries.cxx.

◆ m_nKeyLength

sal_uInt32 pdfparse::PDFFileImplData::m_nKeyLength

Definition at line 1019 of file pdfentries.cxx.

◆ m_nPEntry

sal_uInt32 pdfparse::PDFFileImplData::m_nPEntry

Definition at line 1022 of file pdfentries.cxx.

◆ m_nStandardRevision

sal_uInt32 pdfparse::PDFFileImplData::m_nStandardRevision

Definition at line 1018 of file pdfentries.cxx.


The documentation for this struct was generated from the following file: