Searched refs:getCurrentElement (Results 1 – 9 of 9) sorted by relevance
/plugin/odt/helper/ |
H A D | cssdocument.php | 35 public function getCurrentElement() { function in helper_plugin_odt_cssdocument 36 return $this->internal->getCurrentElement ();
|
/plugin/odt/ODT/ |
H A D | ODTImport.php | 140 $toMatch = $htmlStack->getCurrentElement(); 233 $toMatch = $htmlStack->getCurrentElement(); 245 $toMatch = $htmlStack->getCurrentElement(); 375 $toMatch = $htmlStack->getCurrentElement(); 387 $toMatch = $htmlStack->getCurrentElement(); 513 $toMatch = $htmlStack->getCurrentElement(); 620 $toMatch = $htmlStack->getCurrentElement(); 652 $toMatch = $htmlStack->getCurrentElement(); 744 …$params->import->getPropertiesForElement($properties, $stack->getCurrentElement(), $params->units); 831 $toMatch = $htmlStack->getCurrentElement();
|
H A D | ODTTable.php | 380 $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 D | ODTParagraph.php | 166 $params->elementObj = $params->htmlStack->getCurrentElement();
|
H A D | ODTSpan.php | 55 $params->elementObj = $params->htmlStack->getCurrentElement();
|
H A D | ODTFrame.php | 78 $params->elementObj = $params->htmlStack->getCurrentElement();
|
H A D | ODTUtility.php | 514 $toMatch = $params->htmlStack->getCurrentElement(); 551 $toMatch = $params->htmlStack->getCurrentElement();
|
/plugin/definitionlist/ |
H A D | syntax.php | 350 …$renderer->getODTPropertiesFromElement ($dl_properties, $stack->getCurrentElement(), 'screen', tru… 356 …$renderer->getODTPropertiesFromElement ($dd_properties, $stack->getCurrentElement(), 'screen', tru… 363 …$renderer->getODTPropertiesFromElement ($dt_properties, $stack->getCurrentElement(), 'screen', tru…
|
/plugin/odt/ODT/css/ |
H A D | cssdocument.php | 313 public function getCurrentElement() { function in cssdocument
|