Searched refs:CPDF_StructTree (Results 1 – 6 of 6) sorted by relevance
13 class CPDF_StructTree; variable17 class CPDF_StructTree 21 static CPDF_StructTree* LoadDoc(const CPDF_Document* pDoc);23 static CPDF_StructTree* LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict);25 virtual ~CPDF_StructTree() {} in ~CPDF_StructTree()74 virtual CPDF_StructTree* GetTree() const = 0;
13 class CPDF_StructTreeImpl : public CPDF_StructTree41 CPDF_StructTree* GetTree() const in GetTree()
18 CPDF_StructTree* CPDF_StructTree::LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageD… in LoadPage()27 CPDF_StructTree* CPDF_StructTree::LoadDoc(const CPDF_Document* pDoc) in LoadDoc()
81 CPDF_StructTree* m_pPageTree;
329 CPDF_StructTree* pPageTree = CPDF_StructTree::LoadPage(pPage->m_pDocument, pPage->m_pFormDict); in IsTaggedPage()
714 m_pPageTree = CPDF_StructTree::LoadPage(m_pPage->m_pDocument, m_pPage->m_pFormDict); in StartLoad()