Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php382 self::tableOpenUseProperties($params, $properties, $maxcols, $numrows);
400 …public static function tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = … function in ODTTable
H A DODTDocument.php1201 function tableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){ function in ODTDocument
1203 ODTTable::tableOpenUseProperties($this->params, $properties, $maxcols, $numrows);
/plugin/odt/renderer/
H A Dpage.php1819 $this->document->tableOpenUseProperties ($properties, $maxcols, $numrows);