1<?xml version="1.0" encoding="UTF-8"?> 2<!--********************************************************************** 3* 4* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5* 6* Copyright 2000, 2010 Oracle and/or its affiliates. 7* 8* OpenOffice.org - a multi-platform office productivity suite 9* 10* This file is part of OpenOffice.org. 11* 12* OpenOffice.org is free software: you can redistribute it and/or modify 13* it under the terms of the GNU Lesser General Public License version 3 14* only, as published by the Free Software Foundation. 15* 16* OpenOffice.org is distributed in the hope that it will be useful, 17* but WITHOUT ANY WARRANTY; without even the implied warranty of 18* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19* GNU Lesser General Public License version 3 for more details 20* (a copy is included in the LICENSE file that accompanied this code). 21* 22* You should have received a copy of the GNU Lesser General Public License 23* version 3 along with OpenOffice.org. If not, see 24* <http://www.openoffice.org/license.html> 25* for a copy of the LGPLv3 License. 26* 27**********************************************************************--> 28<office:document-content xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" office:version="1.2" grddl:transformation="http://docs.oasis-open.org/office/1.2/xslt/odf2rdf.xsl" office:class="text"> 29 <office:script/> 30 <office:font-decls> 31 <style:font-decl style:name="Arial Unicode MS" fo:font-family="'Arial Unicode MS'" style:font-pitch="variable"/> 32 <style:font-decl style:name="HG Mincho Light J" fo:font-family="'HG Mincho Light J', 'MS Mincho', 'HG Mincho J', 'HG Mincho L', 'HG Mincho', Mincho, 'MS PMincho', 'MS Gothic', 'HG Gothic J', 'HG Gothic B', 'HG Gothic', Gothic, 'MS PGothic', 'Andale Sans UI', 'Arial Unicode MS', 'Lucida Sans Unicode', Tahoma" style:font-pitch="variable"/> 33 <style:font-decl style:name="Thorndale" fo:font-family="Thorndale, 'Times New Roman', Times, 'Lucida Serif', 'Lucida Bright', Timmons, 'New York', Serif" style:font-family-generic="roman" style:font-pitch="variable"/> 34 <style:font-decl style:name="Arial" fo:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/> 35 </office:font-decls> 36 <office:automatic-styles> 37 <style:style style:name="P1" style:family="paragraph"> 38 <style:properties fo:text-align="center"/> 39 </style:style> 40 <style:style style:name="gr1" style:family="graphics"> 41 <style:properties style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:horizontal-pos="from-left" style:horizontal-rel="paragraph"/> 42 </style:style> 43 </office:automatic-styles> 44 <office:body> 45 <office:forms form:automatic-focus="true" form:apply-design-mode="false"> 46 <form:form form:name="Standard" form:apply-filter="true" form:command-type="table" form:service-name="com.sun.star.form.component.Form" office:target-frame="" xlink:href=""> 47 <form:control form:name="start" form:service-name="com.sun.star.form.component.CommandButton" form:id="control1"> 48 <form:button form:label="start smoketest" office:target-frame="" xlink:href="" form:image-data="" form:delay-for-repeat="PT0.50S" form:image-position="center"> 49 <form:properties> 50 <form:property form:property-name="DefaultControl" form:property-type="string"> 51 <form:property-value>stardiv.one.form.control.CommandButton</form:property-value> 52 </form:property> 53 </form:properties> 54 <office:events> 55 <script:event script:language="StarBasic" script:event-name="on-performaction" script:macro-name="Standard.Global.StartTestByOptions" script:location="document" script:library="document"/> 56 </office:events> 57 </form:button> 58 </form:control> 59 <form:control form:name="options" form:service-name="com.sun.star.form.component.CommandButton" form:id="control2"> 60 <form:button form:label="options" office:target-frame="" xlink:href="" form:image-data="" form:delay-for-repeat="PT0.50S" form:image-position="center"> 61 <form:properties> 62 <form:property form:property-name="DefaultControl" form:property-type="string"> 63 <form:property-value>stardiv.one.form.control.CommandButton</form:property-value> 64 </form:property> 65 </form:properties> 66 <office:events> 67 <script:event script:language="StarBasic" script:event-name="on-performaction" script:macro-name="Standard.Global.ShowOptionsDlg" script:location="document" script:library="document"/> 68 </office:events> 69 </form:button> 70 </form:control> 71 <form:control form:name="table" form:service-name="com.sun.star.form.component.CommandButton" form:id="control3"> 72 <form:button form:label="delete table" office:target-frame="" xlink:href="" form:image-data="" form:delay-for-repeat="PT0.50S" form:image-position="center"> 73 <form:properties> 74 <form:property form:property-name="DefaultControl" form:property-type="string"> 75 <form:property-value>stardiv.one.form.control.CommandButton</form:property-value> 76 </form:property> 77 </form:properties> 78 <office:events> 79 <script:event script:language="StarBasic" script:event-name="on-performaction" script:macro-name="Standard.Global.ClearAllText" script:location="document" script:library="document"/> 80 </office:events> 81 </form:button> 82 </form:control> 83 </form:form> 84 </office:forms> 85 <text:sequence-decls> 86 <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/> 87 <text:sequence-decl text:display-outline-level="0" text:name="Table"/> 88 <text:sequence-decl text:display-outline-level="0" text:name="Text"/> 89 <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/> 90 </text:sequence-decls> 91 <text:user-field-decls> 92 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Writer"/> 93 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Calc"/> 94 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Impress"/> 95 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Draw"/> 96 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="HTML"/> 97 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Math"/> 98 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Chart"/> 99 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="SaveOpenXML"/> 100 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="SaveOpen50"/> 101 <text:user-field-decl text:value-type="string" text:string-value="n" text:name="Terminate"/> 102 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Java"/> 103 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="SaveOpen8"/> 104 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Database"/> 105 <text:user-field-decl text:value-type="string" text:string-value="y" text:name="Extension"/> 106 </text:user-field-decls> 107 <text:p text:style-name="Standard"> 108 <draw:control text:anchor-type="page" text:anchor-page-number="1" svg:x="2cm" svg:y="2cm" draw:z-index="1" draw:style-name="gr1" draw:text-style-name="P1" svg:width="2.477cm" svg:height="0.787cm" form:id="control1"/> 109 <draw:control text:anchor-type="page" text:anchor-page-number="1" svg:x="5cm" svg:y="2cm" draw:z-index="0" draw:style-name="gr1" draw:text-style-name="P1" svg:width="2.477cm" svg:height="0.787cm" form:id="control2"/> 110 <draw:control text:anchor-type="page" text:anchor-page-number="1" svg:x="8cm" svg:y="2cm" draw:z-index="2" draw:style-name="gr1" draw:text-style-name="P1" svg:width="2.477cm" svg:height="0.787cm" form:id="control3"/> 111 </text:p> 112 </office:body> 113</office:document-content> 114