Home
last modified time | relevance | path

Searched refs:documentIDs (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfparser.cpp285 wxPdfArray* documentIDs = (wxPdfArray*) ResolveObject(m_trailer->Get(wxS("ID"))); in SetupDecryptor() local
287 if (documentIDs != NULL) in SetupDecryptor()
289 obj = (wxPdfObject*) documentIDs->Get(0); in SetupDecryptor()
294 if (documentIDs->IsCreatedIndirect()) in SetupDecryptor()
296 delete documentIDs; in SetupDecryptor()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Ddoc_manager.hpp166 QList<QByteArray> documentIDs() { return mDocHash.uniqueKeys(); } in documentIDs() function in ScIDE::DocumentManager
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfReader.java599 PdfArray documentIDs = trailer.getAsArray(PdfName.ID); in readDecryptedDocObj() local
601 if (documentIDs != null) { in readDecryptedDocObj()
602 o = documentIDs.getPdfObject(0); in readDecryptedDocObj()
605 if (documentIDs.size() > 1) in readDecryptedDocObj()
606 strings.remove(documentIDs.getPdfObject(1)); in readDecryptedDocObj()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfReader.java587 PdfArray documentIDs = trailer.getAsArray(PdfName.ID); in readDecryptedDocObj() local
589 if (documentIDs != null) { in readDecryptedDocObj()
590 o = documentIDs.getPdfObject(0); in readDecryptedDocObj()
594 if (documentIDs.size() > 1) in readDecryptedDocObj()
595 strings.remove(documentIDs.getPdfObject(1)); in readDecryptedDocObj()