Searched refs:tableCellOpen (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTTable.php | 307 …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 D | ODTDocument.php | 985 …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 D | page.php | 798 $this->document->tableCellOpen($colspan, $rowspan, $align);
|