Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / Compatibility.xcs
blob4904dc2e86dba89071009dfc85d4c68f073079ab
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 2008 by Sun Microsystems, Inc.
7  *
8  * OpenOffice.org - a multi-platform office productivity suite
9  *
10  * $RCSfile: Compatibility.xcs,v $
11  * $Revision: 1.15 $
12  *
13  * This file is part of OpenOffice.org.
14  *
15  * OpenOffice.org is free software: you can redistribute it and/or modify
16  * it under the terms of the GNU Lesser General Public License version 3
17  * only, as published by the Free Software Foundation.
18  *
19  * OpenOffice.org is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU Lesser General Public License version 3 for more details
23  * (a copy is included in the LICENSE file that accompanied this code).
24  *
25  * You should have received a copy of the GNU Lesser General Public License
26  * version 3 along with OpenOffice.org.  If not, see
27  * <http://www.openoffice.org/license.html>
28  * for a copy of the LGPLv3 License.
29  *
30  ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
32 <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
33         <author>PB</author>
34         <desc>List of applications and their recommended formatting options</desc>
35     </info>
36     <templates>
37         <group oor:name="FormattingOptions">
38             <info><desc>Recommended formatting options for one application</desc></info>
39             <prop oor:name="Module" oor:type="xs:string">
40                 <info><desc>Module of the application</desc></info>
41                 <constraints>
42                     <enumeration oor:value="swriter">
43                         <info><desc>Writer module</desc></info>
44                     </enumeration>
45                 </constraints>
46             </prop>
47             <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
48                 <info><desc>Use printer metrics for document formatting</desc></info>
49                 <value>false</value>
50             </prop>
51             <prop oor:name="AddSpacing" oor:type="xs:boolean">
52                 <info><desc>Add spacing between paragraphs and tables</desc></info>
53                 <value>true</value>
54             </prop>
55             <prop oor:name="AddSpacingAtPages" oor:type="xs:boolean">
56                 <info><desc>Add paragraph and table spacing at tops of pages</desc></info>
57                 <value>true</value>
58             </prop>
59             <prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean">
60                 <info><desc>Use OpenOffice.org 1.1 tabstop formatting</desc></info>
61                 <value>false</value>
62             </prop>
63             <prop oor:name="NoExternalLeading" oor:type="xs:boolean">
64                 <info><desc>Do not add leading (extra space) between lines of text</desc></info>
65                 <value>false</value>
66             </prop>
67             <prop oor:name="UseLineSpacing" oor:type="xs:boolean">
68                 <info><desc>Use OpenOffice.org 1.1 line spacing</desc></info>
69                 <value>false</value>
70             </prop>
71             <prop oor:name="AddTableSpacing" oor:type="xs:boolean">
72                 <info><desc>???</desc></info>
73                 <value>true</value>
74             </prop>
75             <prop oor:name="UseObjectPositioning" oor:type="xs:boolean">
76                 <info><desc>Use OpenOffice.org 1.1 object positioning</desc></info>
77                 <value>false</value>
78             </prop>
79             <prop oor:name="UseOurTextWrapping" oor:type="xs:boolean">
80                 <info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info>
81                 <value>false</value>
82             </prop>
83             <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean">
84                 <info><desc>Consider wrapping style when positioning objects</desc></info>
85                 <value>false</value>
86             </prop>
87             <prop oor:name="ExpandWordSpace" oor:type="xs:boolean">
88                 <info><desc>Expand word space on lines with manual line breaks in justified paragraphs</desc></info>
89                 <value>true</value>
90             </prop>
91         </group>
92     </templates>
94     <component>
95         <set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
96             <info><desc>The List of the applications.</desc></info>
97         </set>
98                 <group oor:name="WriterCompatibilityVersion">
99                         <info>
100                                 <author>PB</author>
101                                 <desc>Used by the writer compatibility flag as the last OOo version.</desc>
102                         </info>
103                         <!--The default must be written by the setup.-->
104                         <prop oor:name="OOo11" oor:type="xs:string">
105                                 <!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
106                                 <!--The value should only be written by the setup.-->
107                                 <info>
108                                         <author>PB</author>
109                                         <desc>OOo version 1.1.</desc>
110                     <label>OOo version 1.1.</label>
111                                 </info>
112                 <value/>
113                         </prop>
114         </group>
115     </component>
116 </oor:component-schema>