Lines Matching refs:m_pEncryptionBuffer
1760 m_pEncryptionBuffer( NULL ), in PDFWriterImpl()
1875 rtl_freeMemory( m_pEncryptionBuffer ); in ~PDFWriterImpl()
2030 register sal_uInt8 *pCopy = m_pEncryptionBuffer; in appendUnicodeTextStringEncrypt()
2043 rtl_cipher_encodeARCFOUR( m_aCipher, m_pEncryptionBuffer, nChars, m_pEncryptionBuffer, nChars ); in appendUnicodeTextStringEncrypt()
2046 appendHex( m_pEncryptionBuffer[i], rOutBuffer ); in appendUnicodeTextStringEncrypt()
2063 rtl_cipher_encodeARCFOUR( m_aCipher, rInString.getStr(), nChars, m_pEncryptionBuffer, nChars ); in appendLiteralStringEncrypt()
2064 appendLiteralString( (const sal_Char*)m_pEncryptionBuffer, nChars, rOutBuffer ); in appendLiteralStringEncrypt()
2190 m_pEncryptionBuffer, static_cast<sal_Size>(nBytes) ); in writeBuffer()
2193 … const void* pWriteBuffer = ( m_bEncryptThisStream && buffOK ) ? m_pEncryptionBuffer : pBuffer; in writeBuffer()
9804 m_pEncryptionBuffer[nChar++] = rColor.GetRed(); in writeBitmapObject()
9805 m_pEncryptionBuffer[nChar++] = rColor.GetGreen(); in writeBitmapObject()
9806 m_pEncryptionBuffer[nChar++] = rColor.GetBlue(); in writeBitmapObject()
9809 rtl_cipher_encodeARCFOUR( m_aCipher, m_pEncryptionBuffer, nChar, m_pEncryptionBuffer, nChar ); in writeBitmapObject()
9814 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9815 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9816 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()