Lines Matching refs:CurrCol

499 	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 != $oldcolumn) {
6658 $oldcolumn = $this->CurrCol;
6663 $this->breakpoints[$this->CurrCol][] = $this->y;
6671 $this->breakpoints[$this->CurrCol][] = $this->y;
6682 $this->breakpoints[$this->CurrCol][] = $this->y;
6699 $this->breakpoints[$this->CurrCol][] = $this->y;
7072 $this->breakpoints[$this->CurrCol][] = $this->y;
7086 $this->breakpoints[$this->CurrCol][] = $this->y;
7778 $oldcolumn = $this->CurrCol;
7780 $this->breakpoints[$this->CurrCol][] = $this->y;
8466 if ($this->CurrCol != $oldcolumn) {
8469 $oldcolumn = $this->CurrCol;
8473 $this->breakpoints[$this->CurrCol][] = $this->y;
8481 $this->breakpoints[$this->CurrCol][] = $this->y;
8500 $this->breakpoints[$this->CurrCol][] = $this->y;
9009 $oldcolumn = $this->CurrCol;
9021 if ($this->CurrCol != $oldcolumn) {
9388 // if ($collapsible && (sprintf("%0.4f", $this->y)==sprintf("%0.4f", $this->y0)) && ($this->ColActive) && $this->CurrCol == 0) { return; } // *COLUMNS*
9935 $this->columnAnnots[$this->CurrCol][intval($this->x)][intval($this->y)] = $ref;
11822 $x -= ($this->CurrCol - $tablestartcolumn) * ($this->ColWidth + $this->ColGap); // *OTL*
11825 $x += ($this->CurrCol - $tablestartcolumn) * ($this->ColWidth + $this->ColGap);
16022 $oldcolumn = $this->CurrCol;
16102 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page, "col" => $this->CurrCol];
16226 $oldcol = $this->CurrCol;
16234 if ($this->CurrCol != $oldcol) {
16276 if ($this->CurrCol != $oldcolumn) {
16278 $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap); // *OTL*
16281 $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap);
16284 $oldcolumn = $this->CurrCol;
16435 $this->breakpoints[$this->CurrCol][] = $this->y;
16452 if ($this->CurrCol != $oldcolumn) {
16454 $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap); // *OTL*
16457 $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap);
16460 $oldcolumn = $this->CurrCol;
16483 if ($this->CurrCol != $oldcolumn) {
16485 $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap); // *OTL*
16488 $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap);
16491 $oldcolumn = $this->CurrCol;
16518 if ($this->CurrCol != $oldcolumn) {
16520 $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap); // *OTL*
16523 $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth + $this->ColGap);
16526 $oldcolumn = $this->CurrCol;
17825 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
21879 $this->breakpoints[$this->CurrCol][] = $this->y;
21986 $tablestartcolumn = $this->CurrCol;
22161 $oldcolumn = $this->CurrCol;
22469 if ($this->CurrCol != $oldcolumn) {
22473 if ($this->CurrCol == 0) { // just added a page - possibly with tableheader
22480 if ($this->CurrCol != 0 && ($this->keepColumns && $this->ColActive) && !empty($tableheader) && $i > 0) {
22515 $tablestartcolumn = $this->CurrCol;
23123 $this->breakpoints[$this->CurrCol][] = $y + $h;
23288 $this->breakpoints[$this->CurrCol][] = $this->y;
23480 $this->internallink[$uid] = ["Y" => $ily, "PAGE" => $this->page, "col" => $this->CurrCol];
24232 $this->breakpoints[$this->CurrCol][] = $this->y; // *COLUMNS*
24244 if ($this->CurrCol < $this->NbCol - 1) {
24246 $this->CurrCol++;
24247 $this->SetCol($this->CurrCol);
24369 function SetCol($CurrCol)
24373 $this->CurrCol = $CurrCol;
24374 $x = $this->ColL[$CurrCol];
24375 $xR = $this->ColR[$CurrCol]; // NB This is not R margin -> R pos
24392 if ($this->CurrCol < $this->NbCol - 1) {
24394 $this->CurrCol++;
24395 $this->SetCol($this->CurrCol);