Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php215 …public static function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $at… function in ODTTable
506 self::tableRowOpen($params, $style_name);
H A DODTDocument.php983 $this->tableRowOpen();
1122 function tableRowOpen($element=NULL, $attributes=NULL){ function in ODTDocument
1124 ODTTable::tableRowOpen($this->params, NULL, $element, $attributes);
/plugin/odt/renderer/
H A Dpage.php768 $this->document->tableRowOpen();
1142 $this->document->tableRowOpen();