Lines Matching refs:doc

322 …$this->doc = '<text:p text:style-name="Text_20_body"><text:span text:style-name="Strong_20_Emphasi…
324 .'</text:span></text:p>'.$this->doc;
330 $this->doc = $this->ZIP->get_file();
393 $value .= $this->doc;
439 $this->doc, $this->temp_dir.'/content.xml', true);
441 …$this->_odpReplaceInFile('</office:presentation>', $this->doc.'</office:presentation>', $this->tem…
572 $this->doc .= $this->_xmlEntities($text);
578 $this->doc .= '<text:p text:style-name="'.$style.'">';
585 $this->doc .= '</text:p>';
594 $this->doc .= '</draw:page>';
597 …$this->doc .= '<draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-name="Default">…
601 …$this->doc.='<draw:frame presentation:style-name="pr4" draw:layer="layout" svg:width="25.199cm" sv…
602 $this->doc.='<draw:text-box>';
603 $this->doc.='<text:p>';
604 $this->doc.= $this->_xmlEntities($text);
605 $this->doc.='</text:p>';
606 $this->doc.='</draw:text-box>';
607 $this->doc.='</draw:frame>';
628 $this->doc .= '<text:line-break/>';
632 $this->doc .= '<text:span text:style-name="Strong_20_Emphasis">';
636 $this->doc .= '</text:span>';
640 $this->doc .= '<text:span text:style-name="Emphasis">';
644 $this->doc .= '</text:span>';
648 $this->doc .= '<text:span text:style-name="underline">';
652 $this->doc .= '</text:span>';
656 $this->doc .= '<text:span text:style-name="Source_20_Text">';
660 $this->doc .= '</text:span>';
664 $this->doc .= '<text:span text:style-name="sub">';
668 $this->doc .= '</text:span>';
672 $this->doc .= '<text:span text:style-name="sup">';
676 $this->doc .= '</text:span>';
680 $this->doc .= '<text:span text:style-name="del">';
684 $this->doc .= '</text:span>';
691 $this->doc .= '<table:table>';
693 $this->doc .= '<table:table-column />';
698 $this->doc .= '</table:table>';
702 $this->doc .= '<table:table-row>';
706 $this->doc .= '</table:table-row>';
710 … $this->doc .= '<table:table-cell office:value-type="string" table:style-name="tableheader" ';
713 $this->doc .= ' table:number-columns-spanned="'.$colspan.'"';
715 $this->doc .= '>';
721 $this->doc .= '</table:table-cell>';
725 $this->doc .= '<table:table-cell office:value-type="string" table:style-name="tablecell" ';
727 $this->doc .= ' table:number-columns-spanned="'.$colspan.'"';
729 $this->doc .= '>';
737 $this->doc .= '</table:table-cell>';
752 $this->store = $this->doc;
753 $this->doc = '';
766 $footnote = $this->doc;
767 $this->doc = $this->store;
778 $this->doc .= '<text:note text:id="ftn'.$i.'" text:note-class="footnote">';
779 $this->doc .= '<text:note-citation>'.($i+1).'</text:note-citation>';
780 $this->doc .= '<text:note-body>';
781 $this->doc .= '<text:p text:style-name="Footnote">';
782 $this->doc .= $footnote;
783 $this->doc .= '</text:p>';
784 $this->doc .= '</text:note-body>';
785 $this->doc .= '</text:note>';
789 …$this->doc .= '<text:note-ref text:note-class="footnote" text:ref-name="ftn'.$i.'">'.($i+1).'</tex…
795 $this->doc .= '<text:list text:style-name="List_20_1">';
799 $this->doc .= '</text:list>';
804 $this->doc .= '<text:list text:style-name="Numbering_20_1">';
808 $this->doc .= '</text:list>';
813 $this->doc .= '<text:list-item>';
818 $this->doc .= '</text:list-item>';
822 $this->doc .= '<text:p text:style-name="Text_20_body">';
826 $this->doc .= '</text:p>';
830 $this->doc .= $this->_xmlEntities($text);
834 $this->doc .= $this->_xmlEntities($acronym);
842 $this->doc .= $this->_xmlEntities($smiley);
852 $this->doc .= $this->_xmlEntities($dec);
854 $this->doc .= $this->_xmlEntities($entity);
857 $this->doc .= $this->_xmlEntities($entity);
862 $this->doc .= $x.'×'.$y;
867 $this->doc .= $lang['singlequoteopening'];
872 $this->doc .= $lang['singlequoteclosing'];
877 $this->doc .= $lang['apostrophe'];
882 $this->doc .= $lang['doublequoteopening'];
887 $this->doc .= $lang['doublequoteclosing'];
892 $this->doc .= $this->_xmlEntities($text);
901 $this->doc .= $this->_xmlEntities($text);
929 $this->doc .= "&gt;";
954 $this->doc .= '</text:p>';
955 $this->doc .= '<text:p text:style-name="'.$style.'">';
956 $this->doc .= $text;
957 $this->doc .= '</text:p>';
958 $this->doc .= '<text:p>';
960 $this->doc .= '<text:p text:style-name="'.$style.'">';
961 $this->doc .= $text;
962 $this->doc .= '</text:p>';
1069 …$this->doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).'"
1072 $this->doc .= '<draw:image xlink:href="'.$this->_xmlEntities($src).'"
1074 $this->doc .= '</draw:frame>';
1085 $this->doc .= '<text:a xlink:type="simple" xlink:href="#'.$id.'"';
1087 $this->doc .= '>'.$this->_xmlEntities($name).'</text:a>';
1089 $this->doc .= '/>';
1137 $this->doc .= $name;
1156 $this->doc .= $name;
1178 if($url) $this->doc .= '<draw:a xlink:type="simple" xlink:href="'.$url.'">';
1190 if($url) $this->doc .= '</draw:a>';
1193 if($url) $this->doc .= '<text:a xlink:type="simple" xlink:href="'.$url.'">';
1194 $this->doc .= $name; // we get the name already XML encoded
1195 if($url) $this->doc .= '</text:a>';
1364 …$this->doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).'…
1366 $this->doc .= '<draw:text-box>';
1367 $this->doc .= '<text:p text:style-name="legendcenter">';
1369 …$this->doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).'"
1372 $this->doc .= '<draw:image xlink:href="'.$this->_xmlEntities($name).'"
1374 $this->doc .= '</draw:frame>';
1376 $this->doc .= $this->_xmlEntities($title).'</text:p></draw:text-box></draw:frame>';