Home
last modified time | relevance | path

Searched refs:cssdocument (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/ODT/
H A DODTImport.php120 …static protected function importQuotationStyles(ODTInternalParams $params, cssdocument $htmlStack)…
213 …static protected function importOrderedListStyles(ODTInternalParams $params, cssdocument $htmlStac…
355 …static protected function importUnorderedListStyles(ODTInternalParams $params, cssdocument $htmlSt…
503 static protected function importTableStyles(ODTInternalParams $params, cssdocument $htmlStack) {
609 static protected function importLinkStyles(ODTInternalParams $params, cssdocument $htmlStack) {
646 …static protected function importStyle(ODTInternalParams $params, cssdocument $htmlStack, $style_ty…
H A DODTDocument.php101 /** @var cssdocument */
119 $this->htmlStack = new cssdocument();
/plugin/odt/helper/
H A Dcssdocument.php24 $this->internal = new cssdocument();
/plugin/odt/ODT/css/
H A Dcssdocument.php138 class cssdocument { class