Home
last modified time | relevance | path

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

/plugin/odt/conf/
H A Ddefault.php46 $conf['toc_indents'] = '0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5';
H A Dmetadata.php45 $meta['toc_indents'] = array('string');
/plugin/odt/helper/
H A Dconfig.php358 // TOC: toc_indents
359 $this->config ['toc_indents'] =
/plugin/odt/renderer/
H A Dpage.php430 $data ['indents'] = explode (',', $this->config->getParam('toc_indents'));