Searched refs:tableOpen (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 20 …public static function tableOpen(ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tab… function in ODTTable 421 self::tableOpen($params, $maxcols, $numrows, $style_name);
|
H A D | ODTDocument.php | 982 …ODTTable::tableOpen($this->params, 1, 1, 'Table_Quotation'.$this->quote_depth, 'blockquote', NULL); 1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){ function in ODTDocument 1092 ODTTable::tableOpen($this->params, $maxcols, $numrows, NULL, $element, $attributes);
|
/plugin/odt/renderer/ |
H A D | page.php | 756 $this->document->tableOpen($maxcols, $numrows); 1141 $this->document->tableOpen();
|