LibreOffice Module vcl (master) 1
|
Literal string: in (asdf) form. More...
#include <pdfdocument.hxx>
Public Member Functions | |
bool | Read (SvStream &rStream) override |
const OString & | GetValue () 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 |
Literal string: in (asdf) form.
Definition at line 362 of file pdfdocument.hxx.
const OString & vcl::filter::PDFLiteralStringElement::GetValue | ( | ) | const |
Definition at line 2257 of file pdfdocument.cxx.
References m_aValue.
Referenced by vcl::filter::PDFDocument::GetNextSignature().
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2217 of file pdfdocument.cxx.
References aBuf, ch, SvStream::eof(), m_aValue, SvStream::ReadChar(), and SAL_INFO.
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 370 of file pdfdocument.hxx.
|
private |
Definition at line 364 of file pdfdocument.hxx.
Referenced by GetValue(), and Read().