|
LibreOffice Module sdext (master) 1
|
#include <pdfparse.hxx>
Public Member Functions | |
| PDFBool (bool bVal) | |
| virtual | ~PDFBool () override |
| virtual bool | emit (EmitContext &rWriteContext) const override |
| virtual PDFEntry * | clone () const override |
Public Member Functions inherited from pdfparse::PDFValue | |
| PDFValue () | |
| virtual | ~PDFValue () override |
Public Member Functions inherited from pdfparse::PDFEntry | |
| PDFEntry () | |
| virtual | ~PDFEntry () |
| virtual bool | emit (EmitContext &rWriteContext) const =0 |
| virtual PDFEntry * | clone () const =0 |
Public Attributes | |
| bool | m_bValue |
Additional Inherited Members | |
Static Protected Member Functions inherited from pdfparse::PDFEntry | |
| static EmitImplData * | getEmitData (EmitContext const &rContext) |
| static void | setEmitData (EmitContext &rContext, EmitImplData *pNewEmitData) |
Definition at line 127 of file pdfparse.hxx.
|
inlineexplicit |
Definition at line 131 of file pdfparse.hxx.
Referenced by clone().
|
overridevirtual |
Definition at line 395 of file pdfentries.cxx.
|
overridevirtual |
Implements pdfparse::PDFEntry.
Definition at line 404 of file pdfentries.cxx.
|
overridevirtual |
Implements pdfparse::PDFEntry.
Definition at line 399 of file pdfentries.cxx.
References m_bValue, and pdfparse::EmitContext::write().
| bool pdfparse::PDFBool::m_bValue |
Definition at line 129 of file pdfparse.hxx.