1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd"> 25<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"> 26 <info> 27 <author>CD</author> 28 <desc>Contains global settings to use for user interface elements of OpenOffice.org.</desc> 29 </info> 30 <templates> 31 <group oor:name="GlobalWindowState"> 32 <info> 33 <desc>Provides window state settings to be set globally for OpenOfficre.org.</desc> 34 </info> 35 <prop oor:name="Locked" oor:type="xs:boolean"> 36 <info> 37 <desc>Specifies that windows should be globally locked by default.</desc> 38 </info> 39 <!-- Attention: This property has three different states: 40 NIL = Ignore this property. 41 TRUE = All toolbars should be locked by default. 42 FALSE = All toolbars should never be locked by default. 43 --> 44 </prop> 45 <prop oor:name="Docked" oor:type="xs:boolean"> 46 <info> 47 <desc>Specifies that windows should be globally docked by default.</desc> 48 </info> 49 <!-- Attention: This property has three different states: 50 NIL = Ignore this property. 51 TRUE = All toolbars should be docked by default. 52 FALSE = All toolbars should never be docked by default. 53 --> 54 </prop> 55 </group> 56 </templates> 57 <component> 58 <group oor:name="Toolbars"> 59 <info> 60 <desc>Contains global settings for the toolbars."</desc> 61 </info> 62 <prop oor:name="StatesEnabled" oor:type="xs:boolean"> 63 <info> 64 <desc>Determines if the global states set should be used or not."</desc> 65 </info> 66 </prop> 67 <node-ref oor:name="States" oor:node-type="GlobalWindowState"> 68 <info> 69 <desc>Contains global window states for the OpenOffice.org toolbars."</desc> 70 </info> 71 </node-ref> 72 </group> 73 </component> 74</oor:component-schema> 75