Searched refs:pCurPageDict (Results 1 – 1 of 1) sorted by relevance
58 bool CopyInheritable(CPDF_Dictionary* pCurPageDict, in CopyInheritable() argument61 if (pCurPageDict->KeyExist(key)) in CopyInheritable()68 pCurPageDict->SetFor(key, pInheritable->Clone()); in CopyInheritable()199 CPDF_Dictionary* pCurPageDict = m_pDestPDFDoc->CreateNewPage(curpage); in ExportPage() local201 if (!pSrcPageDict || !pCurPageDict) in ExportPage()211 pCurPageDict->SetFor(cbSrcKeyStr, pObj->Clone()); in ExportPage()218 if (!CopyInheritable(pCurPageDict, pSrcPageDict, "MediaBox")) { in ExportPage()224 pCurPageDict->SetFor("MediaBox", pInheritable->Clone()); in ExportPage()227 CPDF_Array* pArray = pCurPageDict->SetNewFor<CPDF_Array>("MediaBox"); in ExportPage()236 if (!CopyInheritable(pCurPageDict, pSrcPageDict, "Resources")) { in ExportPage()[all …]