]> source.dussan.org Git - xmlgraphics-fop.git/commit
Handle the case where dynamic content is in the middle of a page, selecting the first...
authorVincent Hennebert <vhennebert@apache.org>
Mon, 17 Mar 2014 08:55:22 +0000 (08:55 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 17 Mar 2014 08:55:22 +0000 (08:55 +0000)
commitaa09fc131c1cc8278486293cef5b3fc72f6ebac2
treeb5d5e04e59fe58935d4c4752b47259a53a3f1c11
parent5073488dbca84e0696834f30bb087a0f9c97d3a5
Handle the case where dynamic content is in the middle of a page, selecting the first variant
Patch by Seifeddine Dridi, applied with some modifications

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578270 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/flow/MultiCase.java
src/java/org/apache/fop/fo/flow/MultiCaseHandler.java [deleted file]
src/java/org/apache/fop/fo/flow/MultiSwitch.java
src/java/org/apache/fop/fo/flow/MultiToggle.java
src/java/org/apache/fop/layoutmgr/BestFitLayoutUtils.java
src/java/org/apache/fop/layoutmgr/BestFitPenalty.java
src/java/org/apache/fop/layoutmgr/MultiSwitchLayoutManager.java
src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
test/layoutengine/standard-testcases/multi-switch_best-fit.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_best-fit_middle-page.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_best-fit_multiple-variants.xml [new file with mode: 0644]