H A D | page.php | 901 $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
|