Home
last modified time | relevance | path

Searched refs:_odtSpanClose (Results 1 – 13 of 13) sorted by relevance

/plugin/typography/helper/
H A Dodt.php60 $renderer->_odtSpanClose();
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php123 $renderer->_odtSpanClose();
/plugin/changemarks/
H A Dhighlighted.php98 $renderer->_odtSpanClose();
H A Dinserted.php101 $renderer->_odtSpanClose();
H A Ddeleted.php101 $renderer->_odtSpanClose();
/plugin/emphasis/syntax/
H A Dfont.php158 $renderer->_odtSpanClose();
/plugin/color/
H A Dsyntax.php81 $renderer->_odtSpanClose();
/plugin/keyboard/
H A Dsyntax.php241 $renderer->_odtSpanClose();
/plugin/definitionlist/
H A Dsyntax.php277 $renderer->_odtSpanClose();
/plugin/yalist/
H A Dsyntax.php687 $renderer->_odtSpanClose();
/plugin/wrap/
H A Dhelper.php626 if ( method_exists ($renderer, '_odtSpanClose') === false ) {
630 $renderer->_odtSpanClose();
/plugin/odt/
H A DChangeLog.txt132 _odtSpanOpenUseCSS/_odtSpanClose, _odtDivOpenAsFrameUseCSS/_odtDivCloseAsFrame
/plugin/odt/renderer/
H A Dpage.php1734 function _odtSpanClose(){ function in renderer_plugin_odt_page