Searched refs:tableHeaderOpenUseCSS (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 447 …public static function tableHeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1… function in ODTTable
|
H A D | ODTDocument.php | 1221 …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 D | page.php | 1853 $this->document->tableHeaderOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
|