Home
last modified time | relevance | path

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

/plugin/latexit/_test/
H A Drowspanhandler.test.php40 $this->assertEquals(6, $this->r->getRowspan(3));
42 $this->assertEquals(0, $this->r->getRowspan(1));
51 $this->assertEquals(5, $this->r->getRowspan(3));
54 $this->assertEquals(1, $this->r->getRowspan(2));
57 $this->assertEquals(0, $this->r->getRowspan(2));
H A Drowspan.test.php26 $this->assertEquals(3, $r->getRowspan());
28 $this->assertEquals(5, $r->getRowspan());
/plugin/latexit/classes/
H A DRowspanHandler.php50 $rs = $this->rowspans[$i]->getRowspan() - 1;
65 public function getRowspan($cell_id) { function in RowspanHandler
70 return $this->rowspans[$i]->getRowspan();
H A DRowspan.php39 public function getRowspan() { function in Rowspan
/plugin/latexit/
H A Drenderer.php1303 if ($this->rowspan_handler->getRowspan($this->cells_count) != 0) {