LibreOffice Module sdext (master) 1
|
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] = {} |
Definition at line 1013 of file pdfentries.cxx.
|
inline |
Definition at line 1028 of file pdfentries.cxx.
|
inline |
Definition at line 1039 of file pdfentries.cxx.
References m_aCipher.
rtlCipher pdfparse::PDFFileImplData::m_aCipher |
Definition at line 1024 of file pdfentries.cxx.
Referenced by ~PDFFileImplData().
sal_uInt8 pdfparse::PDFFileImplData::m_aDecryptionKey[ENCRYPTION_KEY_LEN+5] = {} |
Definition at line 1026 of file pdfentries.cxx.
OString pdfparse::PDFFileImplData::m_aDocID |
Definition at line 1023 of file pdfentries.cxx.
sal_uInt8 pdfparse::PDFFileImplData::m_aOEntry[32] = {} |
Definition at line 1020 of file pdfentries.cxx.
sal_uInt8 pdfparse::PDFFileImplData::m_aUEntry[32] = {} |
Definition at line 1021 of file pdfentries.cxx.
bool pdfparse::PDFFileImplData::m_bIsEncrypted |
Definition at line 1015 of file pdfentries.cxx.
Referenced by pdfparse::PDFFile::isEncrypted().
bool pdfparse::PDFFileImplData::m_bStandardHandler |
Definition at line 1016 of file pdfentries.cxx.
sal_uInt32 pdfparse::PDFFileImplData::m_nAlgoVersion |
Definition at line 1017 of file pdfentries.cxx.
sal_uInt32 pdfparse::PDFFileImplData::m_nKeyLength |
Definition at line 1019 of file pdfentries.cxx.
sal_uInt32 pdfparse::PDFFileImplData::m_nPEntry |
Definition at line 1022 of file pdfentries.cxx.
sal_uInt32 pdfparse::PDFFileImplData::m_nStandardRevision |
Definition at line 1018 of file pdfentries.cxx.