Home
last modified time | relevance | path

Searched refs:WCNone (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php21 return new WCNone();
41 return new WCNone;
50 if ($value === '') { return new WCNone; };
54 return new WCNone;
H A Dwidth.php24 class WCNone extends WidthConstraint { class
25 function WCNone() { function in WCNone
35 $copy =& new WCNone();
H A Dbox.table.cell.fake.php45 return new WCNone();
H A Dbox.inline.control.php29 $this->setCSSProperty(CSS_WIDTH, new WCNone());
H A Dbox.block.php197 $this->setCSSProperty(CSS_WIDTH, new WCNone());
H A Dbox.frame.php75 $this->setCSSProperty(CSS_WIDTH, new WCNone());
H A Dbox.table.php222 $this->cwc[$i] = new WCNone;
240 $cell->setCSSProperty(CSS_WIDTH, new WCNone);
289 $wc = new WCNone;