Searched refs:PDFBool (Results 1 – 3 of 3) sorted by relevance
128 struct PDFBool : public PDFValue struct132 PDFBool( bool bVal ) in PDFBool() function134 virtual ~PDFBool();
407 PDFBool::~PDFBool() in ~PDFBool()411 bool PDFBool::emit( EmitContext& rWriteContext ) const in emit()416 PDFEntry* PDFBool::clone() const in clone()418 return new PDFBool( m_bValue ); in clone()
398 insertNewValue( new PDFBool( (last-first == 4) ), first ); in pushBool()
Completed in 20 milliseconds