Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTImport.php123 $htmlStack->restoreToRoot ();
171 $htmlStack->restoreToRoot ();
228 $htmlStack->restoreToRoot ();
232 $htmlStack->open('ol');
244 $htmlStack->open('li');
352 $htmlStack->restoreToRoot ();
370 $htmlStack->restoreToRoot ();
374 $htmlStack->open('ul');
386 $htmlStack->open('li');
499 $htmlStack->restoreToRoot ();
[all …]
H A 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();
H A 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();
H A 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();
H A DODTParagraph.php166 $params->elementObj = $params->htmlStack->getCurrentElement();
H A DODTSpan.php55 $params->elementObj = $params->htmlStack->getCurrentElement();
H A DODTFrame.php78 $params->elementObj = $params->htmlStack->getCurrentElement();