Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php20 …public static function tableOpen(ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tab… function in ODTTable
421 self::tableOpen($params, $maxcols, $numrows, $style_name);
H A DODTDocument.php982 …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 Dpage.php756 $this->document->tableOpen($maxcols, $numrows);
1141 $this->document->tableOpen();