Home
last modified time | relevance | path

Searched refs:getOpeningTag (Results 1 – 20 of 20) sorted by path

/plugin/odt/ODT/
H A DODTFrame.php112 $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 DODTList.php31 $params->content .= $list->getOpeningTag();
101 $params->content .= $list_item->getOpeningTag();
157 $params->content .= $list_header->getOpeningTag();
H A DODTParagraph.php122 $params->content .= $paragraph->getOpeningTag();
H A DODTSpan.php29 $params->content .= $span->getOpeningTag();
H A DODTTable.php134 $params->content .= $table->getOpeningTag();
233 $params->content .= $row->getOpeningTag();
284 $params->content .= $header_cell->getOpeningTag();
339 $params->content .= $cell->getOpeningTag();
/plugin/odt/ODT/elements/
H A DODTElementFrame.php48 public function getOpeningTag (ODTInternalParams $params=NULL) { function in ODTElementFrame
H A DODTElementList.php46 public function getOpeningTag () { function in ODTElementList
H A DODTElementListHeader.php41 public function getOpeningTag () { function in ODTElementListHeader
H A DODTElementListItem.php41 public function getOpeningTag () { function in ODTElementListItem
H A DODTElementNote.php38 public function getOpeningTag () { function in ODTElementNote
H A DODTElementParagraph.php39 public function getOpeningTag () { function in ODTElementParagraph
H A DODTElementSpan.php39 public function getOpeningTag () { function in ODTElementSpan
H A DODTElementTable.php60 public function getOpeningTag () { function in ODTElementTable
H A DODTElementTableCell.php45 public function getOpeningTag () { function in ODTElementTableCell
H A DODTElementTableColumn.php40 public function getOpeningTag () { function in ODTElementTableColumn
H A DODTElementTableHeaderCell.php31 public function getOpeningTag () { function in ODTElementTableHeaderCell
H A DODTElementTableRow.php49 public function getOpeningTag () { function in ODTElementTableRow
H A DODTElementTextBox.php38 public function getOpeningTag () { function in ODTElementTextBox
H A DODTRoot.php38 public function getOpeningTag () { function in ODTElementRoot
H A DODTStateElement.php154 abstract public function getOpeningTag (); function in ODTStateElement