Searched refs:nOutBytes (Results 1 – 1 of 1) sorted by relevance
797 sal_uInt32 nOutBytes = 0; in writeStream() local798 unzipToBuffer( pStream, nBytes, &pOutBytes, &nOutBytes ); in writeStream()799 rWriteContext.write( pOutBytes, nOutBytes ); in writeStream()837 sal_uInt32 nOutBytes = 0; in emit() local839 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 18 milliseconds