Searched refs:rOutFile (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 251 bool psp::convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile ) in convertPfbToPfa() argument 282 if( rOutFile.write( buffer, 15, nWrite ) || nWrite != 15 ) in convertPfbToPfa() 288 if( rOutFile.write( buffer, nRead, nWrite ) || in convertPfbToPfa() 321 … if( rOutFile.write( pWriteBuffer, nBytesToWrite, nRead ) || nRead != nBytesToWrite ) in convertPfbToPfa() 337 if( rOutFile.write( buffer, nBuffer, nRead ) || nRead != nBuffer ) in convertPfbToPfa() 345 if( rOutFile.write( buffer, nBuffer, nRead ) || nRead != nBuffer ) in convertPfbToPfa()
|
H A D | fontmanager.cxx | 3628 const OUString& rOutFile, in createFontSubset() argument 3691 if( osl_File_E_None != osl_getSystemPathFromFileURL( rOutFile.pData, &aSysPath.pData ) ) in createFontSubset()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | helper.hxx | 46 bool VCL_DLLPUBLIC convertPfbToPfa( osl::File& rInFile, osl::File& rOutFile );
|
H A D | fontmanager.hxx | 646 const rtl::OUString& rOutFile,
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 833 GlyphSet::PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAllowType42, std::list< OStrin… in PSUploadFont() argument 929 rOutFile.write (pBuffer, nIn, nOut); in PSUploadFont()
|
H A D | glyphset.hxx | 124 …sal_Bool PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAsType42, std::list< rtl::OSt…
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | uof2splithandler.hxx | 86 …void Write( ::rtl::OUString & rOutFile , sal_Bool bStart ) throw( ::com::sun::star::uno::RuntimeEx…
|
Completed in 87 milliseconds