Searched refs:CurrCol (Results 1 – 3 of 3) sorted by relevance
198 $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = $this->mpdf->y + $h;204 …$this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = max($this->mpdf->ColDetails[$this…206 } elseif (isset($this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'])) {208 $h = $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] - $this->mpdf->y;222 'col' => $this->mpdf->CurrCol, // Column when printed
920 'col' => $this->mpdf->CurrCol,925 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…998 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…1000 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…1200 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…1202 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
499 var $CurrCol; variable in Mpdf\\Mpdf1242 $this->CurrCol = 0; // Current column number4345 $this->columnLinks[$this->CurrCol][(int) $this->x][(int) $this->y] = $ref; // *COLUMNS*4743 $oldcolumn = $this->CurrCol;4791 if ($this->CurrCol != $oldcolumn) {4801 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;4803 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $this->divheight;6482 $oldcolumn = $this->CurrCol;6485 $this->breakpoints[$this->CurrCol][] = $this->y;6655 if ($this->CurrCol != $oldcolumn) {[all …]