LibreOffice Module vcl (master) 1
|
Boolean object: a 'true' or a 'false'. More...
#include <pdfdocument.hxx>
Public Member Functions | |
PDFBooleanElement (bool bValue) | |
bool | Read (SvStream &rStream) override |
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 | |
bool | m_aValue |
Boolean object: a 'true' or a 'false'.
Definition at line 458 of file pdfdocument.hxx.
|
inlineexplicit |
Definition at line 463 of file pdfdocument.hxx.
|
overridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 2183 of file pdfdocument.cxx.
|
inlineoverridevirtual |
Implements vcl::filter::PDFElement.
Definition at line 470 of file pdfdocument.hxx.
|
private |
Definition at line 460 of file pdfdocument.hxx.