Home | History | Annotate | Download | only in edit

Lines Matching refs:m_pEncryptDict

815     if (pCreator->m_pEncryptDict) {
816 uint32_t dwEncryptObjNum = pCreator->m_pEncryptDict->GetObjNum();
820 if ((len = PDF_CreatorWriteEncrypt(pCreator->m_pEncryptDict,
883 m_pEncryptDict(m_pParser ? m_pParser->GetEncryptDict() : nullptr),
902 delete m_pEncryptDict;
903 m_pEncryptDict = nullptr;
927 if (pDict == m_pDocument->GetRoot() || pDict == m_pEncryptDict)
1182 if (!m_pCryptoHandler || pObj == m_pEncryptDict)
1237 bool bObjStm = (object_type == 2) && m_pEncryptDict && !m_pXRefStream;
1550 if (m_pEncryptDict && m_pEncryptDict->IsInline()) {
1553 if (WriteIndirectObj(m_dwLastObjNum, m_pEncryptDict) < 0)
1751 if (m_pEncryptDict) {
1755 uint32_t dwObjNum = m_pEncryptDict->GetObjNum();
1922 if ((m_dwFlags & FPDFCREATE_INCREMENTAL) && m_pEncryptDict && pID2) {
1933 if (m_pEncryptDict && !pOldIDArray && m_pParser && bNewId) {
1934 if (m_pEncryptDict->GetStringFor("Filter") == "Standard") {
1938 handler.OnCreate(m_pEncryptDict, m_pIDArray.get(), user_pass.raw_str(),
1943 m_pCryptoHandler->Init(m_pEncryptDict, &handler);
1985 m_pEncryptDict = nullptr;