Home | History | Annotate | Download | only in parser

Lines Matching refs:m_pRootDict

344       m_pRootDict(nullptr),
372 m_pRootDict = pRootObj->GetDict();
373 if (!m_pRootDict)
657 ASSERT(!m_pRootDict);
659 m_pRootDict = NewIndirect<CPDF_Dictionary>();
660 m_pRootDict->SetNewFor<CPDF_Name>("Type", "Catalog");
666 m_pRootDict->SetNewFor<CPDF_Reference>("Pages", this, pPages->GetObjNum());