Home
last modified time | relevance | path

Searched refs:endTablePart (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DVariableColRowGroupBuilder.java102 void endTablePart() throws ValidationException { in endTablePart() method in VariableColRowGroupBuilder
106 rowGroupBuilder.endTablePart(); in endTablePart()
H A DRowGroupBuilder.java91 abstract void endTablePart() throws ValidationException; in endTablePart() method in RowGroupBuilder
H A DTablePart.java139 rowGroupBuilder.endTablePart(); in finishLastRowGroup()
H A DFixedColRowGroupBuilder.java179 void endTablePart() throws ValidationException { in endTablePart() method in FixedColRowGroupBuilder
/dports/textproc/jade/jade-1.2.1/style/
H A DProcessContext.h59 void endTablePart();
H A DFOTBuilder.h420 virtual void endTablePart();
798 void endTablePart();
1282 void endTablePart();
H A DFOTBuilder.cxx385 void FOTBuilder::endTablePart() in endTablePart() function in DSSSL_NAMESPACE::FOTBuilder
1317 NO_ARG_CALL(endTablePart) in NO_ARG_CALL()
2579 void SerialFOTBuilder::endTablePart() in endTablePart() function in DSSSL_NAMESPACE::SerialFOTBuilder
H A DFlowObj.cxx2095 context.endTablePart(); in processInner()
2096 fotb.endTablePart(); in processInner()
2465 void ProcessContext::endTablePart() in endTablePart() function in DSSSL_NAMESPACE::ProcessContext
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DProcessContext.h61 void endTablePart();
H A DFOTBuilder.h512 virtual void endTablePart(); in symbolName()
984 void endTablePart(); in symbolName()
1583 void endTablePart(); in symbolName()
H A DFOTBuilder.cxx524 void FOTBuilder::endTablePart() in signature()
1598 NO_ARG_CALL(endTablePart)
3296 void SerialFOTBuilder::endTablePart()
H A DFlowObj.cxx2256 context.endTablePart();
2257 fotb.endTablePart();
2626 void ProcessContext::endTablePart()
/dports/textproc/jade/jade-1.2.1/dsssl/
H A DFOT.tex350 \def\endTablePart{%
H A Djadetex.dtx1346 \def\endTablePart{}
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DRowPainter.java123 void endTablePart(boolean lastInBody, boolean lastOnPage) { in endTablePart() method in RowPainter
H A DTableContentLayoutManager.java577 painter.endTablePart(lastInBody, lastOnPage); in addTablePartAreas()