cupsfilters/pclmtoraster.cxx \
cupsfilters/pdf.cxx \
cupsfilters/pdftopdf/pdftopdf.cxx \
- cupsfilters/pdftopdf/pdftopdf.h \
- cupsfilters/pdftopdf/pdftopdf_jcl.cxx \
- cupsfilters/pdftopdf/pdftopdf_jcl.h \
- cupsfilters/pdftopdf/pdftopdf_processor.cxx \
- cupsfilters/pdftopdf/pdftopdf_processor.h \
- cupsfilters/pdftopdf/qpdf_pdftopdf_processor.cxx \
- cupsfilters/pdftopdf/qpdf_pdftopdf_processor.h \
+ cupsfilters/pdftopdf/pdftopdf-private.h \
+ cupsfilters/pdftopdf/pdftopdf-jcl.cxx \
+ cupsfilters/pdftopdf/pdftopdf-jcl-private.h \
+ cupsfilters/pdftopdf/pdftopdf-processor.cxx \
+ cupsfilters/pdftopdf/pdftopdf-processor-private.h \
+ cupsfilters/pdftopdf/qpdf-pdftopdf-processor.cxx \
+ cupsfilters/pdftopdf/qpdf-pdftopdf-processor-private.h \
cupsfilters/pdftopdf/pptypes.cxx \
- cupsfilters/pdftopdf/pptypes.h \
+ cupsfilters/pdftopdf/pptypes-private.h \
cupsfilters/pdftopdf/nup.cxx \
- cupsfilters/pdftopdf/nup.h \
+ cupsfilters/pdftopdf/nup-private.h \
cupsfilters/pdftopdf/intervalset.cxx \
- cupsfilters/pdftopdf/intervalset.h \
- cupsfilters/pdftopdf/qpdf_tools.cxx \
- cupsfilters/pdftopdf/qpdf_tools.h \
- cupsfilters/pdftopdf/qpdf_xobject.cxx \
- cupsfilters/pdftopdf/qpdf_xobject.h \
- cupsfilters/pdftopdf/qpdf_pdftopdf.cxx \
- cupsfilters/pdftopdf/qpdf_pdftopdf.h \
- cupsfilters/pdftopdf/qpdf_cm.cxx \
- cupsfilters/pdftopdf/qpdf_cm.h \
+ cupsfilters/pdftopdf/intervalset-private.h \
+ cupsfilters/pdftopdf/qpdf-tools.cxx \
+ cupsfilters/pdftopdf/qpdf-tools-private.h \
+ cupsfilters/pdftopdf/qpdf-xobject.cxx \
+ cupsfilters/pdftopdf/qpdf-xobject-private.h \
+ cupsfilters/pdftopdf/qpdf-pdftopdf.cxx \
+ cupsfilters/pdftopdf/qpdf-pdftopdf-private.h \
+ cupsfilters/pdftopdf/qpdf-cm.cxx \
+ cupsfilters/pdftopdf/qpdf-cm-private.h \
cupsfilters/pdftops.c \
cupsfilters/pdftoraster.cxx \
cupsfilters/pdfutils.c \
#ifndef _CUPS_FILTERS_PDFTOPDF_INTERVALSET_H_
#define _CUPS_FILTERS_PDFTOPDF_INTERVALSET_H_
-#include "pdftopdf.h"
+#include "pdftopdf-private.h"
#include <stddef.h>
#include <vector>
-#include "intervalset.h"
+#include "intervalset-private.h"
#include <stdio.h>
#include <assert.h>
#include <limits>
#ifndef _CUPS_FILTERS_PDFTOPDF_NUP_H_
#define _CUPS_FILTERS_PDFTOPDF_NUP_H_
-#include "pptypes.h"
+#include "pptypes-private.h"
#include <utility>
// you have to provide this
-#include "nup.h"
+#include "nup-private.h"
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
-#include "pdftopdf_processor.h"
+#include "pdftopdf-processor-private.h"
#include <ppd/ppd.h>
#include <string.h>
#ifndef _CUPS_FILTERS_PDFTOPDF_PDFTOPDF_PROCESSOR_H
#define _CUPS_FILTERS_PDFTOPDF_PDFTOPDF_PROCESSOR_H
-#include "pptypes.h"
-#include "nup.h"
-#include "pdftopdf.h"
-#include "intervalset.h"
+#include "pptypes-private.h"
+#include "nup-private.h"
+#include "pdftopdf-private.h"
+#include "intervalset-private.h"
#include <vector>
#include <string>
#include <memory>
-#include "pdftopdf_processor.h"
-#include "qpdf_pdftopdf_processor.h"
+#include "pdftopdf-processor-private.h"
+#include "qpdf-pdftopdf-processor-private.h"
#include <stdio.h>
#include <assert.h>
#include <numeric>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include "pdftopdf.h"
+#include "pdftopdf-private.h"
#include "cupsfilters/raster.h"
#include "cupsfilters/ppdgenerator.h"
-#include "pdftopdf_processor.h"
-#include "pdftopdf_jcl.h"
+#include "pdftopdf-processor-private.h"
+#include "pdftopdf-jcl-private.h"
#include <stdarg.h>
#ifndef _CUPS_FILTERS_PDFTOPDF_PPTYPES_H_
#define _CUPS_FILTERS_PDFTOPDF_PPTYPES_H_
-#include "pdftopdf.h"
+#include "pdftopdf-private.h"
#include <cmath> // NAN
// namespace PPTypes {} TODO?
-#include "pptypes.h"
+#include "pptypes-private.h"
#include <utility>
#include <stdio.h>
#include <assert.h>
-#include "qpdf_cm.h"
+#include "qpdf-cm-private.h"
#include <stdio.h>
#include <assert.h>
#define _CUPS_FILTERS_PDFTOPDF_QPDF_PDFTOPDF_H
#include <qpdf/QPDFObjectHandle.hh>
-#include "pptypes.h"
+#include "pptypes-private.h"
// helper functions
#ifndef _CUPS_FILTERS_PDFTOPDF_QPDF_PDFTOPDF_PROCESSOR_H
#define _CUPS_FILTERS_PDFTOPDF_QPDF_PDFTOPDF_PROCESSOR_H
-#include "pdftopdf_processor.h"
+#include "pdftopdf-processor-private.h"
#include <qpdf/QPDF.hh>
class _cfPDFToPDFQPDFPageHandle : public _cfPDFToPDFPageHandle {
-#include "qpdf_pdftopdf_processor.h"
+#include "qpdf-pdftopdf-processor-private.h"
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <qpdf/QUtil.hh>
#include <qpdf/QPDFPageDocumentHelper.hh>
#include <qpdf/QPDFAcroFormDocumentHelper.hh>
-#include "qpdf_tools.h"
-#include "qpdf_xobject.h"
-#include "qpdf_pdftopdf.h"
-#include "pdftopdf.h"
+#include "qpdf-tools-private.h"
+#include "qpdf-xobject-private.h"
+#include "qpdf-pdftopdf-private.h"
+#include "pdftopdf-private.h"
// Use: content.append(debug_box(pe.sub,xpos,ypos));
static std::string debug_box(const _cfPDFToPDFPageRect &box,float xshift,float yshift) // {{{
}
// }}}
-#include "qpdf_cm.h"
+#include "qpdf-cm-private.h"
// TODO
void _cfPDFToPDFQPDFProcessor::add_cm(const char *defaulticc,const char *outputicc) // {{{
-#include "qpdf_pdftopdf.h"
+#include "qpdf-pdftopdf-private.h"
#include <assert.h>
#include <stdexcept>
#include <qpdf/QUtil.hh>
}
// }}}
-#include "qpdf_tools.h"
+#include "qpdf-tools-private.h"
QPDFObjectHandle _cfPDFToPDFGetRectAsBox(const _cfPDFToPDFPageRect &rect) // {{{
{
-#include "qpdf_tools.h"
+#include "qpdf-tools-private.h"
QPDFObjectHandle _cfPDFToPDFGetMediaBox(QPDFObjectHandle page) // {{{
{
-#include "qpdf_xobject.h"
+#include "qpdf-xobject-private.h"
//#include <qpdf/Types.h>
#include <qpdf/QPDF.hh>
#include <qpdf/Pl_Discard.hh>
#include <qpdf/Pl_Count.hh>
#include <qpdf/Pl_Concatenate.hh>
-#include "qpdf_tools.h"
-#include "qpdf_pdftopdf.h"
+#include "qpdf-tools-private.h"
+#include "qpdf-pdftopdf-private.h"
// TODO: need to remove Struct Parent stuff (or fix)