LibreOffice Module vcl (master) 1
|
#include <pdfdocument.hxx>
Public Member Functions | |
PDFObjectParser (std::vector< std::unique_ptr< PDFElement > > const &rElements) | |
size_t | parse (PDFElement *pParsingElement, size_t nStartIndex=0, int nCurrentDepth=0) |
Private Attributes | |
const std::vector< std::unique_ptr< PDFElement > > & | mrElements |
Definition at line 628 of file pdfdocument.hxx.
|
inline |
Definition at line 633 of file pdfdocument.hxx.
size_t vcl::filter::PDFObjectParser::parse | ( | PDFElement * | pParsingElement, |
size_t | nStartIndex = 0 , |
||
int | nCurrentDepth = 0 |
||
) |
Definition at line 2929 of file pdfdocument.cxx.
References aName, get(), vcl::filter::PDFNumberElement::GetLength(), vcl::filter::PDFNumberElement::GetLocation(), i, mrElements, nIndex, nLength, parse(), SAL_INFO, and vcl::filter::PDFElement::setParsing().
Referenced by vcl::filter::PDFTrailerElement::Lookup(), parse(), and vcl::filter::PDFObjectElement::parseIfNecessary().
|
private |
Definition at line 630 of file pdfdocument.hxx.
Referenced by parse().