Lines Matching refs:ODTUtility
376 ODTUtility::adjustValuesForODT($properties, $this->units);
448 ODTUtility::adjustValuesForODT($properties, $this->units);
779 …ODTUtility::replaceLocalLinkPlaceholders($this->content, $this->toc, $this->bookmarks, $styleName,…
785 ODTUtility::deleteUselessElements($this->content, $this->preventDeletetionStyles);
1543 * @see ODTUtility::getImageSize for a detailed description
1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
1556 return ODTUtility::getImageSizeString($src, $width, $height, false, $this->params->units);
1619 * @see ODTUtility::getCSSStylePropertiesForODT
1622 ODTUtility::getCSSStylePropertiesForODT($properties, $style, $baseURL, $this->units);
1930 $url = ODTUtility::stringToIRI($url);
1959 $url = ODTUtility::stringToIRI($url);
1991 $url = ODTUtility::stringToIRI($url);
2027 …ODTUtility::getHTMLElementProperties($this->params, $dest, $element, $attributes, $maxWidth, $inhe…
2045 ODTUtility::adjustValuesForODT($dest, $this->units, $maxWidth);
2051 ODTUtility::adjustValuesForODT($properties, $this->units);
2055 return ODTUtility::adjustValueForODT($property, $value, $this->units);
2420 * @see ODTUtility::generateODTfromHTMLCode for detailed documentation
2423 ODTUtility::generateODTfromHTMLCode($this->params, $HTMLCode, $options);