Home
last modified time | relevance | path

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

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