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

End of an array: ']'. More...

#include <pdfdocument.hxx>

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

Public Member Functions

 PDFEndArrayElement ()
 
bool Read (SvStream &rStream) override
 
sal_uInt64 GetOffset () 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_nOffset = 0
 Location before the ']' token. More...
 

Detailed Description

End of an array: ']'.

Definition at line 444 of file pdfdocument.hxx.

Constructor & Destructor Documentation

◆ PDFEndArrayElement()

vcl::filter::PDFEndArrayElement::PDFEndArrayElement ( )
default

References Read.

Member Function Documentation

◆ GetOffset()

sal_uInt64 vcl::filter::PDFEndArrayElement::GetOffset ( ) const

Definition at line 2925 of file pdfdocument.cxx.

References m_nOffset.

◆ Read()

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

Implements vcl::filter::PDFElement.

Definition at line 2909 of file pdfdocument.cxx.

References ch, m_nOffset, SvStream::ReadChar(), SAL_INFO, SAL_WARN, and SvStream::Tell().

◆ writeString()

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

Implements vcl::filter::PDFElement.

Definition at line 454 of file pdfdocument.hxx.

Member Data Documentation

◆ m_nOffset

sal_uInt64 vcl::filter::PDFEndArrayElement::m_nOffset = 0
private

Location before the ']' token.

Definition at line 447 of file pdfdocument.hxx.

Referenced by GetOffset(), and Read().


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