Home
last modified time | relevance | path

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

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