Lines Matching full:office

240         $value .=   '<office:document-meta ';
241 $value .= 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" ';
246 $value .= 'xmlns:ooo="http://openoffice.org/2004/office" ';
250 $value .= 'xmlns:officeooo="http://openoffice.org/2009/office" ';
251 $value .= 'office:version="1.2" ';
252 … $value .= 'grddl:transformation="http://docs.oasis-open.org/office/1.2/xslt/odf2rdf.xsl" >';
253 $value .= '<office:meta>';
257 $value .= '</office:meta>';
258 $value .= '</office:document-meta>';
288 $value .= '<office:document-settings ';
289 $value .= 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" ';
293 $value .= 'xmlns:ooo="http://openoffice.org/2004/office" ';
296 $value .= 'xmlns:officeooo="http://openoffice.org/2009/office" ';
297 $value .= 'office:version="1.2">';
298 $value .= '<office:settings>';
304 $value .= '</office:settings>';
305 $value .= '</office:document-settings>';
348 $value .= '<office:document-content ';
349 $value .= 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" ';
366 $value .= 'xmlns:ooo="http://openoffice.org/2004/office" ';
379 $value .= 'xmlns:officeooo="http://openoffice.org/2009/office" ';
383 $value .= 'office:version="1.2" ';
384 … $value .= 'grddl:transformation="http://docs.oasis-open.org/office/1.2/xslt/odf2rdf.xsl" ';
386 $value .= '<office:scripts/>';
388 $value .= '<office:body>';
389 $value .= '<office:presentation>';
395 $value .= '</office:presentation>';
396 $value .= '</office:body>';
397 $value .= '</office:document-content>';
402 $value = str_replace('<office:automatic-styles/>', $autostyles, $value);
441 …$this->_odpReplaceInFile('</office:presentation>', $this->doc.'</office:presentation>', $this->tem…
455 …$this->_odpReplaceInFile('/<office:text([^>]*)>/U', '<office:text\1>'.$userfields, $this->temp_dir…
461 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
462 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
463 …$this->_odpReplaceInFile('</office:styles>', $missingstyles.'</office:styles>', $this->temp_dir.'/…
464 …$this->_odpReplaceInFile('</office:font-face-decls>', $missingfonts.'</office:font-face-decls>', $…
510 $value = '<office:automatic-styles>';
514 $value .= '</office:automatic-styles>';
521 …$value .= '<text:user-field-decl office:value-type="string" text:name="'.$fname.'" office:string-v…
710 … $this->doc .= '<table:table-cell office:value-type="string" table:style-name="tableheader" ';
725 $this->doc .= '<table:table-cell office:value-type="string" table:style-name="tablecell" ';