Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTParagraph.php65 … $styleFirstTemplate = $params->document->getStyleByAlias('list first');
67 … $styleFirstTemplate = $params->document->getStyleByAlias('numbering first');
H A DODTList.php248 $style_last = $params->document->getStyleByAlias('list first');
250 $style_last = $params->document->getStyleByAlias('numbering first');
H A DODTDocument.php1644 $first_page = $this->getStyleByAlias('first page');
1702 $first_page = $this->getStyleByAlias('first page');
2197 public function getStyleByAlias($alias) { function in ODTDocument
/plugin/odt/renderer/
H A Dpage.php1075 $source_code_style = $this->document->getStyleByAlias('source code');
1122 $source_code_style = $this->document->getStyleByAlias('source code');