Home
last modified time | relevance | path

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

/plugin/odt/renderer/
H A Dpage.php760 $this->document->tableClose();
1164 $this->document->tableClose();
1830 $this->document->tableClose();
/plugin/odt/ODT/
H A DODTDocument.php992 $this->tableClose();
1102 function tableClose(){ function in ODTDocument
1104 ODTTable::tableClose($this->params);
H A DODTTable.php140 public static function tableClose(ODTInternalParams $params){ function in ODTTable