Home
last modified time | relevance | path

Searched refs:_odtAddImage (Results 1 – 14 of 14) sorted by relevance

/plugin/stars2/
H A Dsyntax.php225 $renderer->_odtAddImage($src_unknown);
229 $renderer->_odtAddImage($src_full);
236 $renderer->_odtAddImage($src_half);
242 $renderer->_odtAddImage($src_empty);
/plugin/note/
H A Dsyntax.php196 $renderer->_odtAddImage($src);
265 $renderer->_odtAddImage($css_properties ['background-image']);
/plugin/seqdia/
H A Dsyntax.php113 $R->_odtAddImage($src,$data['width'],$data['height'],$data['align']);
/plugin/mathpublish/
H A Dsyntax.php170 $R->_odtAddImage($imagefile, $width, $height, $align, NULL, NULL);
/plugin/emoji/
H A Dsyntax.php125 $renderer->_odtAddImage($path, $width.'cm', $height.'cm');
/plugin/graphviz/
H A Dsyntax.php112 $R->_odtAddImage($src,$data['width'],$data['height'],$data['align']);
/plugin/visrep/
H A Dsyntax.php133 $R->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
/plugin/geotag/syntax/
H A Dgeotag.php204 $renderer->_odtAddImage(DOKU_PLUGIN . 'geotag/images/geotag.png', null, null, 'left', '');
/plugin/plantuml/
H A Dsyntax.php143 $renderer->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
/plugin/dataplot/
H A Dsyntax.php228 $renderer->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
/plugin/ditaa/
H A Dsyntax.php133 $R->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
/plugin/wrap/
H A Dhelper.php618 $renderer->_odtAddImage ($properties ['background-image'],null,null,null,null,null);
766 $renderer->_odtAddImage($image);
/plugin/odt/renderer/
H A Dpage.php901 $this->_odtAddImage($src);
1201 return $this->_odtAddImage($file, $width, $height, $align, $title, NULL, true);
1203 $this->_odtAddImage($file, $width, $height, $align, $title);
1270 $doc .= $this->_odtAddImage($tmp_name, $width, $height, $align, $title, $returnonly);
1656 …function _odtAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = … function in renderer_plugin_odt_page
/plugin/filelist/
H A Dsyntax.php