Searched refs:m_pRootDict (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp10 m_pRootDict = NULL;
23 pDoc->m_pRootDict = FX_NEW CPDF_Dictionary;
24 pDoc->AddIndirectObject(pDoc->m_pRootDict);
26 pDoc->m_pRootDict->SetAt(FX_BSTRC("FDF"), pFDFDict);
44 if (pDoc->m_pRootDict == NULL) {
90 m_pRootDict = pMainDict->GetDict(FX_BSTRC("Root"));
98 if (m_pRootDict == NULL) {
109 buf << FX_BSTRC("trailer\r\n<</Root ") << m_pRootDict->GetObjNum() << FX_BSTRC(" 0 R>>\r\n%%EOF\r\n");
114 CPDF_Object* pFileSpec = m_pRootDict->GetDict(FX_BSTRC("FDF"))->GetElementValue(FX_BSTRC("F"));
119 return FPDF_FileSpec_GetWin32Path(m_pRootDict
[all...]
H A Dfpdf_parser_document.cpp14 m_pRootDict = NULL;
45 m_pRootDict = pRootObj->GetDict();
46 if (m_pRootDict == NULL) {
64 m_pRootDict = GetIndirectObject(m_pParser->GetRootObjNum())->GetDict();
65 if (m_pRootDict == NULL) {
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp13 m_pRootDict = NULL;
23 ASSERT(m_pRootDict == NULL && m_pInfoDict == NULL);
24 m_pRootDict = FX_NEW CPDF_Dictionary;
25 m_pRootDict->SetAtName("Type", "Catalog");
26 int objnum = AddIndirectObject(m_pRootDict);
32 m_pRootDict->SetAtReference("Pages", this, objnum);
H A Dfpdf_edit_create.cpp939 if (pDict == m_pDocument->m_pRootDict || pDict == m_pEncryptDict) {
1819 if (m_File.AppendDWord(m_pDocument->m_pRootDict->GetObjNum()) < 0) {
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h72 return m_pRootDict;
164 CPDF_Dictionary* m_pRootDict; member in class:CPDF_Document
819 return m_pRootDict;
827 CPDF_Dictionary* m_pRootDict; member in class:CFDF_Document

Completed in 1112 milliseconds