Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTTable.php307 …public static function tableCellOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $align… function in ODTTable
576 … self::tableCellOpen($params, $colspan, $rowspan, NULL, $style_name, $style_name_paragraph);
H A DODTDocument.php985 …ODTTable::tableCellOpen($this->params, 1, 1, 'left', 'Cell_Quotation'.$this->quote_depth, NULL, NU…
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){ function in ODTDocument
1164 …ODTTable::tableCellOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attribut…
/plugin/odt/renderer/
H A Dpage.php798 $this->document->tableCellOpen($colspan, $rowspan, $align);