Lines Matching refs:styleName

332      * @param string $styleName The style to use.
335 function spanOpen($styleName, $element=NULL, $attributes=NULL){ argument
341 ODTSpan::spanOpen($this->params, $styleName, $element, $attributes);
406 * @param string $styleName The style to use.
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){ argument
411 ODTParagraph::paragraphOpen($this->params, $styleName, $element, $attributes);
458 $styleName = $this->getStyleName('horizontal line');
459 $this->paragraphOpen($styleName);
463 $this->preventDeletetionStyles [] = $styleName;
777 $styleName = $this->getStyleName('local link');
779 …aceLocalLinkPlaceholders($this->content, $this->toc, $this->bookmarks, $styleName, $visitedStyleNa…
1003 * @param string $styleName Name of style to use for the list
1006 function listOpen($continue=false, $styleName, $element=NULL, $attributes=NULL) { argument
1008 if ($styleName == $this->getStyleName('list')) {
1011 if ($styleName == $this->getStyleName('numbering')) {
1015 ODTList::listOpen($this->params, $continue, $styleName, $element, $attributes);
1950 … function openHyperlink ($url, $styleName = NULL, $visitedStyleName = NULL, $returnonly = false) { argument
1953 if (empty($styleName)) {
1954 $styleName = $this->getStyleName('internet link');
1961 $encoded .= ' text:style-name="'.$styleName.'"';
1982 …function insertHyperlink ($url, $text, $styleName = NULL, $visitedStyleName = NULL, $returnonly = … argument
1985 if (empty($styleName)) {
1986 $styleName = $this->getStyleName('internet link');
1993 $encoded .= ' text:style-name="'.$styleName.'"';
2150 * @param string $styleName The style name ofthe style style.
2160 * @param string $styleName The style name ofthe style style.
2163 public function getStyle ($styleName) { argument
2164 return $this->styleset->getStyle($styleName);