LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
vcl::filter::PDFEndDictionaryElement Class Referencefinal

End of a dictionary: '>>'. More...

#include <pdfdocument.hxx>

Inheritance diagram for vcl::filter::PDFEndDictionaryElement:
[legend]
Collaboration diagram for vcl::filter::PDFEndDictionaryElement:
[legend]

Public Member Functions

 PDFEndDictionaryElement ()
 
bool Read (SvStream &rStream) override
 
sal_uInt64 GetLocation () const
 
void writeString (OStringBuffer &) override
 
- Public Member Functions inherited from vcl::filter::PDFElement
 PDFElement ()=default
 
virtual bool Read (SvStream &rStream)=0
 
virtual ~PDFElement ()=default
 
void setVisiting (bool bVisiting)
 
bool alreadyVisiting () const
 
void setParsing (bool bParsing)
 
bool alreadyParsing () const
 
virtual void writeString (OStringBuffer &rBuffer)=0
 

Private Attributes

sal_uInt64 m_nLocation = 0
 Offset before the '>>' token. More...
 

Detailed Description

End of a dictionary: '>>'.

Definition at line 412 of file pdfdocument.hxx.

Constructor & Destructor Documentation

◆ PDFEndDictionaryElement()

vcl::filter::PDFEndDictionaryElement::PDFEndDictionaryElement ( )
default

References Read.

Member Function Documentation

◆ GetLocation()

sal_uInt64 vcl::filter::PDFEndDictionaryElement::GetLocation ( ) const

Definition at line 2778 of file pdfdocument.cxx.

References m_nLocation.

◆ Read()

bool vcl::filter::PDFEndDictionaryElement::Read ( SvStream rStream)
overridevirtual

◆ writeString()

void vcl::filter::PDFEndDictionaryElement::writeString ( OStringBuffer &  )
inlineoverridevirtual

Implements vcl::filter::PDFElement.

Definition at line 422 of file pdfdocument.hxx.

Member Data Documentation

◆ m_nLocation

sal_uInt64 vcl::filter::PDFEndDictionaryElement::m_nLocation = 0
private

Offset before the '>>' token.

Definition at line 415 of file pdfdocument.hxx.

Referenced by GetLocation(), and Read().


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