Home
last modified time | relevance | path

Searched refs:PDFBool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx128 struct PDFBool : public PDFValue struct
132 PDFBool( bool bVal ) in PDFBool() argument
134 virtual ~PDFBool();
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx407 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()
H A Dpdfparse.cxx398 insertNewValue( new PDFBool( (last-first == 4) ), first ); in pushBool()

Completed in 19 milliseconds