Home
last modified time | relevance | path

Searched refs:CurrCol (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php198 $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->mpdf->CurrCol]['bottom_margin'], $this->mpdf->y + $h);
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
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php920 'col' => $this->mpdf->CurrCol,
925 $this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this->formCount;
998 $this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpdf->x, 'y' => $this->mpdf->y,
1000 $this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this->formCount;
1200 $this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpdf->x, 'y' => $this->mpdf->y,
1202 $this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this->formCount;
H A DMpdf.php499 var $CurrCol;
1242 $this->CurrCol = 0; // Current column number
4345 $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 !
505 var $CurrCol; global() variable in Mpdf\\Mpdf
24305 SetCol($CurrCol) global() argument
[all...]