Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php427 …public static function tableAddColumnUseProperties (ODTInternalParams $params, array $properties =… function in ODTTable
603 self::tableAddColumnUseProperties ($params, $properties);
H A DODTDocument.php1211 function tableAddColumnUseProperties ($properties){ function in ODTDocument
1213 ODTTable::tableAddColumnUseProperties($this->params, $properties);
/plugin/odt/renderer/
H A Dpage.php1841 $this->document->tableAddColumnUseProperties($properties);