Searched refs:m_pEncryptionBuffer (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl2.cxx | 1155 m_pEncryptionBuffer = (sal_uInt8*)rtl_reallocateMemory( m_pEncryptionBuffer, newSize ); in checkEncryptionBufferSize() 1156 if( m_pEncryptionBuffer ) in checkEncryptionBufferSize()
|
| H A D | pdfwriter_impl.cxx | 1760 m_pEncryptionBuffer( NULL ), in PDFWriterImpl() 1875 rtl_freeMemory( m_pEncryptionBuffer ); in ~PDFWriterImpl() 2030 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() [all …]
|
| H A D | pdfwriter_impl.hxx | 817 sal_uInt8 *m_pEncryptionBuffer; member in vcl::PDFWriterImpl
|