Lines Matching refs:cwc
14 var $cwc; variable in TableBox
21 $this->cwc = array();
134 $this->cwc[$index] = new WCFraction(((int)$value) / 100);
136 $this->cwc[$index] = new WCConstant(px2pt((int)$value));
221 if (!isset($this->cwc[$i])) {
222 $this->cwc[$i] = new WCNone;
237 $this->cwc[$i] = merge_width_constraint($this->cwc[$i], $cell->get_css_property(CSS_WIDTH));
250 $wc =& $this->cwc[$i];
615 return $this->cwc[$col];
668 $cwc = $this->get_cwc($i);
671 min($cwc->apply_inverse($widths[$i], $base_width),
702 $cwc = $this->get_cwc($i);
705 min($cwc->apply_inverse($widths[$i], $base_width),
841 $cwc = $this->get_cwc($i);
846 if (!is_a($cwc,"wcfraction")) {
847 $widths[$i] = $cwc->apply($widths[$i], $this->get_width());