Home
last modified time | relevance | path

Searched refs:EN_ERROR_IF_OVERFLOW (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DStaticContentLayoutManager.java147 boolean canRecover = (regionFO.getOverflow() != EN_ERROR_IF_OVERFLOW); in doLayout()
149 || regionFO.getOverflow() == Constants.EN_ERROR_IF_OVERFLOW); in doLayout()
H A DBlockContainerLayoutManager.java148 return (overflow == EN_HIDDEN || overflow == EN_ERROR_IF_OVERFLOW); in needClip()
404 boolean canRecover = (getBlockContainerFO().getOverflow() != EN_ERROR_IF_OVERFLOW); in generateNonInlinedBox()
556 boolean canRecover = (getBlockContainerFO().getOverflow() != EN_ERROR_IF_OVERFLOW); in getNextKnuthElementsAbsolute()
565 boolean canRecover = (getBlockContainerFO().getOverflow() != EN_ERROR_IF_OVERFLOW); in getNextKnuthElementsAbsolute()
H A DPageBreaker.java127 boolean canRecover = (body.getOverflow() != Constants.EN_ERROR_IF_OVERFLOW); in createLayoutListener()
129 || body.getOverflow() == Constants.EN_ERROR_IF_OVERFLOW); in createLayoutListener()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DPage.java38 import static org.apache.fop.fo.Constants.EN_ERROR_IF_OVERFLOW;
173 || r.getOverflow() == EN_ERROR_IF_OVERFLOW); in makeRegionViewport()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DInlineContainerLayoutManager.java188 return getInlineContainer().getOverflow() != EN_ERROR_IF_OVERFLOW; in canRecoverFromOverflow()
291 return (overflow == EN_HIDDEN || overflow == EN_ERROR_IF_OVERFLOW); in needClip()
H A DImageLayout.java177 } else if (overflow == EN_ERROR_IF_OVERFLOW) { in doLayout()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java942 int EN_ERROR_IF_OVERFLOW = 42; field
H A DFOPropertyMapping.java1955 m.addEnum("error-if-overflow", getEnumProperty(EN_ERROR_IF_OVERFLOW, "ERROR_IF_OVERFLOW")); in createLayoutProperties()