Searched refs:PDFNull (Results 1 – 3 of 3) sorted by relevance
151 struct PDFNull : public PDFValue struct153 PDFNull() {} in PDFNull() function154 virtual ~PDFNull();
421 PDFNull::~PDFNull() in ~PDFNull()425 bool PDFNull::emit( EmitContext& rWriteContext ) const in emit()430 PDFEntry* PDFNull::clone() const in clone()432 return new PDFNull(); in clone()
403 insertNewValue( new PDFNull(), first ); in pushNull()
Completed in 34 milliseconds