LibreOffice Module sdext (master) 1
Public Member Functions | Public Attributes | List of all members
pdfparse::PDFContainer Struct Reference

#include <pdfparse.hxx>

Inheritance diagram for pdfparse::PDFContainer:
[legend]
Collaboration diagram for pdfparse::PDFContainer:
[legend]

Public Member Functions

 PDFContainer ()
 
virtual ~PDFContainer () override
 
bool emitSubElements (EmitContext &rWriteContext) const
 
void cloneSubElements (std::vector< std::unique_ptr< PDFEntry > > &rNewSubElements) const
 
PDFObjectfindObject (unsigned int nNumber, unsigned int nGeneration) const
 
PDFObjectfindObject (PDFObjectRef const *pRef) const
 
- Public Member Functions inherited from pdfparse::PDFEntry
 PDFEntry ()
 
virtual ~PDFEntry ()
 
virtual bool emit (EmitContext &rWriteContext) const =0
 
virtual PDFEntryclone () const =0
 

Public Attributes

sal_Int32 m_nOffset
 
std::vector< std::unique_ptr< PDFEntry > > m_aSubElements
 

Additional Inherited Members

- Static Protected Member Functions inherited from pdfparse::PDFEntry
static EmitImplDatagetEmitData (EmitContext const &rContext)
 
static void setEmitData (EmitContext &rContext, EmitImplData *pNewEmitData)
 

Detailed Description

Definition at line 159 of file pdfparse.hxx.

Constructor & Destructor Documentation

◆ PDFContainer()

pdfparse::PDFContainer::PDFContainer ( )
inline

Definition at line 166 of file pdfparse.hxx.

◆ ~PDFContainer()

PDFContainer::~PDFContainer ( )
overridevirtual

Definition at line 444 of file pdfentries.cxx.

Member Function Documentation

◆ cloneSubElements()

void PDFContainer::cloneSubElements ( std::vector< std::unique_ptr< PDFEntry > > &  rNewSubElements) const

◆ emitSubElements()

bool PDFContainer::emitSubElements ( EmitContext rWriteContext) const

◆ findObject() [1/2]

PDFObject * pdfparse::PDFContainer::findObject ( PDFObjectRef const *  pRef) const
inline

◆ findObject() [2/2]

PDFObject * PDFContainer::findObject ( unsigned int  nNumber,
unsigned int  nGeneration 
) const

Member Data Documentation

◆ m_aSubElements

std::vector<std::unique_ptr<PDFEntry> > pdfparse::PDFContainer::m_aSubElements

◆ m_nOffset

sal_Int32 pdfparse::PDFContainer::m_nOffset

Definition at line 161 of file pdfparse.hxx.

Referenced by pdfi::getAdditionalStream().


The documentation for this struct was generated from the following files: