Home
last modified time | relevance | path

Searched refs:EN_NO_LIMIT (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/pagination/
H A DRepeatablePageMasterAlternativesTestCase.java51 when(maximumRepeats.getEnum()).thenReturn(EN_NO_LIMIT); in testIsInfinite1()
72 assertTrue(maxRepeatNum != EN_NO_LIMIT); in testIsInfinite2()
95 when(maximumRepeats.getEnum()).thenReturn(EN_NO_LIMIT); in testCanProcess1()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/pagination/
H A DRepeatablePageMasterReference.java114 if (maximumRepeats.getEnum() == EN_NO_LIMIT) { in getMaximumRepeats()
H A DRepeatablePageMasterAlternatives.java105 if (maximumRepeats.getEnum() == EN_NO_LIMIT) { in getMaximumRepeats()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1036 int EN_NO_LIMIT = 89; field
H A DFOPropertyMapping.java1547 m.addEnum("no-limit", getEnumProperty(EN_NO_LIMIT, "NO_LIMIT")); in createBlockAndLineProperties()
2316 m.addEnum("no-limit", getEnumProperty(EN_NO_LIMIT, "NO_LIMIT")); in createPaginationAndLayoutProperties()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DLineLayoutManager.java852 hyphenationLadderCount.getEnum() == EN_NO_LIMIT in findOptimalBreakingPoints()