Lines Matching refs:m_aContext

151             if( m_aContext.ColorMode == PDFWriter::DrawGreyscale )  in implWriteBitmapEx()
1166 if( m_aContext.Encryption.Encrypt() ) in checkAndEnableStreamEncryption()
1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption()
1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption()
1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption()
1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in checkAndEnableStreamEncryption()
1186 if( m_aContext.Encryption.Encrypt() ) in enableStringEncryption()
1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption()
1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption()
1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption()
1196 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in enableStringEncryption()
1250 …sal_Int32 nAccessPermissions = computeAccessPermissions( m_aContext.Encryption, nKeyLength, nRC4Ke… in prepareEncryption()
1251 m_aContext.Encryption.OValue = pTransporter->getOValue(); in prepareEncryption()
1252 …bSuccess = computeUDictionaryValue( pTransporter, m_aContext.Encryption, nKeyLength, nAccessPermis… in prepareEncryption()
1256 m_aContext.Encryption.OValue.clear(); in prepareEncryption()
1257 m_aContext.Encryption.UValue.clear(); in prepareEncryption()
1258 m_aContext.Encryption.EncryptionKey.clear(); in prepareEncryption()