Lines Matching refs:styleName
195 protected function getStyle($attribute, $attributeName, $styleName = '') { argument
198 if ($styleName == '') {
199 $styleName = $attributeName;
201 $result = $styleName . ':' . $result . ';';
310 $styleName = $this->getOdtTableStyleName($this->getAttribute($attribute, 'block-id'));
311 $style = '<style:style style:name="' . $styleName . '" style:family="table">';
323 $renderer->autostyles[$styleName] = $style;
332 $styleName = $this->getOdtTableStyleName($blockId, $columnId);
334 $style = '<style:style style:name="' . $styleName . '" style:family="table-column">';
345 $renderer->autostyles[$styleName] = $style;
347 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
349 $style = '<style:style style:name="' . $styleName . '" style:family="table-cell">';
382 $renderer->autostyles[$styleName] = $style;
391 $styleName = $this->getOdtTableStyleName($blockId);
393 $renderer->doc .= '<table:table table:style-name="' . $styleName . '">';
395 $styleName = $this->getOdtTableStyleName($blockId, $c + 1);
396 $renderer->doc .= '<table:table-column table:style-name="' . $styleName . '" />';
407 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
408 …$renderer->doc .= '<table:table-cell table:style-name="' . $styleName . '" office:value-type="stri…