Home
last modified time | relevance | path

Searched refs:ODTUtility (Results 1 – 12 of 12) sorted by relevance

/plugin/odt/ODT/
H A DODTTable.php116 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
163 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
228 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
247 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
272 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
296 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
330 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
379 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
453 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
490 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
[all …]
H A DODTSpan.php24 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
54 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
112 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
119 ODTUtility::getHTMLElementProperties ($params, $properties, 'span', $attributes);
150 $found = ODTUtility::getNextTag($HTMLCode, $pos);
H A DODTList.php25 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
53 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
89 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
120 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
145 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
169 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
H A DODTFrame.php77 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
160 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
195 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
248 …list($pic_width, $pic_height) = ODTUtility::getImageSizeString($picture, NULL, NULL, true, $params…
322 ODTUtility::openHTMLElement ($params, $throwAway, $element, $attributes);
379 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
H A DODTImage.php39 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
41 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, false, $params->unit…
136 …list($width, $height) = ODTUtility::getImageSizeString($string, $width, $height, true, $params->un…
188 ODTUtility::adjustValuesForODT ($properties, $params->units);
204 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
H A DODTParagraph.php117 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
135 ODTUtility::closeHTMLElement ($params, $paragraph->getHTMLElement());
165 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
H A DODTDocument.php376 ODTUtility::adjustValuesForODT($properties, $this->units);
448 ODTUtility::adjustValuesForODT($properties, $this->units);
1543 * @see ODTUtility::getImageSize for a detailed description
1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
1619 * @see ODTUtility::getCSSStylePropertiesForODT
1930 $url = ODTUtility::stringToIRI($url);
1959 $url = ODTUtility::stringToIRI($url);
1991 $url = ODTUtility::stringToIRI($url);
2045 ODTUtility::adjustValuesForODT($dest, $this->units, $maxWidth);
2051 ODTUtility::adjustValuesForODT($properties, $this->units);
[all …]
H A DODTImport.php150 ODTUtility::adjustValuesForODT ($properties, $params->units);
186 list($width, $height) = ODTUtility::getImageSize($file);
251 ODTUtility::adjustValuesForODT ($properties, $params->units);
393 ODTUtility::adjustValuesForODT ($properties, $params->units);
527 ODTUtility::adjustValuesForODT ($properties, $params->units);
634 ODTUtility::adjustValuesForODT ($properties, $params->units);
681 ODTUtility::adjustValuesForODT ($properties, $params->units);
745 ODTUtility::adjustValuesForODT ($properties, $params->units);
H A DODTFootnote.php47 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
H A DODTUtility.php22 class ODTUtility class
/plugin/odt/helper/
H A Dstylefactory.php295 return ODTUtility::adjustValueForODT ($property, $value, $emValue);
/plugin/odt/renderer/
H A Dpage.php1687 * @see ODTUtility::getImageSize for a detailed description
2044 * @see ODTUtility::adjustValueForODT for detailed documentation
2280 * @see ODTUtility::generateODTfromHTMLCode for detailed desciption.