xref: /trunk/main/officecfg/registry/schema/org/openoffice/Office/UI/GlobalSettings.xcs (revision 837a288dc33668306d6556e9877bd6fa6aecdae8)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
27fced07dSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
47fced07dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
57fced07dSAndrew Rist * or more contributor license agreements.  See the NOTICE file
67fced07dSAndrew Rist * distributed with this work for additional information
77fced07dSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
87fced07dSAndrew Rist * to you under the Apache License, Version 2.0 (the
97fced07dSAndrew Rist * "License"); you may not use this file except in compliance
107fced07dSAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
127fced07dSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
147fced07dSAndrew Rist * Unless required by applicable law or agreed to in writing,
157fced07dSAndrew Rist * software distributed under the License is distributed on an
167fced07dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
177fced07dSAndrew Rist * KIND, either express or implied.  See the License for the
187fced07dSAndrew Rist * specific language governing permissions and limitations
197fced07dSAndrew Rist * under the License.
20cdf0e10cSrcweir *
217fced07dSAndrew Rist ***********************************************************-->
227fced07dSAndrew Rist
237fced07dSAndrew Rist
24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd">
25cdf0e10cSrcweir<oor:component-schema oor:name="GlobalSettings" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
26cdf0e10cSrcweir    <info>
27cdf0e10cSrcweir        <author>CD</author>
28*837a288dSmseidel        <desc>Contains global settings to use for user interface elements of OpenOffice.</desc>
29cdf0e10cSrcweir    </info>
30cdf0e10cSrcweir    <templates>
31cdf0e10cSrcweir        <group oor:name="GlobalWindowState">
32cdf0e10cSrcweir            <info>
33*837a288dSmseidel                <desc>Provides window state settings to be set globally for OpenOffice.</desc>
34cdf0e10cSrcweir            </info>
35cdf0e10cSrcweir            <prop oor:name="Locked" oor:type="xs:boolean">
36cdf0e10cSrcweir                <info>
37cdf0e10cSrcweir                    <desc>Specifies that windows should be globally locked by default.</desc>
38cdf0e10cSrcweir                </info>
39cdf0e10cSrcweir                <!-- Attention: This property has three different states:
40cdf0e10cSrcweir                    NIL   = Ignore this property.
41cdf0e10cSrcweir                    TRUE  = All toolbars should be locked by default.
42cdf0e10cSrcweir                    FALSE = All toolbars should never be locked by default.
43cdf0e10cSrcweir                -->
44cdf0e10cSrcweir            </prop>
45cdf0e10cSrcweir            <prop oor:name="Docked" oor:type="xs:boolean">
46cdf0e10cSrcweir                <info>
47cdf0e10cSrcweir                    <desc>Specifies that windows should be globally docked by default.</desc>
48cdf0e10cSrcweir                </info>
49cdf0e10cSrcweir                <!-- Attention: This property has three different states:
50cdf0e10cSrcweir                    NIL   = Ignore this property.
51cdf0e10cSrcweir                    TRUE  = All toolbars should be docked by default.
52cdf0e10cSrcweir                    FALSE = All toolbars should never be docked by default.
53cdf0e10cSrcweir                -->
54cdf0e10cSrcweir            </prop>
55cdf0e10cSrcweir        </group>
56cdf0e10cSrcweir    </templates>
57cdf0e10cSrcweir    <component>
58cdf0e10cSrcweir        <group oor:name="Toolbars">
59cdf0e10cSrcweir            <info>
60cdf0e10cSrcweir                <desc>Contains global settings for the toolbars."</desc>
61cdf0e10cSrcweir            </info>
62cdf0e10cSrcweir            <prop oor:name="StatesEnabled" oor:type="xs:boolean">
63cdf0e10cSrcweir                <info>
64cdf0e10cSrcweir                    <desc>Determines if the global states set should be used or not."</desc>
65cdf0e10cSrcweir                </info>
66cdf0e10cSrcweir            </prop>
67cdf0e10cSrcweir            <node-ref oor:name="States" oor:node-type="GlobalWindowState">
68cdf0e10cSrcweir                <info>
69*837a288dSmseidel                    <desc>Contains global window states for the OpenOffice toolbars."</desc>
70cdf0e10cSrcweir                </info>
71cdf0e10cSrcweir            </node-ref>
72cdf0e10cSrcweir        </group>
73cdf0e10cSrcweir    </component>
74cdf0e10cSrcweir</oor:component-schema>
75