|
LibreOffice Module vcl (master) 1
|
Hex string: in <AABB> 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 |
Hex string: in <AABB> form.
Definition at line 345 of file pdfdocument.hxx.
| const OString & vcl::filter::PDFHexStringElement::GetValue | ( | ) | const |
Definition at line 2215 of file pdfdocument.cxx.
References m_aValue.
Referenced by vcl::filter::PDFDocument::DecodeHexString().
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2187 of file pdfdocument.cxx.
References aBuf, ch, SvStream::eof(), m_aValue, SvStream::ReadChar(), and SAL_INFO.
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 353 of file pdfdocument.hxx.
|
private |
Definition at line 347 of file pdfdocument.hxx.
Referenced by GetValue(), and Read().