Searched refs:pNewPages (Results 1 – 1 of 1) sorted by relevance
63 CPDF_Dictionary* pNewPages = in PDFDocInit() local65 if (!pNewPages) { in PDFDocInit()66 pNewPages = new CPDF_Dictionary; in PDFDocInit()67 FX_DWORD NewPagesON = pDestPDFDoc->AddIndirectObject(pNewPages); in PDFDocInit()71 CFX_ByteString cbPageType = pNewPages->GetString("Type", ""); in PDFDocInit()73 pNewPages->SetAt("Type", new CPDF_Name("Pages")); in PDFDocInit()76 CPDF_Array* pKeysArray = pNewPages->GetArray("Kids"); in PDFDocInit()82 pNewPages->SetAt("Kids", new CPDF_Reference(pDestPDFDoc, Kidsobjnum)); in PDFDocInit()83 pNewPages->SetAt("Count", new CPDF_Number(0)); in PDFDocInit()