|
LibreOffice Module vcl (master) 1
|
Name object: a key string. More...
#include <pdfdocument.hxx>
Public Member Functions | |
| PDFNameElement () | |
| bool | Read (SvStream &rStream) override |
| void | SetValue (const OString &rValue) |
| const OString & | GetValue () const |
| sal_uInt64 | GetLocation () const |
| sal_uInt64 | GetLength () const |
| void | writeString (OStringBuffer &rBuffer) 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 | |
| OString | m_aValue |
| sal_uInt64 | m_nLocation = 0 |
| Offset after the '/' token. More... | |
Name object: a key string.
Definition at line 222 of file pdfdocument.hxx.
|
default |
References Read.
|
inline |
Definition at line 234 of file pdfdocument.hxx.
| sal_uInt64 vcl::filter::PDFNameElement::GetLocation | ( | ) | const |
Definition at line 2850 of file pdfdocument.cxx.
References m_nLocation.
| const OString & vcl::filter::PDFNameElement::GetValue | ( | ) | const |
Definition at line 2848 of file pdfdocument.cxx.
References m_aValue.
Referenced by vcl::filter::PDFDocument::Tokenize().
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2811 of file pdfdocument.cxx.
References aBuf, ch, SvStream::eof(), m_aValue, m_nLocation, SvStream::ReadChar(), SAL_INFO, SAL_WARN, SvStream::SeekRel(), and SvStream::Tell().
|
inline |
Definition at line 231 of file pdfdocument.hxx.
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 236 of file pdfdocument.hxx.
|
private |
Definition at line 224 of file pdfdocument.hxx.
Referenced by GetValue(), and Read().
|
private |
Offset after the '/' token.
Definition at line 226 of file pdfdocument.hxx.
Referenced by GetLocation(), and Read().