getDict 1666 lib/pdf/BitmapOutputDev.cc this->dict = str->getDict();
getDict 341 lib/pdf/pdf.cc if(!strcmp(name, "title")) return getInfoString(i->docinfo.getDict(), "Title");
getDict 342 lib/pdf/pdf.cc else if(!strcmp(name, "subject")) return getInfoString(i->docinfo.getDict(), "Subject");
getDict 343 lib/pdf/pdf.cc else if(!strcmp(name, "keywords")) return getInfoString(i->docinfo.getDict(), "Keywords");
getDict 344 lib/pdf/pdf.cc else if(!strcmp(name, "author")) return getInfoString(i->docinfo.getDict(), "Author");
getDict 345 lib/pdf/pdf.cc else if(!strcmp(name, "creator")) return getInfoString(i->docinfo.getDict(), "Creator");
getDict 346 lib/pdf/pdf.cc else if(!strcmp(name, "producer")) return getInfoString(i->docinfo.getDict(), "Producer");
getDict 347 lib/pdf/pdf.cc else if(!strcmp(name, "creationdate")) return getInfoDate(i->docinfo.getDict(), "CreationDate");
getDict 348 lib/pdf/pdf.cc else if(!strcmp(name, "moddate")) return getInfoDate(i->docinfo.getDict(), "ModDate");
getDict 308 lib/pdf/xpdf/Annot.cc mkDict = mkObj.getDict();
getDict 439 lib/pdf/xpdf/Annot.cc fontDict = new GfxFontDict(xref, NULL, obj1.getDict());
getDict 1404 lib/pdf/xpdf/Annot.cc fieldLookup(parent.getDict(), key, obj);
getDict 1448 lib/pdf/xpdf/Annot.cc catalog->getAcroForm()->getDict() : NULL;
getDict 1459 lib/pdf/xpdf/Annot.cc annot = new Annot(xref, acroForm, obj1.getDict(), &ref);
getDict 1499 lib/pdf/xpdf/Annot.cc scanFieldAppearances(obj2.getDict(), &ref, NULL, acroForm);
getDict 1525 lib/pdf/xpdf/Annot.cc scanFieldAppearances(obj2.getDict(), &ref2, node, acroForm);
getDict 83 lib/pdf/xpdf/Catalog.cc numPages = readPageTree(pagesDict.getDict(), NULL, 0, alreadyRead);
getDict 212 lib/pdf/xpdf/Catalog.cc attrs2 = new PageAttrs(attrs1, kid.getDict());
getDict 213 lib/pdf/xpdf/Catalog.cc page = new Page(xref, start+1, kid.getDict(), attrs2);
getDict 237 lib/pdf/xpdf/Catalog.cc if ((start = readPageTree(kid.getDict(), attrs1, start, alreadyRead))
getDict 45 lib/pdf/xpdf/Function.cc dict = funcObj->getDict();
getDict 278 lib/pdf/xpdf/Gfx.cc fonts = new GfxFontDict(xref, &r, obj2.getDict());
getDict 282 lib/pdf/xpdf/Gfx.cc fonts = new GfxFontDict(xref, NULL, obj1.getDict());
getDict 1050 lib/pdf/xpdf/Gfx.cc resDict = obj1.isDict() ? obj1.getDict() : (Dict *)NULL;
getDict 3332 lib/pdf/xpdf/Gfx.cc out->opiBegin(state, opiDict.getDict());
getDict 3362 lib/pdf/xpdf/Gfx.cc out->opiEnd(state, opiDict.getDict());
getDict 3393 lib/pdf/xpdf/Gfx.cc dict = str->getDict();
getDict 3746 lib/pdf/xpdf/Gfx.cc resDict = resObj.isDict() ? resObj.getDict() : (Dict *)NULL;
getDict 4124 lib/pdf/xpdf/Gfx.cc resDict = resObj.isDict() ? resObj.getDict() : (Dict *)NULL;
getDict 1051 lib/pdf/xpdf/GfxFont.cc return charProcs.isDict() ? charProcs.getDict() : (Dict *)NULL;
getDict 1064 lib/pdf/xpdf/GfxFont.cc return resources.isDict() ? resources.getDict() : (Dict *)NULL;
getDict 1121 lib/pdf/xpdf/GfxFont.cc desFontDict = desFontDictObj.getDict();
getDict 1542 lib/pdf/xpdf/GfxFont.cc r, obj2.getDict());
getDict 1585 lib/pdf/xpdf/GfxState.cc dict = patObj->getDict();
getDict 1668 lib/pdf/xpdf/GfxState.cc dict = obj->getDict();
getDict 599 lib/pdf/xpdf/GfxState.h { return resDict.isDict() ? resDict.getDict() : (Dict *)NULL; }
getDict 737 lib/pdf/xpdf/Link.cc link = new Link(obj1.getDict(), baseURI);
getDict 153 lib/pdf/xpdf/Object.h Dict *getDict() { return dict; }
getDict 274 lib/pdf/xpdf/Object.h { return stream->getDict()->is(dictType); }
getDict 301 lib/pdf/xpdf/Object.h { return stream->getDict(); }
getDict 128 lib/pdf/xpdf/Outline.cc item = new OutlineItem(obj.getDict(), xrefA);
getDict 326 lib/pdf/xpdf/Page.cc catalog->getAcroForm()->getDict() : NULL;
getDict 66 lib/pdf/xpdf/Page.h { return boxColorInfo.isDict() ? boxColorInfo.getDict() : (Dict *)NULL; }
getDict 68 lib/pdf/xpdf/Page.h { return group.isDict() ? group.getDict() : (Dict *)NULL; }
getDict 72 lib/pdf/xpdf/Page.h { return pieceInfo.isDict() ? pieceInfo.getDict() : (Dict *)NULL; }
getDict 75 lib/pdf/xpdf/Page.h ? separationInfo.getDict() : (Dict *)NULL; }
getDict 77 lib/pdf/xpdf/Page.h { return resources.isDict() ? resources.getDict() : (Dict *)NULL; }
getDict 118 lib/pdf/xpdf/Stream.h virtual Dict *getDict() = 0;
getDict 158 lib/pdf/xpdf/Stream.h virtual Dict *getDict() { return dict.getDict(); }
getDict 186 lib/pdf/xpdf/Stream.h virtual Dict *getDict() { return str->getDict(); }
getDict 252 lib/pdf/xpdf/XRef.cc trailerDict.getDict()->setXRef(this);
getDict 430 lib/pdf/xpdf/XRef.cc obj.getDict()->lookupNF("Prev", &obj2);
getDict 450 lib/pdf/xpdf/XRef.cc if (obj.getDict()->lookup("XRefStm", &obj2)->isInt()) {
getDict 476 lib/pdf/xpdf/XRef.cc dict = xrefStr->getDict();