Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTDocument.php93 protected $quote_depth = 0; variable in ODTDocument
978 if ( $this->quote_depth < 5 ) {
979 $this->quote_depth++;
982 …ODTTable::tableOpen($this->params, 1, 1, 'Table_Quotation'.$this->quote_depth, 'blockquote', NULL);
985 …ODTTable::tableCellOpen($this->params, 1, 1, 'left', 'Cell_Quotation'.$this->quote_depth, NULL, NU…
993 if ( $this->quote_depth > 0 ) {
994 $this->quote_depth--;