qpdf/include/qpdf
Jay Berkenbilt d866f48081 Change names of qpdf_object_type_e enumerations
They have to be ot_* rather than qpdf_ot_* for compatibility.

* Different enumerated types are not assignment-compatible in C++, at
  least with strict compiler settings
* While you can do `constexpr ot_xyz = ::qpdf_ot_xyz` in QPDFObject.hh to
  make QPDFObject::ot_xyz work, QPDFObject::object_type_e::ot_xyz will
  only work if the enumerated type names are the same.
2021-12-20 14:51:45 -05:00
..
Buffer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
BufferInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
ClosedFileInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Constants.h Change names of qpdf_object_type_e enumerations 2021-12-20 14:51:45 -05:00
DLL.h Update copyright to 2021 2021-01-04 16:26:58 -05:00
FileInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
InputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
JSON.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pipeline.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Buffer.hh Add Pl_Buffer::getMallocBuffer 2021-12-17 12:38:52 -05:00
Pl_Concatenate.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Count.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_DCT.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Discard.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Flate.hh Detect recoverable but invalid zlib data streams (fixes #562) 2021-11-03 09:43:17 -04:00
Pl_QPDFTokenizer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_RunLength.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_StdioFile.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
PointerHolder.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QIntC.hh Add QIntC::range_check_subtract 2021-11-04 13:53:46 -04:00
QPDF.hh Minor documentation updates 2021-12-09 10:24:14 -05:00
QPDFAcroFormDocumentHelper.hh QPDFAcroFormDocumentHelper: add missing analyze calls 2021-03-04 18:11:44 -05:00
QPDFAnnotationObjectHelper.hh Add transformAnnotations and fix flattenRotations to use it 2021-02-21 17:13:09 -05:00
QPDFCryptoImpl.hh First increment of improving handling of weak crypto (fixes #358) 2021-11-11 12:24:15 -05:00
QPDFCryptoProvider.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFEFStreamObjectHelper.hh Spell check 2021-02-23 10:38:05 -05:00
QPDFEmbeddedFileDocumentHelper.hh Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFExc.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFFileSpecObjectHelper.hh Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFFormFieldObjectHelper.hh Major rework of handling form fields when copying pages (fixes #509) 2021-03-04 15:08:37 -05:00
QPDFMatrix.hh Add QPDFMatrix::operator== 2021-03-04 15:08:36 -05:00
QPDFNameTreeObjectHelper.hh Add string to deprecation warning 2021-03-04 15:08:36 -05:00
QPDFNumberTreeObjectHelper.hh Add string to deprecation warning 2021-03-04 15:08:36 -05:00
QPDFObjGen.hh Add QPDFObjGen::unparse 2021-02-21 16:21:52 -05:00
QPDFObject.hh Change names of qpdf_object_type_e enumerations 2021-12-20 14:51:45 -05:00
QPDFObjectHandle.hh Expose QPDFObjectHandle::addTokenFilter (fixes #580) 2021-12-10 13:37:07 -05:00
QPDFObjectHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFOutlineDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFOutlineObjectHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFPageDocumentHelper.hh Minor documentation updates 2021-12-09 10:24:14 -05:00
QPDFPageLabelDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFPageObjectHelper.hh Major rework of handling form fields when copying pages (fixes #509) 2021-03-04 15:08:37 -05:00
QPDFStreamFilter.hh Spell check 2021-01-04 16:26:58 -05:00
QPDFSystemError.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFTokenizer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFWriter.hh First increment of improving handling of weak crypto (fixes #358) 2021-11-11 12:24:15 -05:00
QPDFXRefEntry.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QTC.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QUtil.hh Add QUtil::path_basename 2021-02-18 09:59:03 -05:00
RandomDataProvider.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Types.h Update copyright to 2021 2021-01-04 16:26:58 -05:00
qpdf-c.h Further improvements to handling binary strings 2021-12-19 14:30:45 -05:00