Home
last modified time | relevance | path

Searched refs:getKeepWithPrevious (Results 1 – 25 of 34) sorted by relevance

12

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DTableRow.java164 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in TableRow
204 return !getKeepWithPrevious().getWithinPage().isAuto() in mustKeepWithPrevious()
205 || !getKeepWithPrevious().getWithinColumn().isAuto(); in mustKeepWithPrevious()
H A DEffRow.java170 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in EffRow
174 keep = Keep.getKeep(row.getKeepWithPrevious()); in getKeepWithPrevious()
179 keep = keep.compare(gu.getPrimary().getKeepWithPrevious()); in getKeepWithPrevious()
H A DPrimaryGridUnit.java348 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in PrimaryGridUnit
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DBlockLevelLayoutManager.java58 Keep getKeepWithPrevious(); in getKeepWithPrevious() method
H A DMultiCaseLayoutManager.java40 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in MultiCaseLayoutManager
H A DFootnoteBodyLayoutManager.java118 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in FootnoteBodyLayoutManager
H A DStaticContentLayoutManager.java220 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in StaticContentLayoutManager
H A DFloatContentLayoutManager.java64 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in FloatContentLayoutManager
H A DBlockStackingLayoutManager.java409 context.updateKeepWithPreviousPending(getKeepWithPrevious()); in addFirstVisibleMarks()
824 return !getKeepWithPrevious().isAuto(); in mustKeepWithPrevious()
843 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in BlockStackingLayoutManager
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLMLayout.php67 public function getKeepWithPrevious() function in ilLMLayout
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilLMLayout.php67 public function getKeepWithPrevious() function in ilLMLayout
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DTableAndCaptionLayoutManager.java217 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in TableAndCaptionLayoutManager
H A DTableCaptionLayoutManager.java213 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in TableCaptionLayoutManager
H A DTableLayoutManager.java283 context.updateKeepWithPreviousPending(getKeepWithPrevious()); in getNextKnuthElements()
502 return getTable().getKeepWithPrevious(); in getKeepWithPreviousProperty()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DInlineLevel.java111 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in InlineLevel
H A DListBlock.java160 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in ListBlock
H A DListItem.java174 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in ListItem
H A DBlockContainer.java198 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in BlockContainer
H A DInlineContainer.java162 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in InlineContainer
H A DCharacter.java211 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in Character
H A DAbstractGraphics.java220 public KeepProperty getKeepWithPrevious() { in getKeepWithPrevious() method in AbstractGraphics
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/list/
H A DListItemContentLayoutManager.java226 public Keep getKeepWithPrevious() { in getKeepWithPrevious() method in ListItemContentLayoutManager
H A DListItemLayoutManager.java340 context.updateKeepWithPreviousPending(getKeepWithPrevious()); in getNextKnuthElements()
452 if (originalBodyPosition != null && getKeepWithPrevious().isAuto() in getCombinedKnuthElementsForListItem()
801 return getListItemFO().getKeepWithPrevious(); in getKeepWithPreviousProperty()
H A DListBlockLayoutManager.java272 return getListBlockFO().getKeepWithPrevious(); in getKeepWithPreviousProperty()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/
H A DTableAttributesConverter.java258 if (fobj.getKeepWithPrevious().getWithinPage().getEnum() == Constants.EN_ALWAYS) { in convertRowAttributes()

12