Home
last modified time | relevance | path

Searched refs:_odtSpanOpenUseCSS (Results 1 – 9 of 9) sorted by relevance

/plugin/typography/helper/
H A Dodt.php44 $renderer->_odtSpanOpenUseCSS('span', 'style="'.$style.'"');
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php113 $renderer->_odtSpanOpenUseCSS(NULL, 'style="' . $color . ' ' . $background . '"');
/plugin/changemarks/
H A Dhighlighted.php90 $renderer->_odtSpanOpenUseCSS (NULL, 'class="highlighted"');
H A Dinserted.php93 $renderer->_odtSpanOpenUseCSS ('ins');
H A Ddeleted.php93 $renderer->_odtSpanOpenUseCSS ('del');
/plugin/emphasis/syntax/
H A Dfont.php152 $renderer->_odtSpanOpenUseCSS (NULL, 'class="plugin_emphasis" style="'.$data['colortype'].': '.$data['color'].';"');
/plugin/color/
H A Dsyntax.php71 $renderer->_odtSpanOpenUseCSS (NULL, 'style="'.$color.$background.'"');
/plugin/odt/
H A DChangeLog.txt132 _odtSpanOpenUseCSS/_odtSpanClose, _odtDivOpenAsFrameUseCSS/_odtDivCloseAsFrame
/plugin/odt/renderer/
H A Dpage.php1710 function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ function in renderer_plugin_odt_page