Searched refs:tableCellOpenUseCSS (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 525 …public static function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N… function in ODTTable
|
H A D | ODTDocument.php | 1279 …function tableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimpor… function in ODTDocument 1289 ODTTable::tableCellOpenUseCSS($this->params, $element, $attributes, $colspan, $rowspan);
|
/plugin/odt/renderer/ |
H A D | page.php | 1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
|