]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed the NPE for fo:title in FOText.createBlockPointers by returning
authorSimon Pepping <spepping@apache.org>
Wed, 22 Dec 2004 18:22:35 +0000 (18:22 +0000)
committerSimon Pepping <spepping@apache.org>
Wed, 22 Dec 2004 18:22:35 +0000 (18:22 +0000)
commit344f3faf836d2045b9481b4ffe2b955233d32280
tree5a075987fb554b08f18f97b82adff6ec194a3d86
parent2ca1efa3177579a4da21ee1097193ab57cc09419
Fixed the NPE for fo:title in FOText.createBlockPointers by returning
early.

Fixed the absence of output for fo:title: In ContentLM.fillArea, replace
curLM.getNextBreakPoss with getNextKnuthElements, BreakPossIter with
KnuthPossIter. Copied the line parameter calculations from
LineLM.makeLineBreakPosition. This is only a rough patch: leaders,
external graphics, page numbers cause null pointer exceptions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198206 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FOText.java
src/java/org/apache/fop/layoutmgr/ContentLayoutManager.java