Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTImage.php106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) { function in ODTImage
132 $name = self::addStringAsSVGImageFile($params->document, $string);
H A DODTDocument.php1603 public function addStringAsSVGImageFile($string) { function in ODTDocument
1604 return ODTImage::addStringAsSVGImageFile($this, $string);
/plugin/odt/renderer/
H A Dpage.php1623 return $this->document->addStringAsSVGImageFile($string);