Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx166 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePbm_() local
167 if( nOutLen < 0 ) in writePbm_()
168 nOutLen = WRITE_BUFFER_SIZE-10; in writePbm_()
169 o_rOutputBuf[3+nOutLen] =0x0A; in writePbm_()
170 o_rOutputBuf[3+nOutLen+1]=0; in writePbm_()
172 const int header_size = 3+nOutLen+1; in writePbm_()
213 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePpm_() local
214 if( nOutLen < 0 ) in writePpm_()
215 nOutLen = WRITE_BUFFER_SIZE-10; in writePpm_()
216 o_rOutputBuf[3+nOutLen] ='\n'; in writePpm_()
[all …]
/AOO41X/main/oox/source/core/
H A Dfilterdetect.cxx363 int nOutLen = 0; in lclCheckEncryptionData() local
367 /*int*/ EVP_DecryptUpdate( &aes_ctx, pnTmpVerifier, &nOutLen, pnVerifier, nVerifierSize ); in lclCheckEncryptionData()
376 …/*int*/ EVP_DecryptUpdate( &aes_ctx, pnTmpVerifierHash, &nOutLen, pnVerifierHash, nVerifierHashSiz… in lclCheckEncryptionData()
574 int nOutLen; in extractUnencryptedPackage() local
578 EVP_DecryptUpdate( &aes_ctx, pnOutBuffer, &nOutLen, pnInBuffer, nInLen ); in extractUnencryptedPackage()
579 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in extractUnencryptedPackage()
581 EVP_DecryptFinal_ex( &aes_ctx, pnOutBuffer, &nOutLen ); in extractUnencryptedPackage()
582 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in extractUnencryptedPackage()
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx312 SQLINTEGER nOutLen; in nativeSQL() local
313 …AR*)aSql.getStr(),aSql.getLength(),(SDB_ODBC_CHAR*)pOut,sizeof pOut - 1,&nOutLen),m_aConnectionHan… in nativeSQL()
314 return ::rtl::OUString(pOut,nOutLen,getTextEncoding()); in nativeSQL()
/AOO41X/main/vcl/source/gdi/
H A Dimpfont.cxx541 int nOutLen = rtl_convertTextToUnicode( in ParseCMAP() local
548 for( j = 0; j < nOutLen; ++j ) in ParseCMAP()
/AOO41X/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2826 sal_Int32 nOutLen = 0; in getDefaultAttributes() local
2849 ++nOutLen; in getDefaultAttributes()
2853 aOutSequence.realloc( nOutLen ); in getDefaultAttributes()
2928 sal_Int32 nOutLen = 0; in getRunAttributes() local
2941 ++nOutLen; in getRunAttributes()
2945 aOutSequence.realloc( nOutLen ); in getRunAttributes()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx2725 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode() argument
2749 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
2766 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()