Home
last modified time | relevance | path

Searched refs:ePdfError_NoXRef (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfXRefStreamParserObject.cpp66 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in Parse()
72 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in Parse()
78 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in Parse()
83 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in Parse()
101 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRefTable()
110 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRefTable()
131 PODOFO_RAISE_ERROR_INFO( ePdfError_NoXRef, in ParseStream()
136 PODOFO_RAISE_ERROR_INFO( ePdfError_NoXRef, in ParseStream()
182 PODOFO_RAISE_ERROR_INFO( ePdfError_NoXRef, "Invalid count in XRef stream" ); in ParseStream()
212 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in GetIndeces()
[all …]
H A DPdfParser.cpp663 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRef()
667 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRef()
723 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRefContents()
935 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in ReadXRefSubsection()
1347 ePdfError_NoXRef, in FindToken()
1357 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in FindToken()
1392 ePdfError_NoXRef, in FindToken2()
1402 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in FindToken2()
H A DPdfError.cpp246 case ePdfError_NoXRef: in ErrorName()
424 case ePdfError_NoXRef: in ErrorMessage()
H A DPdfError.h81 ePdfError_NoXRef, /**< The PDF file has no or an invalid XRef table. */ enumerator
H A DPdfXRef.cpp306 PODOFO_RAISE_ERROR( ePdfError_NoXRef ); in MergeBlocks()
/dports/graphics/podofo/podofo-0.9.7/test/unit/
H A DParserTest.cpp646 ….GetError() == PoDoFo::ePdfError_ValueOutOfRange || error.GetError() == PoDoFo::ePdfError_NoXRef ); in testReadXRefSubsection()
1096 …== PoDoFo::ePdfError_ValueOutOfRange || error.GetError() == PoDoFo::ePdfError_NoXRef || error.GetE… in testReadXRefSubsection()
1212 …CPPUNIT_ASSERT( error.GetError() == PoDoFo::ePdfError_NoXRef || error.GetError() == PoDoFo::ePdfEr… in testReadXRefStreamContents()
1270 CPPUNIT_ASSERT( error.GetError() == PoDoFo::ePdfError_NoXRef ); in testReadXRefStreamContents()
1438 CPPUNIT_ASSERT( error.GetError() == PoDoFo::ePdfError_NoXRef ); in testReadXRefStreamContents()
1768 CPPUNIT_ASSERT( error.GetError() == PoDoFo::ePdfError_NoXRef ); in testReadXRefStreamContents()
1823 CPPUNIT_ASSERT( error.GetError() == PoDoFo::ePdfError_NoXRef ); in testReadXRefStreamContents()