Home
last modified time | relevance | path

Searched refs:determineParent (Results 1 – 16 of 16) sorted by relevance

/plugin/odt/ODT/elements/
H A DODTRoot.php77 public function determineParent(ODTStateElement $previous) { function in ODTElementRoot
H A DODTElementNote.php69 public function determineParent(ODTStateElement $previous) { function in ODTElementNote
H A DODTElementParagraph.php68 public function determineParent(ODTStateElement $previous) { function in ODTElementParagraph
H A DODTElementSpan.php72 public function determineParent(ODTStateElement $previous) { function in ODTElementSpan
H A DODTElementTextBox.php68 public function determineParent(ODTStateElement $previous) { function in ODTElementTextBox
H A DODTElementListHeader.php70 public function determineParent(ODTStateElement $previous) { function in ODTElementListHeader
H A DODTElementListItem.php70 public function determineParent(ODTStateElement $previous) { function in ODTElementListItem
H A DODTElementTableRow.php82 public function determineParent(ODTStateElement $previous) { function in ODTElementTableRow
H A DODTContainerElement.php52 public function determineParent(ODTStateElement $previous) { function in ODTContainerElement
H A DODTElementList.php84 public function determineParent(ODTStateElement $previous) { function in ODTElementList
H A DODTStateElement.php174 abstract public function determineParent(ODTStateElement $previous); function in ODTStateElement
H A DODTElementFrame.php89 public function determineParent(ODTStateElement $previous) { function in ODTElementFrame
90 $this->container->determineParent($previous);
H A DODTElementTableColumn.php69 public function determineParent(ODTStateElement $previous) { function in ODTElementTableColumn
H A DODTElementTableCell.php91 public function determineParent(ODTStateElement $previous) { function in ODTElementTableCell
H A DODTElementTable.php133 public function determineParent(ODTStateElement $previous) { function in ODTElementTable
134 $this->container->determineParent($previous);
/plugin/odt/ODT/
H A DODTState.php151 $element->determineParent ($previous);