Home
last modified time | relevance | path

Searched refs:spanOpen (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/ODT/
H A DODTSpan.php18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=… function in ODTSpan
103 self::spanOpen($params, $style_name);
H A DODTFootnote.php74 $params->document->spanOpen($params->document->getStyleName('footnote anchor'));
H A DODTDocument.php335 function spanOpen($styleName, $element=NULL, $attributes=NULL){ function in ODTDocument
341 ODTSpan::spanOpen($this->params, $styleName, $element, $attributes);
/plugin/odt/renderer/
H A Dpage.php686 $this->document->spanOpen($this->document->getStyleName('strong'));
694 $this->document->spanOpen($this->document->getStyleName('emphasis'));
702 $this->document->spanOpen($this->document->getStyleName('underline'));
710 $this->document->spanOpen($this->document->getStyleName('monospace'));
718 $this->document->spanOpen($this->document->getStyleName('sub'));
726 $this->document->spanOpen($this->document->getStyleName('sup'));
734 $this->document->spanOpen($this->document->getStyleName('del'));
1726 $this->document->spanOpen($style_name);