LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
PDFEncryptionProperties () | |
bool | Encrypt () const |
Public Attributes | |
bool | CanPrintTheDocument |
bool | CanModifyTheContent |
bool | CanCopyOrExtract |
bool | CanAddOrModify |
bool | CanFillInteractive |
bool | CanExtractForAccessibility |
bool | CanAssemble |
bool | CanPrintFull |
std::vector< sal_uInt8 > | OValue |
std::vector< sal_uInt8 > | UValue |
std::vector< sal_uInt8 > | EncryptionKey |
std::vector< sal_uInt8 > | DocumentIdentifier |
Definition at line 514 of file pdfwriter.hxx.
|
inline |
Definition at line 540 of file pdfwriter.hxx.
|
inline |
Definition at line 552 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::appendLiteralStringEncrypt(), vcl::PDFWriterImpl::appendUnicodeTextStringEncrypt(), vcl::PDFWriterImpl::checkAndEnableStreamEncryption(), vcl::PDFWriterImpl::emitTrailer(), vcl::PDFWriterImpl::enableStringEncryption(), vcl::PDFWriterImpl::PDFWriterImpl(), and vcl::PDFWriterImpl::writeBitmapObject().
bool vcl::PDFWriter::PDFEncryptionProperties::CanAddOrModify |
Definition at line 521 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanAssemble |
Definition at line 525 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanCopyOrExtract |
Definition at line 520 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanExtractForAccessibility |
Definition at line 524 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanFillInteractive |
Definition at line 523 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanModifyTheContent |
Definition at line 519 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanPrintFull |
Definition at line 526 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
bool vcl::PDFWriter::PDFEncryptionProperties::CanPrintTheDocument |
Definition at line 518 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions().
std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::DocumentIdentifier |
Definition at line 537 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeEncryptionKey(), vcl::PDFWriterImpl::computeUDictionaryValue(), vcl::PDFWriterImpl::emitTrailer(), and vcl::PDFWriterImpl::setupDocInfo().
std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::EncryptionKey |
Definition at line 536 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::checkAndEnableStreamEncryption(), vcl::PDFWriterImpl::computeEncryptionKey(), vcl::PDFWriterImpl::computeUDictionaryValue(), vcl::PDFWriterImpl::enableStringEncryption(), vcl::PDFWriterImpl::PDFWriterImpl(), and vcl::PDFWriterImpl::prepareEncryption().
std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::OValue |
Definition at line 534 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeEncryptionKey(), vcl::PDFWriterImpl::emitTrailer(), vcl::PDFWriterImpl::PDFWriterImpl(), and vcl::PDFWriterImpl::prepareEncryption().
std::vector<sal_uInt8> vcl::PDFWriter::PDFEncryptionProperties::UValue |
Definition at line 535 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::computeUDictionaryValue(), vcl::PDFWriterImpl::emitTrailer(), vcl::PDFWriterImpl::PDFWriterImpl(), and vcl::PDFWriterImpl::prepareEncryption().