Home
last modified time | relevance | path

Searched refs:m_bEncryptThisStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx808 sal_Bool m_bEncryptThisStream; member in vcl::PDFWriterImpl
826 void disableStreamEncryption() { m_bEncryptThisStream = false; }; in disableStreamEncryption()
H A Dpdfwriter_impl2.cxx1168 m_bEncryptThisStream = true; in checkAndEnableStreamEncryption()
H A Dpdfwriter_impl.cxx1759 m_bEncryptThisStream( false ), in PDFWriterImpl()
2184 if( m_bEncryptThisStream ) in writeBuffer()
2193 … const void* pWriteBuffer = ( m_bEncryptThisStream && buffOK ) ? m_pEncryptionBuffer : pBuffer; in writeBuffer()

Completed in 78 milliseconds