Home
last modified time | relevance | path

Searched refs:PDFValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx84 struct PDFValue : public PDFEntry struct
87 PDFValue() : PDFEntry() {} in PDFValue() argument
88 virtual ~PDFValue();
91 struct PDFName : public PDFValue
96 : PDFValue(), m_aName( rName ) {} in PDFName()
104 struct PDFString : public PDFValue
117 struct PDFNumber : public PDFValue
122 : PDFValue(), m_fValue( fVal ) {} in PDFNumber()
128 struct PDFBool : public PDFValue
133 : PDFValue(), m_bValue( bVal ) {} in PDFBool()
[all …]
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx135 PDFValue::~PDFValue() in ~PDFValue()

Completed in 27 milliseconds