|
LibreOffice Module vcl (master) 1
|
A one-liner comment. More...
#include <pdfdocument.hxx>
Public Member Functions | |
| PDFCommentElement (PDFDocument &rDoc) | |
| bool | Read (SvStream &rStream) override |
| 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 | |
| PDFDocument & | m_rDoc |
| OString | m_aComment |
A one-liner comment.
Definition at line 400 of file pdfdocument.hxx.
|
explicit |
Definition at line 2099 of file pdfdocument.cxx.
References m_rDoc.
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2104 of file pdfdocument.cxx.
References aBuf, ch, SvStream::eof(), m_aComment, m_rDoc, nPos, vcl::filter::PDFDocument::PushBackEOF(), SvStream::ReadChar(), SAL_INFO, SvStream::SeekRel(), and SvStream::Tell().
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 408 of file pdfdocument.hxx.
|
private |
Definition at line 403 of file pdfdocument.hxx.
Referenced by Read().
|
private |
Definition at line 402 of file pdfdocument.hxx.
Referenced by Read().