Home
last modified time | relevance | path

Searched refs:aFontFile (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx800 osl::File aFontFile (aUNCPath); in writeResources() local
811 osl::File::RC nError = aFontFile.open (OpenFlag_Read); in writeResources()
814 convertPfbToPfa (aFontFile, *pFile); in writeResources()
815 aFontFile.close (); in writeResources()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx583 uno::Sequence<sal_Int8> aFontFile(nFileLen); in readFont() local
584 readBinaryData( aFontFile ); in readFont()
588 aArgs[0] <<= aFontFile; in readFont()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4095 oslFileHandle aFontFile; in emitFonts() local
4096 …CHECK_RETURN( (osl_File_E_None == osl_openFile( aTmpName.pData, &aFontFile, osl_File_OpenFlag_Read… in emitFonts()
4099 CHECK_RETURN( (osl_File_E_None == osl_setFilePos( aFontFile, osl_Pos_End, 0 ) ) ); in emitFonts()
4100 CHECK_RETURN( (osl_File_E_None == osl_getFilePos( aFontFile, &nLength1 ) ) ); in emitFonts()
4101 … CHECK_RETURN( (osl_File_E_None == osl_setFilePos( aFontFile, osl_Pos_Absolut, 0 ) ) ); in emitFonts()
4138 … CHECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, buf, sizeof( buf ), &nRead ) ) ); in emitFonts()
4140 CHECK_RETURN( (osl_File_E_None == osl_isEndOfFile( aFontFile, &bEOF ) ) ); in emitFonts()
4153 …CHECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, pBuffer.get(), nLength1, &nBytesRead ) … in emitFonts()
4155 … CHECK_RETURN( (osl_File_E_None == osl_setFilePos( aFontFile, osl_Pos_Absolut, 0 ) ) ); in emitFonts()
4188 osl_closeFile( aFontFile ); in emitFonts()

Completed in 80 milliseconds