Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php534 self::tableCellOpenUseProperties($params, $properties, $colspan, $rowspan);
540 …public static function tableCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, … function in ODTTable
H A DODTDocument.php1298 function tableCellOpenUseProperties($properties, $colspan = 1, $rowspan = 1){ function in ODTDocument
1300 ODTTable::tableCellOpenUseProperties($this->params, $properties, $colspan, $rowspan);
/plugin/odt/renderer/
H A Dpage.php1156 $this->document->tableCellOpenUseProperties($properties);
1913 $this->document->tableCellOpenUseProperties($properties, $colspan, $rowspan);