Lines Matching refs:row

5   var $row;  variable in CellSpan
64 $row =& new TableRowBox($root);
65 $row->readCSS($css_state);
67 $box->add_child($row);
175 $this->content[$i]->content[$j]->row = $i;
193 $row =& $this->content[$i];
195 for ($j=0, $num_cells = count($row->content); $j < $num_cells; $j++) {
196 $cell = $row->content[$j];
304 $row =& $this->content[$i];
305 if (count($row->content) == 0) {
345 $row =& $this->content[$i_row];
346 if ($i_col < count($row->content)) {
350 $row->content[$i_col]->rowspan = min($row->content[$i_col]->rowspan,
353 if ($row->content[$i_col]->rowspan > 1) {
359 … for ($k=$i_row+1; $k<min($i_row + $row->content[$i_col]->rowspan, count($this->content)); $k++) {
363 for ($cs = 0; $cs < $row->content[$i_col]->colspan; $cs++) {
380 $row =& $this->content[$i];
381 while ($length > count($row->content)) {
382 $row->append_fake_cell($pipeline);
430 $cell =& $this->content[$span->row]->content[$span->column];
433 $row_heights = array_slice($heights, $span->row, $span->size);
437 $baseline = $this->content[$span->row]->get_row_baseline();
624 function get_rhc($row) { argument
625 return $this->rhc[$row];
761 $cell = $this->content[$colspan->row]->content[$colspan->column];
1276 … $cell_height = $this->content[$rowspan->row]->content[$rowspan->column]->get_full_height();
1279 $cell_row_heights = array_slice($heights, $rowspan->row, $rowspan->size);
1282 $flags = array_slice($this->get_non_constrained_flags(), $rowspan->row, $rowspan->size);
1293 … $flags = array_slice($this->get_non_constant_constrained_flags(), $rowspan->row, $rowspan->size);
1303 $rowspan->row,