LibreOffice Module vcl (master) 1
|
#include <sal/config.h>
#include <map>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include <memory>
#include <string_view>
#include <vector>
#include <stack>
#include <pdf/ResourceDict.hxx>
#include <pdf/BitmapID.hxx>
#include <pdf/Matrix3.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <osl/file.hxx>
#include <rtl/cipher.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/gradient.hxx>
#include <vcl/graphictools.hxx>
#include <vcl/hatch.hxx>
#include <vcl/virdev.hxx>
#include <vcl/pdfwriter.hxx>
#include <vcl/wall.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/lru_map.hxx>
#include <comphelper/hash.hxx>
#include <tools/stream.hxx>
#include <vcl/BinaryDataContainer.hxx>
#include <vcl/filter/pdfobjectcontainer.hxx>
#include <vcl/settings.hxx>
#include <pdf/ExternalPDFStreams.hxx>
#include <pdf/pdfbuildin_fonts.hxx>
#include <salgdi.hxx>
Go to the source code of this file.
Namespaces | |
namespace | vcl |
namespace | vcl::font |
A PhysicalFontFaceCollection is created by a PhysicalFontCollection and becomes invalid when original PhysicalFontCollection is modified. | |
namespace | vcl::pdf |
namespace | o3tl |
namespace | vcl::filter |
Enumerations | |
enum class | vcl::pdf::GraphicsStateUpdateFlags { vcl::pdf::Font = 0x0001 , vcl::pdf::MapMode = 0x0002 , vcl::pdf::LineColor = 0x0004 , vcl::pdf::FillColor = 0x0008 , vcl::pdf::ClipRegion = 0x0040 , vcl::pdf::LayoutMode = 0x0100 , vcl::pdf::TransparentPercent = 0x0200 , vcl::pdf::DigitLanguage = 0x0400 , vcl::pdf::All = 0x077f } |
enum class | vcl::pdf::Mode { vcl::pdf::DEFAULT , vcl::pdf::NOWRITE } |
Variables | |
constexpr sal_Int32 | ENCRYPTED_PWD_SIZE = 32 |
constexpr sal_Int32 | MD5_DIGEST_SIZE = 16 |
constexpr sal_Int32 | SECUR_128BIT_KEY = 16 |
constexpr sal_Int32 | MAXIMUM_RC4_KEY_LENGTH = SECUR_128BIT_KEY + 3 + 2 |
constexpr sal_Int32 | vcl::pdf::g_nInheritedPageWidth = 595 |
constexpr sal_Int32 | vcl::pdf::g_nInheritedPageHeight = 842 |
|
constexpr |
Definition at line 74 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::computeODictionaryValue(), vcl::PDFWriterImpl::computeUDictionaryValue(), vcl::PDFWriterImpl::initEncryption(), vcl::PDFWriterImpl::padPassword(), and vcl::PDFWriterImpl::PDFWriterImpl().
|
constexpr |
Definition at line 80 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::computeEncryptionKey(), and vcl::PDFWriterImpl::PDFWriterImpl().
|
constexpr |
Definition at line 75 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::computeEncryptionKey(), and vcl::PDFWriterImpl::computeUDictionaryValue().
|
constexpr |
Definition at line 77 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::computeAccessPermissions(), vcl::PDFWriterImpl::computeODictionaryValue(), vcl::PDFWriterImpl::computeUDictionaryValue(), and vcl::PDFWriterImpl::initEncryption().