Lines Matching refs:column
64 private $column; variable in DecoratorTables
127 $this->column = 0;
176 $cell = $this->row[$this->column];
182 $this->column += $numberOfPlaceholders;
185 $this->row[$this->column]->setSize($colspan, $rowspan);
186 $this->column += $colspan;
192 $column = 0;
195 $cell = $this->row[$column];
198 $starts = $column + 1;
203 $this->decorator->table_cline($starts, $column);
207 $column += $cell->getCols();
208 } while($column < sizeof($this->row));
211 $this->decorator->table_cline($starts, $column);
224 $this->column = 0;