Home
last modified time | relevance | path

Searched refs:paragraphOpen (Results 1 – 8 of 8) sorted by relevance

/plugin/odt/ODT/
DODTImage.php60 $params->document->paragraphOpen();
151 $params->document->paragraphOpen();
158 $params->document->paragraphOpen($$params->document->getStyleName('legend center'));
219 $params->document->paragraphOpen();
DODTParagraph.php29 …public static function paragraphOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $a… function in ODTParagraph
226 self::paragraphOpen($params, $style_name);
DODTDocument.php320 $this->paragraphOpen();
338 $this->paragraphOpen();
352 $this->paragraphOpen();
374 $this->paragraphOpen();
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){ function in ODTDocument
411 ODTParagraph::paragraphOpen($this->params, $styleName, $element, $attributes);
459 $this->paragraphOpen($styleName);
512 $this->paragraphOpen($style);
516 $this->paragraphOpen();
519 $this->paragraphOpen($style);
[all …]
DODTFrame.php153 $params->document->paragraphOpen();
232 $params->document->paragraphOpen();
DODTTable.php287 $params->document->paragraphOpen($paragraphStyle);
342 $params->document->paragraphOpen($paragraphStyle);
DODTList.php192 $params->document->paragraphOpen($styleName);
DODTUtility.php1019 $params->document->paragraphOpen($p_style);
/plugin/odt/renderer/
Dpage.php639 $this->document->paragraphOpen($style);