]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #51644:
authorChris Bowditch <cbowditch@apache.org>
Fri, 6 Jan 2012 16:03:44 +0000 (16:03 +0000)
committerChris Bowditch <cbowditch@apache.org>
Fri, 6 Jan 2012 16:03:44 +0000 (16:03 +0000)
commit0cc4cbb9f06fd9c1d8549fb17f501d24bd7b5976
tree88a1639d1c298367420e842dd2602027eac0f00c
parent89eb2ae7a4f2e52db9a878d3b10b168cdbca87e7
Bugzilla #51644:
Tagged PDF performance improvement + tests
Submitted by: Mehdi Houshmand

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1228243 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
src/java/org/apache/fop/pdf/AbstractPDFStream.java
src/java/org/apache/fop/pdf/PDFArray.java
src/java/org/apache/fop/pdf/PDFDestination.java
src/java/org/apache/fop/pdf/PDFDictionary.java
src/java/org/apache/fop/pdf/PDFDocument.java
src/java/org/apache/fop/pdf/PDFEmbeddedFiles.java
src/java/org/apache/fop/pdf/PDFName.java
src/java/org/apache/fop/pdf/PDFNull.java
src/java/org/apache/fop/pdf/PDFNumsArray.java
src/java/org/apache/fop/pdf/PDFObject.java
src/java/org/apache/fop/pdf/PDFRectangle.java
src/java/org/apache/fop/pdf/PDFReference.java
src/java/org/apache/fop/pdf/PDFWritable.java
status.xml
test/java/org/apache/fop/StandardTestSuite.java
test/java/org/apache/fop/UtilityCodeTestSuite.java
test/java/org/apache/fop/pdf/AbstractPDFStreamTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFArrayTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFDestsTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFDictionaryTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFDocumentTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFLibraryTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFNameTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFNullTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFNumberTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFNumsArrayTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFObjectTestCase.java
test/java/org/apache/fop/pdf/PDFRectangleTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/PDFReferenceTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/util/PDFNumberTestCase.java [deleted file]