Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:FX_BSTRC

15     CPDF_Dictionary* pMarkInfo = pCatalog->GetDict(FX_BSTRC("MarkInfo"));

16 return pMarkInfo != NULL && pMarkInfo->GetInteger(FX_BSTRC("Marked"));
45 m_pTreeRoot = pCatalog->GetDict(FX_BSTRC("StructTreeRoot"));
49 m_pRoleMap = m_pTreeRoot->GetDict(FX_BSTRC("RoleMap"));
64 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
95 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
113 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDict(FX_BSTRC("ParentTree"));
118 int parents_id = pPageDict->GetInteger(FX_BSTRC("StructParents"), -1);
148 CPDF_Dictionary* pParent = pDict->GetDict(FX_BSTRC("P"));
149 if (pParent == NULL || pParent->GetString(FX_BSTRC("Type")) == FX_BSTRC("StructTreeRoot")) {
176 CPDF_Object *pObj = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
216 m_Type = pDict->GetString(FX_BSTRC("S"));
245 CPDF_Object* pObj = pDict->GetElement(FX_BSTRC("Pg"));
250 CPDF_Object* pKids = pDict->GetElementValue(FX_BSTRC("K"));
285 CPDF_Object* pPageObj = pKidDict->GetElement(FX_BSTRC("Pg"));
289 CFX_ByteString type = pKidDict->GetString(FX_BSTRC("Type"));
290 if (type == FX_BSTRC("MCR")) {
295 CPDF_Object* pStreamObj = pKidDict->GetElement(FX_BSTRC("Stm"));
302 pKid->m_StreamContent.m_ContentId = pKidDict->GetInteger(FX_BSTRC("MCID"));
303 } else if (type == FX_BSTRC("OBJR")) {
308 CPDF_Object* pObj = pKidDict->GetElement(FX_BSTRC("Obj"));
348 if (pDict && pDict->GetString(FX_BSTRC("O")) == owner) {
368 CPDF_Object* pA = m_pDict->GetElementValue(FX_BSTRC("A"));
378 CPDF_Object* pC = m_pDict->GetElementValue(FX_BSTRC("C"));
382 CPDF_Dictionary* pClassMap = m_pTree->m_pTreeRoot->GetDict(FX_BSTRC("ClassMap"));
391 if (pClassDict && pClassDict->GetString(FX_BSTRC("O")) == owner) {
399 if (pClassDict && pClassDict->GetString(FX_BSTRC("O")) == owner) {