Lines Matching defs:row

545 	var $row;
1511 $this->row = -1;
12249 }// end row $i
13554 if ($this->blockjustfinished && $this->cell[$this->row][$this->col]['s'] > 0) {
13556 if (!isset($this->cell[$this->row][$this->col]['maxs'])) {
13557 $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s'];
13558 } elseif ($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) {
13559 $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s'];
13561 $this->cell[$this->row][$this->col]['s'] = 0; // reset
13565 if (!isset($this->cell[$this->row][$this->col]['R']) || !$this->cell[$this->row][$this->col]['R']) {
13566 if (isset($this->cell[$this->row][$this->col]['s'])) {
13567 $this->cell[$this->row][$this->col]['s'] += $this->GetStringWidth($e, false, $this->OTLdata, $this->textvar);
13569 $this->cell[$this->row][$this->col]['s'] = $this->GetStringWidth($e, false, $this->OTLdata, $this->textvar);
13572 $this->cell[$this->row][$this->col]['s'] += (isset($this->spanborddet['L']['w']) ? $this->spanborddet['L']['w'] : 0) + (isset($this->spanborddet['R']['w']) ? $this->spanborddet['R']['w'] : 0);
13578 if (substr($this->cell[$this->row][$this->col]['a'], 0, 1) == 'D') {
13580 $dp = $this->decimal_align[substr($this->cell[$this->row][$this->col]['a'], 0, 2)];
15878 $this->cell[$this->row][$this->col]['textbuffer'][] = $arr;
16159 $cell = &$table['cells'][$objattr['row']][$objattr['col']];
16165 list($dummyx, $w) = $this->_tableGetWidth($table, $objattr['row'], $objattr['col']);
19529 // nr Number row
19530 // hr List of height of each row
20550 // i.e. for one or more rows, the only cells (explicit) in that row have rowspan>1
20553 // Get row extent to analyse above and below
20636 $maxfirstrowheight = $firstrowheight + $headerrowheightplus + $footerrowheightplus; // includes thead, 1st row and tfoot
20724 function _tableGetMaxRowHeight($table, $row)
20726 if ($row == $table['nc'] - 1) {
20727 return $table['hr'][$row];
20729 $maxrowheight = $table['hr'][$row];
20730 for ($i = $row + 1; $i < $table['nr']; $i++) {
21836 $row = [];
21856 $row[$col] = $cells[$i][$j];
21861 if (!isset($row[$f])) {
21862 $row[$f] = 0;
21865 $table['cells'][$i] = $row;
22095 // Get Maximum row/cell height in row - including rowspan>1 + 1 overlapping
22530 // Last row
22537 $divh += $adv; // last row: fill bottom half of bottom border (y advanced at end)
22759 // Get info of first row ==>> table header
22760 // Use > 1 row if THEAD
23133 } // last row jump (update this->y position)
27294 // $npr = number per row