Home
last modified time | relevance | path

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

/plugin/latexit/
H A Drenderer.php88 protected $cells_count; variable in renderer_plugin_latexit
1247 $this->cells_count = 0;
1303 if ($this->rowspan_handler->getRowspan($this->cells_count) != 0) {
1305 $this->rowspan_handler->decreaseRowspan($this->cells_count);
1306 $this->cells_count++;
1317 $this->rowspan_handler->insertRowspan($rowspan - 1, $this->cells_count);
1336 $this->cells_count += $this->last_colspan;
1337 if ($this->table_cols != $this->cells_count) {