Home
last modified time | relevance | path

Searched refs:m_pEncryptionBuffer (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1760 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()
9804 m_pEncryptionBuffer[nChar++] = rColor.GetRed(); 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()
[all …]
H A Dpdfwriter_impl2.cxx1155 m_pEncryptionBuffer = (sal_uInt8*)rtl_reallocateMemory( m_pEncryptionBuffer, newSize ); in checkEncryptionBufferSize()
1156 if( m_pEncryptionBuffer ) in checkEncryptionBufferSize()
H A Dpdfwriter_impl.hxx817 sal_uInt8 *m_pEncryptionBuffer; member in vcl::PDFWriterImpl

Completed in 75 milliseconds