Searched refs:getODTPropertiesNew (Results 1 – 5 of 5) sorted by relevance
/plugin/keyboard/ |
H A D | syntax.php | 186 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false); 207 … $renderer->getODTPropertiesNew ($properties, 'kbd', 'class="'.$class.'"', NULL, false);
|
/plugin/wrap/ |
H A D | helper.php | 359 $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 D | syntax.php | 236 $renderer->getODTPropertiesNew($css_properties, 'div', 'class="' . $data . '"', null, true);
|
/plugin/odt/ |
H A D | syntax.php | 313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
|
/plugin/odt/renderer/ |
H A D | page.php | 2126 …public function getODTPropertiesNew (&$dest, $element, $attributes=NULL, $media_sel=NULL, $inherit… function in renderer_plugin_odt_page
|