Home
last modified time | relevance | path

Searched refs:openHTMLElement (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/ODT/
DODTTable.php116 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
228 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
272 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
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);
531 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
DODTFrame.php77 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
160 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
322 ODTUtility::openHTMLElement ($params, $throwAway, $element, $attributes);
DODTList.php25 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
89 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
145 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
DODTSpan.php24 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
54 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
DODTParagraph.php117 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
165 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
DODTUtility.php511 …public static function openHTMLElement (ODTInternalParams $params, array &$dest, $element, $attrib… function in ODTUtility