/plugin/odt/ODT/ |
H A D | ODTFrame.php | 112 $params->content .= $box->getOpeningTag($params); 172 $params->content .= $frame->getOpeningTag($params); 181 $params->content .= $box->getOpeningTag($params); 354 $params->content .= $frame->getOpeningTag($params);
|
H A D | ODTList.php | 31 $params->content .= $list->getOpeningTag(); 101 $params->content .= $list_item->getOpeningTag(); 157 $params->content .= $list_header->getOpeningTag();
|
H A D | ODTTable.php | 134 $params->content .= $table->getOpeningTag(); 233 $params->content .= $row->getOpeningTag(); 284 $params->content .= $header_cell->getOpeningTag(); 339 $params->content .= $cell->getOpeningTag();
|
H A D | ODTParagraph.php | 122 $params->content .= $paragraph->getOpeningTag();
|
H A D | ODTSpan.php | 29 $params->content .= $span->getOpeningTag();
|
/plugin/odt/ODT/elements/ |
H A D | ODTRoot.php | 38 public function getOpeningTag () { function in ODTElementRoot
|
H A D | ODTElementParagraph.php | 39 public function getOpeningTag () { function in ODTElementParagraph
|
H A D | ODTElementTextBox.php | 38 public function getOpeningTag () { function in ODTElementTextBox
|
H A D | ODTElementSpan.php | 39 public function getOpeningTag () { function in ODTElementSpan
|
H A D | ODTElementListHeader.php | 41 public function getOpeningTag () { function in ODTElementListHeader
|
H A D | ODTElementListItem.php | 41 public function getOpeningTag () { function in ODTElementListItem
|
H A D | ODTElementTableRow.php | 49 public function getOpeningTag () { function in ODTElementTableRow
|
H A D | ODTElementTableHeaderCell.php | 31 public function getOpeningTag () { function in ODTElementTableHeaderCell
|
H A D | ODTElementList.php | 46 public function getOpeningTag () { function in ODTElementList
|
H A D | ODTStateElement.php | 154 abstract public function getOpeningTag (); function in ODTStateElement
|
H A D | ODTElementTableColumn.php | 40 public function getOpeningTag () { function in ODTElementTableColumn
|
H A D | ODTElementTableCell.php | 45 public function getOpeningTag () { function in ODTElementTableCell
|
H A D | ODTElementFrame.php | 48 public function getOpeningTag (ODTInternalParams $params=NULL) { function in ODTElementFrame
|
H A D | ODTElementTable.php | 60 public function getOpeningTag () { function in ODTElementTable
|
/plugin/combo/syntax/ |
H A D | tag.php | 171 $openingTag = $tag->getOpeningTag();
|
H A D | panel.php | 306 $openingTag = $tag->getOpeningTag();
|
H A D | tabs.php | 396 $openingTag = $tag->getOpeningTag();
|
/plugin/combo/ComboStrap/ |
H A D | Tag.php | 285 return $this->getOpeningTag()->getParent(); 512 public function getOpeningTag() function in ComboStrap\\Tag
|