Lines Matching refs:saveHTMLFooter

459 	var $saveHTMLFooter;
1203 $this->saveHTMLFooter = [];
9761 if (isset($this->saveHTMLFooter[$n][$OE])) {
9763 $html = $this->saveHTMLFooter[$this->page][$OE]['html'];
9765 $this->lMargin = $this->saveHTMLFooter[$n][$OE]['ml'];
9766 $this->rMargin = $this->saveHTMLFooter[$n][$OE]['mr'];
9767 $this->tMargin = $this->saveHTMLFooter[$n][$OE]['mh'];
9768 $this->bMargin = $this->saveHTMLFooter[$n][$OE]['mf'];
9769 $this->margin_header = $this->saveHTMLFooter[$n][$OE]['mh'];
9770 $this->margin_footer = $this->saveHTMLFooter[$n][$OE]['mf'];
9771 $this->w = $this->saveHTMLFooter[$n][$OE]['pw'];
9772 $this->h = $this->saveHTMLFooter[$n][$OE]['ph'];
9773 $rotate = (isset($this->saveHTMLFooter[$n][$OE]['rotate']) ? $this->saveHTMLFooter[$n][$OE]['rotate'] : null);
12482 $this->saveHTMLFooter[$this->page][$OE]['html'] = $this->HTMLFooterE['html'];
12484 $this->saveHTMLFooter[$this->page][$OE]['html'] = $this->HTMLFooter['html'];
12488 $this->saveHTMLFooter[$this->page][$OE]['rotate'] = true;
12489 $this->saveHTMLFooter[$this->page][$OE]['ml'] = $this->tMargin;
12490 $this->saveHTMLFooter[$this->page][$OE]['mr'] = $this->bMargin;
12491 $this->saveHTMLFooter[$this->page][$OE]['mt'] = $this->rMargin;
12492 $this->saveHTMLFooter[$this->page][$OE]['mb'] = $this->lMargin;
12493 $this->saveHTMLFooter[$this->page][$OE]['mh'] = $this->margin_header;
12494 $this->saveHTMLFooter[$this->page][$OE]['mf'] = $this->margin_footer;
12495 $this->saveHTMLFooter[$this->page][$OE]['pw'] = $this->h;
12496 $this->saveHTMLFooter[$this->page][$OE]['ph'] = $this->w;
12498 $this->saveHTMLFooter[$this->page][$OE]['ml'] = $this->lMargin;
12499 $this->saveHTMLFooter[$this->page][$OE]['mr'] = $this->rMargin;
12500 $this->saveHTMLFooter[$this->page][$OE]['mt'] = $this->tMargin;
12501 $this->saveHTMLFooter[$this->page][$OE]['mb'] = $this->bMargin;
12502 $this->saveHTMLFooter[$this->page][$OE]['mh'] = $this->margin_header;
12503 $this->saveHTMLFooter[$this->page][$OE]['mf'] = $this->margin_footer;
12504 $this->saveHTMLFooter[$this->page][$OE]['pw'] = $this->w;
12505 $this->saveHTMLFooter[$this->page][$OE]['ph'] = $this->h;
23652 if (count($this->saveHTMLFooter)) {
23654 foreach ($this->saveHTMLFooter as $p => $v) {
23656 $newarr[($p + ($target_page - $start_page))] = $this->saveHTMLFooter[$p];
23658 $newarr[$p + $n_toc] = $this->saveHTMLFooter[$p];
23660 $newarr[$p] = $this->saveHTMLFooter[$p];
23664 $this->saveHTMLFooter = $newarr;
23865 if (count($this->saveHTMLFooter)) {
23867 foreach ($this->saveHTMLFooter as $p => $v) {
23869 $newarr[($p - $n_tod)] = $this->saveHTMLFooter[$p];
23871 $newarr[$p] = $this->saveHTMLFooter[$p];
23875 $this->saveHTMLFooter = $newarr;