Lines Matching refs:cell

40 			$this->mpdf->cell['PARENTCELL'] = $this->mpdf->saveInlineProperties();
42 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] = $this->mpdf->cell;
49 if ($this->mpdf->tableLevel > 1) { // inherit table properties from cell in which nested
54 $direction = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'];
55 $txta = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['a'];
56 $cellLineHeight = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineHeight'];
57 $cellLineStackingStrategy = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingStrategy'];
58 $cellLineStackingShift = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingShift'];
82 $this->mpdf->cell = [];
129 if ($this->mpdf->tableLevel > 1) { // inherit table properties from cell in which nested
535 if (!isset($this->mpdf->cell[$k][$l])) {
537 if (isset($this->mpdf->cell[$k][$n]) && $this->mpdf->cell[$k][$n] != 0) {
541 $this->mpdf->cell[$k][$l] = [
556 $this->mpdf->cell[$k][$l]['border'] = 0;
557 $this->mpdf->cell[$k][$l]['border_details']['R'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
558 $this->mpdf->cell[$k][$l]['border_details']['L'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
559 $this->mpdf->cell[$k][$l]['border_details']['T'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
560 $this->mpdf->cell[$k][$l]['border_details']['B'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
561 $this->mpdf->cell[$k][$l]['border_details']['mbw'] = ['BL' => 0, 'BR' => 0, 'RT' => 0, 'RB' => 0, 'TL' => 0, 'TR' => 0, 'LT' => 0, 'LB' => 0];
563 $this->mpdf->cell[$k][$l]['borderbin'] = $this->mpdf->_packCellBorder($this->mpdf->cell[$k][$l]);
564 unset($this->mpdf->cell[$k][$l]['border'], $this->mpdf->cell[$k][$l]['border_details']);
570 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] = $this->mpdf->cell;
649 // Should Update all other arays set on row number, but cell properties have been set so not needed
699 $this->mpdf->cell = $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'];
700 if (isset($this->mpdf->cell['PARENTCELL'])) {
701 if ($this->mpdf->cell['PARENTCELL']) {
702 $this->mpdf->restoreInlineProperties($this->mpdf->cell['PARENTCELL']);
704 unset($this->mpdf->cell['PARENTCELL']);
717 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $tl;
718 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
719 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
720 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
721 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
723 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
724 if ((isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmaw']) && $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmaw'] < $tmaw)
725 || !isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmaw'])) {
726 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmaw'] = $tmaw;
728 if ((isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmiw']) && $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmiw'] < $tmiw)
729 || !isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmiw'])) {
730 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['nestedmiw'] = $tmiw;
799 // Set table cell widths for top level table
807 // Now work through any nested tables setting child table[w'] = parent cell['w']
811 // HERE set child table width = cell width
826 //$parentwidth -= ALLOW FOR PADDING ETC. in parent cell
985 // Set table cell widths for top level table
989 // Now work through any nested tables setting child table[w'] = parent cell['w']
993 // HERE set child table width = cell width
1007 //$parentwidth -= ALLOW FOR PADDING ETC.in parent cell
1189 $this->mpdf->cell = []; //array