]> source.dussan.org Git - xmlgraphics-fop.git/commit
Renamed value of auto-toggle property to select-first-fitting
authorVincent Hennebert <vhennebert@apache.org>
Mon, 28 Apr 2014 19:22:32 +0000 (19:22 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 28 Apr 2014 19:22:32 +0000 (19:22 +0000)
commitc3ac99e58b7c66fe8fe23b32930f93d66cb59581
tree8260ddf75125f602c3ff0e981f4fca72a941e84b
parentb37680209557f4dece0b25f5a4bf1594ab72194e
Renamed value of auto-toggle property to select-first-fitting

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590754 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
src/java/org/apache/fop/fo/Constants.java
src/java/org/apache/fop/fo/FOPropertyMapping.java
src/java/org/apache/fop/fo/flow/MultiSwitch.java
src/java/org/apache/fop/layoutmgr/MultiSwitchLayoutManager.java
test/layoutengine/standard-testcases/multi-switch_best-fit.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_best-fit_forced_page_break.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_best-fit_middle-page.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_best-fit_multiple-variants.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_best-fit_multiple_dynamic_contents.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_best-fit_padding.xml [deleted file]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting_forced-page-break.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting_middle-page.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting_multiple-variants.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting_padding.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/multi-switch_select-first-fitting_several-multi-switch.xml [new file with mode: 0644]