Home
last modified time | relevance | path

Searched refs:getODTPropertiesNew (Results 1 – 5 of 5) sorted by relevance

/plugin/keyboard/
H A Dsyntax.php186 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false);
207 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false);
/plugin/wrap/
H A Dhelper.php359 $renderer->getODTPropertiesNew ($properties, 'p', $attr, null, false);
468 $renderer->getODTPropertiesNew ($properties, 'div', $attr);
559 $renderer->getODTPropertiesNew ($properties, 'span', $attr, null, false);
645 $renderer->getODTPropertiesNew ($css_properties, 'div', $attr_string, null, true);
/plugin/note/
H A Dsyntax.php236 $renderer->getODTPropertiesNew($css_properties, 'div', 'class="' . $data . '"', null, true);
/plugin/odt/
H A Dsyntax.php313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
/plugin/odt/renderer/
H A Dpage.php2126 …public function getODTPropertiesNew (&$dest, $element, $attributes=NULL, $media_sel=NULL, $inherit… function in renderer_plugin_odt_page