Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php525 …public static function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N… function in ODTTable
H A DODTDocument.php1279 …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 Dpage.php1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);