Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php447 …public static function tableHeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1… function in ODTTable
H A DODTDocument.php1221 …function tableHeaderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimp… function in ODTDocument
1231 ODTTable::tableHeaderOpenUseCSS($this->params, $colspan, $rowspan, $element, $attributes);
/plugin/odt/renderer/
H A Dpage.php1853 $this->document->tableHeaderOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);