Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3307 sal_Int32 nLength1, nLength2; in emitEmbeddedFont() local
3440 nLength1 = nEndAsciiIndex+1; // including the last character in emitEmbeddedFont()
3442 nLength1 -= 6; // decrease by pfb section size in emitEmbeddedFont()
3505 aLine.append( nLength1 ); in emitEmbeddedFont()
4098 sal_uInt64 nLength1; in emitFonts() local
4100 CHECK_RETURN( (osl_File_E_None == osl_getFilePos( aFontFile, &nLength1 ) ) ); in emitFonts()
4123 aLine.append( (sal_Int32)nLength1 ); in emitFonts()
4150 boost::shared_array<unsigned char> pBuffer( new unsigned char[ nLength1 ] ); in emitFonts()
4153 …ECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, pBuffer.get(), nLength1, &nBytesRead ) ) … in emitFonts()
4154 DBG_ASSERT( nBytesRead==nLength1, "PDF-FontSubset read incomplete!" ); in emitFonts()

Completed in 60 milliseconds