Home
last modified time | relevance | path

Searched refs:htmlStack (Results 1 – 7 of 7) sorted by relevance

/plugin/odt/ODT/
DODTImport.php120 …tatic protected function importQuotationStyles(ODTInternalParams $params, cssdocument $htmlStack) { argument
123 $htmlStack->restoreToRoot ();
139 $htmlStack->open('blockquote');
140 $toMatch = $htmlStack->getCurrentElement();
171 $htmlStack->restoreToRoot ();
213 …unction importOrderedListStyles(ODTInternalParams $params, cssdocument $htmlStack, $listAlign='rig… argument
228 $htmlStack->restoreToRoot ();
232 $htmlStack->open('ol');
233 $toMatch = $htmlStack->getCurrentElement();
244 $htmlStack->open('li');
[all …]
DODTUtility.php513 $params->htmlStack->open($element, $attributes);
514 $toMatch = $params->htmlStack->getCurrentElement();
529 $params->htmlStack->close($element);
550 $params->htmlStack->open($element, $attributes);
551 $toMatch = $params->htmlStack->getCurrentElement();
558 $params->htmlStack->removeCurrent();
822 $params->htmlStack->open($options ['element'], $options ['attributes']);
1065 $params->htmlStack->removeCurrent();
DODTTable.php380 $params->elementObj = $params->htmlStack->getCurrentElement();
454 $params->elementObj = $params->htmlStack->getCurrentElement();
491 $params->elementObj = $params->htmlStack->getCurrentElement();
532 $params->elementObj = $params->htmlStack->getCurrentElement();
DODTDocument.php26 public $htmlStack = NULL; variable in ODTInternalParams
102 protected $htmlStack = null; variable in ODTDocument
119 $this->htmlStack = new cssdocument();
160 $this->params->htmlStack = $this->htmlStack;
2069 $this->htmlStack->open($element, $attributes);
2070 $this->htmlStack->saveRootIndex ();
2074 return $this->htmlStack;
2078 $this->trace_dump .= $this->htmlStack->getDump();
DODTSpan.php55 $params->elementObj = $params->htmlStack->getCurrentElement();
DODTParagraph.php166 $params->elementObj = $params->htmlStack->getCurrentElement();
DODTFrame.php78 $params->elementObj = $params->htmlStack->getCurrentElement();