Searched refs:tableOpenUseCSS (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 373 …public static function tableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $e… function in ODTTable
|
H A D | ODTDocument.php | 1182 …function tableOpenUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportn… function in ODTDocument 1192 ODTTable::tableOpenUseCSS($this->params, $maxcols, $numrows, $element, $attributes);
|
/plugin/odt/renderer/ |
H A D | page.php | 1808 $this->document->tableOpenUseCSS($maxcols, $numrows, $element, $attributes, $import);
|