Home
last modified time | relevance | path

Searched refs:ePdfError_FileNotFound (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfInputDevice.cpp62 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in PdfInputDevice()
68 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in PdfInputDevice()
88 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in PdfInputDevice()
96 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in PdfInputDevice()
117 PODOFO_RAISE_ERROR( ePdfError_FileNotFound ); in PdfInputDevice()
123 PODOFO_RAISE_ERROR( ePdfError_FileNotFound ); in PdfInputDevice()
135 PODOFO_RAISE_ERROR( ePdfError_FileNotFound ); in PdfInputDevice()
H A DPdfInputStream.cpp50 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in PdfFileInputStream()
60 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in PdfFileInputStream()
H A DPdfOutputDevice.cpp67 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in PdfOutputDevice()
96 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in PdfOutputDevice()
H A DPdfOutputStream.cpp50 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in PdfFileOutputStream()
H A DPdfError.cpp216 case ePdfError_FileNotFound: in ErrorName()
394 case ePdfError_FileNotFound: in ErrorMessage()
H A DPdfError.h69 ePdfError_FileNotFound, /**< A file was not found or cannot be opened. */ enumerator
H A DPdfParser.cpp203 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in ParseFile()
220 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in ParseFile()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontType1.cpp147 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, m_pMetrics->GetFilename() ); in EmbedSubsetFont()
459 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, m_pMetrics->GetFilename() ); in EmbedFontFile()
H A DPdfImage.cpp682 PODOFO_RAISE_ERROR_INFO( ePdfError_FileNotFound, pszFilename ); in LoadFromTiff()
704 PdfError e( ePdfError_FileNotFound, __FILE__, __LINE__ ); in LoadFromTiff()