LibreOffice Module vcl (master) 1
|
End of an array: ']'. More...
#include <pdfdocument.hxx>
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... | |
End of an array: ']'.
Definition at line 444 of file pdfdocument.hxx.
|
default |
References Read.
sal_uInt64 vcl::filter::PDFEndArrayElement::GetOffset | ( | ) | const |
Definition at line 2925 of file pdfdocument.cxx.
References m_nOffset.
|
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().
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 454 of file pdfdocument.hxx.
|
private |
Location before the ']' token.
Definition at line 447 of file pdfdocument.hxx.
Referenced by GetOffset(), and Read().