Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx797 sal_uInt32 nOutBytes = 0; in writeStream() local
798 unzipToBuffer( pStream, nBytes, &pOutBytes, &nOutBytes ); in writeStream()
799 rWriteContext.write( pOutBytes, nOutBytes ); in writeStream()
837 sal_uInt32 nOutBytes = 0; in emit() local
839 unzipToBuffer( pStream, nBytes, &pOutBytes, &nOutBytes ); in emit()
844 nOutBytes = (sal_uInt32)nBytes; in emit()
847 if( nOutBytes ) in emit()
852 PDFNumber* pNewLen = new PDFNumber( double(nOutBytes) ); in emit()
894 bRet = rWriteContext.write( pOutBytes, nOutBytes ); in emit()

Completed in 12 milliseconds