Searched refs:m_pEncryptionBuffer (Results 1 – 3 of 3) sorted by relevance
/aoo42x/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() 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 D | pdfwriter_impl.hxx | 817 sal_uInt8 *m_pEncryptionBuffer; member in vcl::PDFWriterImpl
|
Completed in 81 milliseconds