Home
last modified time | relevance | path

Searched refs:getInParagraph (Results 1 – 19 of 19) sorted by last modified time

/plugin/odt/ODT/
H A DODTImage.php59 if (!$params->document->state->getInParagraph()) {
150 if (!$params->document->state->getInParagraph()) {
218 if (!$params->document->state->getInParagraph()) {
H A DODTParagraph.php95 $inParagraph = $params->document->state->getInParagraph();
159 $inParagraph = $params->document->state->getInParagraph();
188 $inParagraph = $params->document->state->getInParagraph();
194 $in_paragraph = $params->document->state->getInParagraph();
H A DODTState.php99 if ($this->getInParagraph()) {
320 return $this->getInParagraph();
328 public function getInParagraph() { function in ODTState
331 return $this->stack [$this->size-1]->getInParagraph();
H A DODTDocument.php317 $in_paragraph = $this->state->getInParagraph();
336 $in_paragraph = $this->state->getInParagraph();
350 $in_paragraph = $this->state->getInParagraph();
372 $in_paragraph = $this->state->getInParagraph();
646 $inParagraph = $this->state->getInParagraph();
H A DODTFrame.php230 $inParagraph = $params->document->state->getInParagraph();
/plugin/odt/ODT/elements/
H A DODTElementFrame.php79 public function getInParagraph() { function in ODTElementFrame
H A DODTElementList.php74 public function getInParagraph() { function in ODTElementList
H A DODTElementListHeader.php60 public function getInParagraph() { function in ODTElementListHeader
H A DODTElementListItem.php60 public function getInParagraph() { function in ODTElementListItem
H A DODTElementNote.php59 public function getInParagraph() { function in ODTElementNote
H A DODTElementParagraph.php58 public function getInParagraph() { function in ODTElementParagraph
H A DODTElementSpan.php58 public function getInParagraph() { function in ODTElementSpan
61 return $parent->getInParagraph();
H A DODTElementTable.php120 public function getInParagraph() { function in ODTElementTable
H A DODTElementTableCell.php81 public function getInParagraph() { function in ODTElementTableCell
H A DODTElementTableColumn.php59 public function getInParagraph() { function in ODTElementTableColumn
H A DODTElementTableRow.php72 public function getInParagraph() { function in ODTElementTableRow
H A DODTElementTextBox.php58 public function getInParagraph() { function in ODTElementTextBox
H A DODTRoot.php69 public function getInParagraph() { function in ODTElementRoot
H A DODTStateElement.php168 abstract public function getInParagraph(); function in ODTStateElement