Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:m_pEncryptDict

793         if (pCreator->m_pEncryptDict) {

794 FX_DWORD dwEncryptObjNum = pCreator->m_pEncryptDict->GetObjNum();
798 if ((len = PDF_CreatorWriteEncrypt(pCreator->m_pEncryptDict, dwEncryptObjNum, pFile)) < 0) {
874 m_pEncryptDict = m_pParser->GetEncryptDict();
877 m_pEncryptDict = NULL;
901 if (m_bEncryptCloned && m_pEncryptDict) {
902 m_pEncryptDict->Release();
903 m_pEncryptDict = NULL;
939 if (pDict == m_pDocument->m_pRootDict || pDict == m_pEncryptDict) {
1202 if (m_pCryptoHandler == NULL || pObj == m_pEncryptDict) {
1260 FX_BOOL bObjStm = (m_pParser->m_V5Type[objnum] == 2) && m_pEncryptDict && !m_pXRefStream;
1599 if (NULL != m_pEncryptDict && 0 == m_pEncryptDict->GetObjNum()) {
1602 if (WriteIndirectObj(m_dwLastObjNum, m_pEncryptDict) < 0) {
1837 if (m_pEncryptDict) {
1841 FX_DWORD dwObjNum = m_pEncryptDict->GetObjNum();
2053 if ((m_dwFlags & FPDFCREATE_INCREMENTAL) && m_pEncryptDict && pID2) {
2065 if (m_pEncryptDict && !pOldIDArray && m_pParser && bNewId) {
2066 if (m_pEncryptDict->GetString(FX_BSTRC("Filter")) == FX_BSTRC("Standard")) {
2070 handler.OnCreate(m_pEncryptDict, m_pIDArray, (FX_LPCBYTE)user_pass, user_pass.GetLength(), flag);
2075 m_pCryptoHandler->Init(m_pEncryptDict, &handler);
2126 if (m_pEncryptDict) {
2127 m_pEncryptDict->Release();
2128 m_pEncryptDict = NULL;