PDFDoc             47 lib/pdf/BitmapOutputDev.h     BitmapOutputDev(InfoOutputDev*info, PDFDoc*doc);
PDFDoc            213 lib/pdf/BitmapOutputDev.h     PDFDoc*doc;
PDFDoc             39 lib/pdf/FullBitmapOutputDev.h     FullBitmapOutputDev(InfoOutputDev*info, PDFDoc*doc);
PDFDoc            182 lib/pdf/FullBitmapOutputDev.h     PDFDoc*doc;
PDFDoc             67 lib/pdf/GFXOutputDev.h   GFXOutputDev(InfoOutputDev*info, PDFDoc*doc);
PDFDoc            255 lib/pdf/GFXOutputDev.h   PDFDoc*doc;
PDFDoc             46 lib/pdf/pdf.cc     PDFDoc*doc;
PDFDoc            451 lib/pdf/pdf.cc     i->doc = new PDFDoc(fileName, userPW);
PDFDoc             77 lib/pdf/pdf2jpeg.c   PDFDoc *doc;
PDFDoc            116 lib/pdf/pdf2jpeg.c   doc = new PDFDoc(fileName, ownerPW, userPW);
PDFDoc             50 lib/pdf/xpdf/PDFDoc.cc PDFDoc::PDFDoc(GString *fileNameA, GString *ownerPassword,
PDFDoc            105 lib/pdf/xpdf/PDFDoc.cc PDFDoc::PDFDoc(wchar_t *fileNameA, int fileNameLen, GString *ownerPassword,
PDFDoc            160 lib/pdf/xpdf/PDFDoc.cc PDFDoc::PDFDoc(BaseStream *strA, GString *ownerPassword,
PDFDoc            180 lib/pdf/xpdf/PDFDoc.cc GBool PDFDoc::setup(GString *ownerPassword, GString *userPassword) {
PDFDoc            217 lib/pdf/xpdf/PDFDoc.cc PDFDoc::~PDFDoc() {
PDFDoc            242 lib/pdf/xpdf/PDFDoc.cc void PDFDoc::checkHeader() {
PDFDoc            274 lib/pdf/xpdf/PDFDoc.cc GBool PDFDoc::checkEncryption(GString *ownerPassword, GString *userPassword) {
PDFDoc            309 lib/pdf/xpdf/PDFDoc.cc void PDFDoc::displayPage(OutputDev *out, int page,
PDFDoc            322 lib/pdf/xpdf/PDFDoc.cc void PDFDoc::displayPages(OutputDev *out, int firstPage, int lastPage,
PDFDoc            335 lib/pdf/xpdf/PDFDoc.cc void PDFDoc::displayPageSlice(OutputDev *out, int page,
PDFDoc            348 lib/pdf/xpdf/PDFDoc.cc Links *PDFDoc::getLinks(int page) {
PDFDoc            352 lib/pdf/xpdf/PDFDoc.cc void PDFDoc::processLinks(OutputDev *out, int page) {
PDFDoc            356 lib/pdf/xpdf/PDFDoc.cc GBool PDFDoc::isLinearized() {
PDFDoc            387 lib/pdf/xpdf/PDFDoc.cc GBool PDFDoc::saveAs(GString *name) {
PDFDoc             35 lib/pdf/xpdf/PDFDoc.h class PDFDoc {
PDFDoc             38 lib/pdf/xpdf/PDFDoc.h   PDFDoc(GString *fileNameA, GString *ownerPassword = NULL,
PDFDoc             41 lib/pdf/xpdf/PDFDoc.h   PDFDoc(wchar_t *fileNameA, int fileNameLen, GString *ownerPassword = NULL,
PDFDoc             44 lib/pdf/xpdf/PDFDoc.h   PDFDoc(BaseStream *strA, GString *ownerPassword = NULL,
PDFDoc             46 lib/pdf/xpdf/PDFDoc.h   ~PDFDoc();
PDFDoc             22 lib/pdf/xpdf/SecurityHandler.h class PDFDoc;
PDFDoc             32 lib/pdf/xpdf/SecurityHandler.h   static SecurityHandler *make(PDFDoc *docA, Object *encryptDictA);
PDFDoc             34 lib/pdf/xpdf/SecurityHandler.h   SecurityHandler(PDFDoc *docA);
PDFDoc             81 lib/pdf/xpdf/SecurityHandler.h   PDFDoc *doc;
PDFDoc             91 lib/pdf/xpdf/SecurityHandler.h   StandardSecurityHandler(PDFDoc *docA, Object *encryptDictA);
PDFDoc            130 lib/pdf/xpdf/SecurityHandler.h   ExternalSecurityHandler(PDFDoc *docA, Object *encryptDictA,