Searched refs:ODTUtility (Results 1 – 12 of 12) sorted by relevance
| /plugin/odt/ODT/ |
| D | ODTTable.php | 116 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); 351 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement()); 379 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes); 453 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes); [all …]
|
| D | ODTSpan.php | 24 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);
|
| D | ODTFrame.php | 77 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());
|
| D | ODTList.php | 25 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());
|
| D | ODTImage.php | 39 …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…
|
| D | ODTParagraph.php | 117 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes); 135 ODTUtility::closeHTMLElement ($params, $paragraph->getHTMLElement()); 165 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
|
| D | ODTDocument.php | 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); [all …]
|
| D | ODTImport.php | 150 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);
|
| D | ODTFootnote.php | 47 ODTUtility::closeHTMLElement ($params, $params->document->state->getHTMLElement());
|
| D | ODTUtility.php | 22 class ODTUtility class
|
| /plugin/odt/helper/ |
| D | stylefactory.php | 295 return ODTUtility::adjustValueForODT ($property, $value, $emValue);
|
| /plugin/odt/renderer/ |
| D | page.php | 1687 * @see ODTUtility::getImageSize for a detailed description 2044 * @see ODTUtility::adjustValueForODT for detailed documentation 2280 * @see ODTUtility::generateODTfromHTMLCode for detailed desciption.
|