|
LibreOffice Module vcl (master) 1
|
End of a dictionary: '>>'. More...
#include <pdfdocument.hxx>
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... | |
End of a dictionary: '>>'.
Definition at line 412 of file pdfdocument.hxx.
|
default |
References Read.
| sal_uInt64 vcl::filter::PDFEndDictionaryElement::GetLocation | ( | ) | const |
Definition at line 2778 of file pdfdocument.cxx.
References m_nLocation.
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2780 of file pdfdocument.cxx.
References ch, SvStream::eof(), m_nLocation, SvStream::ReadChar(), SAL_INFO, SAL_WARN, and SvStream::Tell().
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 422 of file pdfdocument.hxx.
|
private |
Offset before the '>>' token.
Definition at line 415 of file pdfdocument.hxx.
Referenced by GetLocation(), and Read().