Home
last modified time | relevance | path

Searched defs:htmlStack (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/ODT/
H A DODTImport.php120 …tatic protected function importQuotationStyles(ODTInternalParams $params, cssdocument $htmlStack) {
213 …cted function importOrderedListStyles(ODTInternalParams $params, cssdocument $htmlStack, $listAlig…
355 …ed function importUnorderedListStyles(ODTInternalParams $params, cssdocument $htmlStack, $listAlig…
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…
817 …static protected function import_styles_from_css_internal(ODTInternalParams $params, $htmlStack, $…
H A DODTDocument.php26 public $htmlStack = NULL; variable in ODTInternalParams
102 protected $htmlStack = null; variable in ODTDocument