Searched refs:pInFile (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sdext/source/pdfimport/test/ |
| H A D | pdfunzip.cxx | 121 void FileEmitContext::openReadFile( const char* pInFile ) in openReadFile() argument 123 OUString aSysFile( OStringToOUString( OString( pInFile ), osl_getThreadTextEncoding() ) ); in openReadFile() 127 fprintf( stderr, "filename conversion \"%s\" failed\n", pInFile ); in openReadFile() 133 fprintf( stderr, "could not open %s\n", pInFile ); in openReadFile() 139 fprintf( stderr, "could not seek to end of %s\n", pInFile ); in openReadFile() 147 fprintf( stderr, "could not get end pos of %s\n", pInFile ); in openReadFile() 221 int handleFile( const char* pInFile, const char* pOutFile, const char* pPassword, PDFFileHdl pHdl ) in handleFile() argument 226 PDFEntry* pEntry = aParser.read( pInFile ); in handleFile() 236 nRet = pHdl( pInFile, pOutFile, pPDFFile ); in handleFile() 245 int write_unzipFile( const char* pInFile, const char* pOutFile, PDFFile* pPDFFile ) in write_unzipFile() argument [all …]
|