LibreOffice Module vcl (master) 1
Namespaces | Functions
pdfdocument.cxx File Reference
#include <vcl/filter/pdfdocument.hxx>
#include <pdf/pdfcompat.hxx>
#include <map>
#include <memory>
#include <vector>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/security/XCertificate.hpp>
#include <comphelper/scopeguard.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
#include <rtl/character.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
#include <svl/cryptosign.hxx>
#include <tools/zcodec.hxx>
#include <vcl/pdfwriter.hxx>
#include <o3tl/safeint.hxx>
#include <pdf/objectcopier.hxx>
Include dependency graph for pdfdocument.cxx:

Go to the source code of this file.

Namespaces

namespace  vcl
 
namespace  vcl::filter
 

Functions

static void vcl::filter::visitPages (PDFObjectElement *pPages, std::vector< PDFObjectElement * > &rRet)
 Visits the page tree recursively, looking for page objects. More...