Lines Matching refs:extra

7055 			$extra = 0;
7060 $extra = ($this->blk[$this->blklvl]['css_set_height'] + $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['padding_top']) - $h1;
7062 if ($this->y + $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['border_bottom']['w'] + $extra > $this->PageBreakTrigger) {
7063 $extra = $this->PageBreakTrigger - ($this->y + $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['border_bottom']['w']);
7068 $this->DivLn($this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['border_bottom']['w'] + $extra, -3, true, false, 2);
14887 $added = 0; // extra padding
20134 $wi = ($table['w'] - ($wis + $tblbw)); // i.e. extra space to distribute
20153 $wi = ($table['w'] - ($wis + $tblbw)); // i.e. extra space to distribute
20389 // ++ extra parameter forces wrap to break word
20433 // this is the extra used in _tableWrite to determine whether to trigger a page change
20436 $extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V'] / 2;
20438 $extra = $table['border_spacing_V'] / 2;
20442 $extra = $bb / 2;
20444 $extra = $table['simple']['border_details']['B']['w'] / 2;
20450 $headerrowheightplus += $ch + $extra;
20455 $footerrowheightplus += $ch + $extra;
20459 $checkmaxheightplus = max($checkmaxheightplus, $ch + $extra);
20500 $extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V'] / 2;
20502 $extra = $table['border_spacing_V'] / 2;
20511 $extra = $bb / 2;
20513 $extra = $table['simple']['border_details']['B']['w'] / 2;
20518 $headerrowheightplus = max($headerrowheightplus, $hs + $extra);
20521 $footerrowheightplus = max($footerrowheightplus, $hs + $extra);
20524 $checkmaxheightplus = max($checkmaxheightplus, $hs + $extra);
22123 $extra = $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V'] / 2;
22124 // $extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2;
22126 $extra = $table['border_spacing_V'] / 2;
22129 $extra = $table['max_cell_border_width']['B'] / 2;
22132 if ($j == $startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && ($y + $maxrowheight + $tablefooterrowheight + $extra) > $pagetrigger) && ($this->tableLevel == 1 && $i < ($numrows - $table['headernrows']))) && ($y0 > 0 || $x0 > 0) && !$this->InFooter && $this->autoPageBreak) {
22167 // extra half border width in case page breaks in middle
22395 // extra half border width in case page was broken in middle
22974 $extra = ($w - $d_content - $wadj);
22975 if ($extra > 0) {
22977 $this->decimal_offset += $extra;
22979 $this->decimal_offset += ($extra) / 2;