Searched refs:tableOpenUseProperties (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 382 self::tableOpenUseProperties($params, $properties, $maxcols, $numrows); 400 …public static function tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = … function in ODTTable
|
H A D | ODTDocument.php | 1201 function tableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){ function in ODTDocument 1203 ODTTable::tableOpenUseProperties($this->params, $properties, $maxcols, $numrows);
|
/plugin/odt/renderer/ |
H A D | page.php | 1819 $this->document->tableOpenUseProperties ($properties, $maxcols, $numrows);
|