1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Compatibility.xcs,v $
13 * This file is part of OpenOffice.org.
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.
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).
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.
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>
34 <desc>List of applications and their recommended formatting options</desc>
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>
42 <enumeration oor:value="swriter">
43 <info><desc>Writer module</desc></info>
47 <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
48 <info><desc>Use printer metrics for document formatting</desc></info>
51 <prop oor:name="AddSpacing" oor:type="xs:boolean">
52 <info><desc>Add spacing between paragraphs and tables</desc></info>
55 <prop oor:name="AddSpacingAtPages" oor:type="xs:boolean">
56 <info><desc>Add paragraph and table spacing at tops of pages</desc></info>
59 <prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean">
60 <info><desc>Use OpenOffice.org 1.1 tabstop formatting</desc></info>
63 <prop oor:name="NoExternalLeading" oor:type="xs:boolean">
64 <info><desc>Do not add leading (extra space) between lines of text</desc></info>
67 <prop oor:name="UseLineSpacing" oor:type="xs:boolean">
68 <info><desc>Use OpenOffice.org 1.1 line spacing</desc></info>
71 <prop oor:name="AddTableSpacing" oor:type="xs:boolean">
72 <info><desc>???</desc></info>
75 <prop oor:name="UseObjectPositioning" oor:type="xs:boolean">
76 <info><desc>Use OpenOffice.org 1.1 object positioning</desc></info>
79 <prop oor:name="UseOurTextWrapping" oor:type="xs:boolean">
80 <info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info>
83 <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean">
84 <info><desc>Consider wrapping style when positioning objects</desc></info>
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>
95 <set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
96 <info><desc>The List of the applications.</desc></info>
98 <group oor:name="WriterCompatibilityVersion">
101 <desc>Used by the writer compatibility flag as the last OOo version.</desc>
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.-->
109 <desc>OOo version 1.1.</desc>
110 <label>OOo version 1.1.</label>
116 </oor:component-schema>