Searched refs:nOutLen (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sdext/source/pdfimport/xpdfwrapper/ |
| H A D | pdfioutdev_gpl.cxx | 165 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePbm_() local 166 if( nOutLen < 0 ) in writePbm_() 167 nOutLen = WRITE_BUFFER_SIZE-10; in writePbm_() 168 o_rOutputBuf[3+nOutLen] =0x0A; in writePbm_() 169 o_rOutputBuf[3+nOutLen+1]=0; in writePbm_() 171 const int header_size = 3+nOutLen+1; in writePbm_() 212 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePpm_() local 213 if( nOutLen < 0 ) in writePpm_() 214 nOutLen = WRITE_BUFFER_SIZE-10; in writePpm_() 215 o_rOutputBuf[3+nOutLen] ='\n'; in writePpm_() [all …]
|
| /AOO42X/main/oox/source/core/ |
| H A D | encryption.cxx | 263 int nOutLen = 0; in checkEncryptionData() local 267 /*int*/ EVP_DecryptUpdate( aes_ctx, pnTmpVerifier, &nOutLen, pnVerifier, nVerifierSize ); in checkEncryptionData() 278 …/*int*/ EVP_DecryptUpdate( aes_ctx, pnTmpVerifierHash, &nOutLen, pnVerifierHash, nVerifierHashSize… in checkEncryptionData() 305 int nOutLen; in decryptStream() local 309 EVP_DecryptUpdate( aes_ctx, pnOutBuffer, &nOutLen, pnInBuffer, nInLen ); in decryptStream() 310 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in decryptStream() 312 EVP_DecryptFinal_ex( aes_ctx, pnOutBuffer, &nOutLen ); in decryptStream() 313 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in decryptStream()
|
| /AOO42X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OConnection.cxx | 312 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()
|
| /AOO42X/main/editeng/source/accessibility/ |
| H A D | AccessibleEditableTextPara.cxx | 2827 sal_Int32 nOutLen = 0; in getDefaultAttributes() local 2850 ++nOutLen; in getDefaultAttributes() 2854 aOutSequence.realloc( nOutLen ); in getDefaultAttributes() 2929 sal_Int32 nOutLen = 0; in getRunAttributes() local 2942 ++nOutLen; in getRunAttributes() 2946 aOutSequence.realloc( nOutLen ); in getRunAttributes()
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | impfont.cxx | 541 int nOutLen = rtl_convertTextToUnicode( in ParseCMAP() local 548 for( j = 0; j < nOutLen; ++j ) in ParseCMAP()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 2724 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode() argument 2748 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode() 2765 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
|