Lines Matching full:office
30 $autostyles = $params->styleset->export('office:automatic-styles');
31 $commonstyles = $params->styleset->export('office:styles');
32 $masterstyles = $params->styleset->export('office:master-styles');
35 $value .= '<office:document-content ';
36 $value .= 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" ';
52 $value .= 'xmlns:ooo="http://openoffice.org/2004/office" ';
63 $value .= 'xmlns:officeooo="http://openoffice.org/2009/office" ';
67 …$value .= 'xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0…
71 $value .= 'office:version="1.2">';
72 $value .= '<office:scripts/>';
73 $value .= '<office:font-face-decls>';
81 $value .= '</office:font-face-decls>';
83 $value .= '<office:body>';
84 $value .= '<office:text>';
85 …$value .= '<office:forms form:automatic-focus="false" form:apply-design-mode="false"…
94 $value .= '</office:text>';
95 $value .= '</office:body>';
96 $value .= '</office:document-content>';
109 … $value = str_replace('</office:master-styles>', $page.'</office:master-styles>', $value);
113 $original = XMLUtil::getElement('office:styles', $value);
117 $value = str_replace('<office:automatic-styles/>', $autostyles, $value);
160 $first_master = $params->styleset->getStyleAtIndex ('office:master-styles', 0);
178 $autostyles = $params->styleset->export('office:automatic-styles');
179 $commonstyles = $params->styleset->export('office:styles');
180 $masterstyles = $params->styleset->export('office:master-styles');
191 … self::replaceInFile('</office:text>', $params->content.'</office:text>', $tempDir.'/content.xml');
203 …self::replaceInFile('/<office:text([^>]*)>/U', '<office:text\1>'.$userfields, $tempDir.'/content.x…
210 $original = XMLUtil::getElement('office:automatic-styles', $value);
214 $original = XMLUtil::getElement('office:automatic-styles', $value);
218 $original = XMLUtil::getElement('office:styles', $value);
221 …self::replaceInFile('</office:font-face-decls>', $missingfonts.'</office:font-face-decls>', $tempD…
229 …self::replaceInFile('</office:master-styles>', $page.'</office:master-styles>', $tempDir.'/styles.…