Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/jade/
H A DTeXFOTBuilder.cxx646 CellAfterColumnBorder afterColumnBorder; member
739 beforeColumnBorder(), afterColumnBorder(), CurCell( NULL ), in Table()
747 TableAfterColumnBorder afterColumnBorder; member
1035 cell->afterColumnBorder.resolve( afterColumnBorder ); in resolveBorders()
1409 if( afterColumnBorder.borderPresent ) in outProlog()
1444 != afterColumnBorder.borderPresent ) in computeOverridingTeXColumnBorders()
1512 return OverlappingCell->afterColumnBorder.borderPresent; in singleColumnAfterColumnBorderPresent()
1877 curTable().curCell().afterColumnBorder.setFromFot( *this ); in tableCellAfterColumnBorder()
1878 insertAtomic( curTable().curCell().afterColumnBorder ); in tableCellAfterColumnBorder()
2147 curTable().afterColumnBorder.setFromFot( *this ); in tableAfterColumnBorder()
[all …]
H A DMifFOTBuilder.cxx1593 Border afterColumnBorder; member
1643 afterColumnBorder( false ), CurCell( NULL ), CurTablePart( NULL ), in Table()
1651 Border afterColumnBorder; member
2856 ( rows[rr].Cells[cc-1].OverlappingCell->afterColumnBorder ); in resolveBorders()
2867 cell->afterColumnBorder.resolve( afterColumnBorder ); in resolveBorders()
3048 rulingTag = afterColumnBorder.makeMifRuling( mifDoc ); in translate()
3935 curTable().afterColumnBorder.setFromFot(); in tableAfterColumnBorder()
3963 curTable().curCell().afterColumnBorder.setFromFot(); in tableCellAfterColumnBorder()
/dports/textproc/openjade/openjade-1.3.3-pre1/jade/
H A DTeXFOTBuilder.cxx681 CellAfterColumnBorder afterColumnBorder; member
783 beforeColumnBorder(), afterColumnBorder(), CurCell( NULL ), in Table()
792 TableAfterColumnBorder afterColumnBorder; member
1152 cell->afterColumnBorder.resolve( afterColumnBorder ); in resolveBorders()
1664 if( afterColumnBorder.borderPresent ) in outProlog()
1692 != afterColumnBorder.borderPresent ) in computeOverridingTeXColumnBorders()
1781 return OverlappingCell->afterColumnBorder.borderPresent; in singleColumnAfterColumnBorderPresent()
2226 curTable().curCell().afterColumnBorder.setFromFot( *this ); in tableCellAfterColumnBorder()
2227 insertAtomic( curTable().curCell().afterColumnBorder ); in tableCellAfterColumnBorder()
2539 curTable().afterColumnBorder.setFromFot( *this ); in tableAfterColumnBorder()
[all …]
H A DMifFOTBuilder.cxx1593 Border afterColumnBorder; member
1643 afterColumnBorder( false ), CurCell( NULL ), CurTablePart( NULL ), in Table()
1651 Border afterColumnBorder; member
2873 ( rows[rr].Cells[cc-1].OverlappingCell->afterColumnBorder ); in resolveBorders()
2884 cell->afterColumnBorder.resolve( afterColumnBorder ); in resolveBorders()
3065 rulingTag = afterColumnBorder.makeMifRuling( mifDoc ); in translate()
3952 curTable().afterColumnBorder.setFromFot(); in tableAfterColumnBorder()
3980 curTable().curCell().afterColumnBorder.setFromFot(); in tableCellAfterColumnBorder()
/dports/textproc/jade/jade-1.2.1/style/
H A DFlowObj.cxx1966 beforeColumnBorder(0), afterColumnBorder(0) { } in NIC()
1970 StyleObj *afterColumnBorder; member
1994 border(nic_->afterColumnBorder, borderStyle, &FOTBuilder::tableAfterColumnBorder, context); in processInner()
2053 nic_->afterColumnBorder = style; in setNonInheritedC()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DFlowObj.cxx2127 beforeColumnBorder(0), afterColumnBorder(0) { }
2131 StyleObj *afterColumnBorder;
2155 border(nic_->afterColumnBorder, borderStyle, &FOTBuilder::tableAfterColumnBorder, context);
2214 nic_->afterColumnBorder = style;