Searched refs:aFontFile (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 800 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()
|
/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 587 uno::Sequence<sal_Int8> aFontFile(nFileLen); in readFont() local 588 readBinaryData( aFontFile ); in readFont() 592 aArgs[0] <<= aFontFile; in readFont()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 4095 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 78 milliseconds