Home
last modified time | relevance | path

Searched refs:TableCellFlowObj (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DFlowObj_inst.cxx109 #pragma define_template Owner<TableCellFlowObj::NIC>
112 #pragma define(Owner<TableCellFlowObj::NIC>)
115 template class Owner<TableCellFlowObj::NIC>;
117 typedef Owner<TableCellFlowObj::NIC> Dummy_5;
H A DFlowObj_inst.m440 __instantiate(Owner<TableCellFlowObj::NIC>)
H A DFlowObj.cxx2233 class TableCellFlowObj : public CompoundFlowObj { class
2244 TableCellFlowObj(bool missing = 0) : nic_(new NIC) { in TableCellFlowObj() function in DSSSL_NAMESPACE::TableCellFlowObj
2248 TableCellFlowObj(const TableCellFlowObj &fo) : CompoundFlowObj(fo), nic_(new NIC(*fo.nic_)) { } in TableCellFlowObj() function in DSSSL_NAMESPACE::TableCellFlowObj
2312 return new (c) TableCellFlowObj(*this); in copy()
2554 TableCellFlowObj *cell = new (*vm().interp) TableCellFlowObj(i >= table->nColumns); in endTableRow()
2839 FLOW_OBJ(TableCellFlowObj, "table-cell"); in installFlowObjs()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DFlowObj_inst.m447 __instantiate(Owner<TableCellFlowObj::NIC>)
H A DFlowObj.cxx2394 class TableCellFlowObj : public CompoundFlowObj {
2405 TableCellFlowObj(bool missing = 0) : nic_(new NIC) {
2409 TableCellFlowObj(const TableCellFlowObj &fo) : CompoundFlowObj(fo), nic_(new NIC(*fo.nic_)) { }
2473 return new (c) TableCellFlowObj(*this);
2715 TableCellFlowObj *cell = new (*vm().interp) TableCellFlowObj(i >= table->nColumns);
3024 FLOW_OBJ(TableCellFlowObj, "table-cell");