/trunk/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 236 nRet = pHdl( pInFile, pOutFile, pPDFFile ); in handleFile() 245 int write_unzipFile( const char* pInFile, const char* pOutFile, PDFFile* pPDFFile ) in write_unzipFile() argument 247 FileEmitContext aContext( pOutFile, pInFile, pPDFFile ); in write_unzipFile() 273 rtl::OStringBuffer aOutStream( pOutFile ); in write_addStreamArray() 294 int write_addStreams( const char* pInFile, const char* pOutFile, PDFFile* pPDFFile ) in write_addStreams() argument 434 const char* pOutFile = NULL; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 502 else if( pOutFile == NULL ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 503 pOutFile = argv[nArg]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 510 if( ! pOutFile ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 523 pOutFile = aOutFile.getStr(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 442 GlyphSet::PSDefineReencodedFont (osl::File* pOutFile, sal_Int32 nGlyphSetID) in PSDefineReencodedFont() argument 463 psp::WritePS (pOutFile, pEncodingVector); in PSDefineReencodedFont() 698 GlyphSet::PSUploadEncoding(osl::File* pOutFile, PrinterGfx &rGfx) in PSUploadEncoding() argument 717 PSDefineReencodedFont (pOutFile, nGlyphSetID); in PSUploadEncoding() 771 psp::WritePS (pOutFile, pEncodingVector); in PSUploadEncoding() 777 psp::WritePS (pOutFile, pEncodingVector); in PSUploadEncoding() 779 PSDefineReencodedFont (pOutFile, nGlyphSetID); in PSUploadEncoding()
|
H A D | glyphset.hxx | 68 void PSDefineReencodedFont (osl::File* pOutFile, 123 sal_Bool PSUploadEncoding(osl::File* pOutFile, PrinterGfx &rGfx);
|
/trunk/main/tools/source/communi/ |
H A D | parser.cxx | 426 SvFileStream *pOutFile = new SvFileStream( rSourceFile, STREAM_STD_WRITE | STREAM_TRUNC ); in Save() local 428 if ( !Save( *pOutFile, pSaveList )) { in Save() 429 delete pOutFile; in Save() 432 delete pOutFile; in Save()
|
/trunk/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 79 FILE* pOutFile, const char* pReqFontName, in CreateFontSubset() argument 85 mpOutFile = pOutFile; in CreateFontSubset()
|
H A D | cff.cxx | 1919 explicit Type1Emitter( FILE* pOutFile, bool bPfbSubset = true); 1959 Type1Emitter::Type1Emitter( FILE* pOutFile, bool bPfbSubset) in Type1Emitter() argument 1960 : mpFileOut( pOutFile) in Type1Emitter()
|
/trunk/main/vcl/inc/ |
H A D | fontsubset.hxx | 61 FILE* pOutFile, const char* pOutFontName,
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1554 FILE* pOutFile = fopen( aToFile.GetBuffer(), "wb" ); in CreateFontSubset() local 1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 1558 fclose( pOutFile ); in CreateFontSubset()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2073 FILE* pOutFile = fopen( aToFile.GetBuffer(), "wb" ); in CreateFontSubset() local 2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 2076 fclose( pOutFile ); in CreateFontSubset()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2764 FILE* pOutFile = fopen( aToFile.GetBuffer(), "wb" ); in CreateFontSubset() local 2766 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 2768 fclose( pOutFile ); in CreateFontSubset()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3708 FILE* pOutFile = fopen( aToFile.GetBuffer(), "wb" ); in createFontSubset() local 3713 pOutFile, pGlyphSetName, in createFontSubset() 3715 fclose( pOutFile ); in createFontSubset()
|