Home
last modified time | relevance | path

Searched +full:outline_list_style +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/conf/
H A Ddefault.php52 $conf['outline_list_style'] = 'Normal';
H A Dmetadata.php50 $meta['outline_list_style'] = array('multichoice', '_choices' => array('Normal', 'Numbers'));
/plugin/odt/helper/
H A Dconfig.php395 $this->config ['outline_list_style'] =
/plugin/odt/renderer/
H A Dpage.php197 $this->document->setOutlineStyle($this->config->getParam('outline_list_style'));
204 $this->document->setOutlineStyle($this->config->getParam('outline_list_style'));
392 if ($this->config->getParam('outline_list_style') == 'Numbers') {