Home
last modified time | relevance | path

Searched refs:notescaped (Results 1 – 3 of 3) sorted by relevance

/plugin/odp/
H A Drenderer.php942 function _preformatted($text, $style="Preformatted_20_Text", $notescaped=true) { argument
943 if ($notescaped) {
/plugin/odt/renderer/
H A Dpage.php1046 * @param bool $notescaped
1048 function _preformatted($text, $style=null, $notescaped=true) { argument
1049 $this->document->addPreformattedText($text, $style, $notescaped);
/plugin/odt/ODT/
H A DODTDocument.php481 * @param bool $notescaped
483 function addPreformattedText($text, $style=null, $notescaped=true) { argument
487 if ($notescaped) {