Searched refs:tableCellOpenUseProperties (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 534 self::tableCellOpenUseProperties($params, $properties, $colspan, $rowspan); 540 …public static function tableCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, … function in ODTTable
|
H A D | ODTDocument.php | 1298 function tableCellOpenUseProperties($properties, $colspan = 1, $rowspan = 1){ function in ODTDocument 1300 ODTTable::tableCellOpenUseProperties($this->params, $properties, $colspan, $rowspan);
|
/plugin/odt/renderer/ |
H A D | page.php | 1156 $this->document->tableCellOpenUseProperties($properties); 1913 $this->document->tableCellOpenUseProperties($properties, $colspan, $rowspan);
|