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-data SYSTEM "../../../../../component-update.dtd">
25<oor:component-data oor:name="Factories" oor:package="org.openoffice.Office.UI" 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  <node oor:name="Registered">
27    <node oor:name="UIElementFactories">
28      <node oor:name="generic_menubar_factory" oor:op="replace">
29        <prop oor:name="Type">
30          <value>menubar</value>
31        </prop>
32        <prop oor:name="Name">
33          <value/>
34        </prop>
35        <prop oor:name="Module">
36          <value/>
37        </prop>
38        <prop oor:name="FactoryImplementation">
39          <value>com.sun.star.comp.framework.MenuBarFactory</value>
40        </prop>
41      </node>
42      <node oor:name="generic_toolbar_factory" oor:op="replace">
43        <prop oor:name="Type">
44          <value>toolbar</value>
45        </prop>
46        <prop oor:name="Name">
47          <value/>
48        </prop>
49        <prop oor:name="Module">
50          <value/>
51        </prop>
52        <prop oor:name="FactoryImplementation">
53          <value>com.sun.star.comp.framework.ToolBarFactory</value>
54        </prop>
55      </node>
56      <node oor:name="addons_toolbar_factory" oor:op="replace">
57        <prop oor:name="Type">
58          <value>toolbar</value>
59        </prop>
60        <prop oor:name="Name">
61          <value>addon_</value>
62        </prop>
63        <prop oor:name="Module">
64          <value/>
65        </prop>
66        <prop oor:name="FactoryImplementation">
67          <value>com.sun.star.comp.framework.AddonsToolBarFactory</value>
68        </prop>
69      </node>
70      <node oor:name="statusbar_factory" oor:op="replace">
71        <prop oor:name="Type">
72          <value>statusbar</value>
73        </prop>
74        <prop oor:name="Name">
75          <value/>
76        </prop>
77        <prop oor:name="Module">
78          <value/>
79        </prop>
80        <prop oor:name="FactoryImplementation">
81          <value>com.sun.star.comp.framework.StatusBarFactory</value>
82        </prop>
83      </node>
84      <node oor:name="SvxPanelFactory" oor:op="replace">
85        <prop oor:name="Type">
86          <value>toolpanel</value>
87        </prop>
88        <prop oor:name="Name">
89          <value>SvxPanelFactory</value>
90        </prop>
91        <prop oor:name="Module">
92          <value/>
93        </prop>
94        <prop oor:name="FactoryImplementation">
95          <value>org.apache.openoffice.comp.svx.sidebar.PanelFactory</value>
96        </prop>
97      </node>
98      <node oor:name="SdPanelFactory" oor:op="replace">
99        <prop oor:name="Type">
100          <value>toolpanel</value>
101        </prop>
102        <prop oor:name="Name">
103          <value>SdPanelFactory</value>
104        </prop>
105        <prop oor:name="Module">
106          <value></value>
107        </prop>
108        <prop oor:name="FactoryImplementation">
109          <value>org.openoffice.comp.Draw.framework.PanelFactory</value>
110        </prop>
111      </node>
112      <node oor:name="ScPanelFactory" oor:op="replace">
113        <prop oor:name="Type">
114          <value>toolpanel</value>
115        </prop>
116        <prop oor:name="Name">
117          <value>ScPanelFactory</value>
118        </prop>
119        <prop oor:name="Module">
120          <value></value>
121        </prop>
122        <prop oor:name="FactoryImplementation">
123          <value>org.apache.openoffice.comp.sc.sidebar.ScPanelFactory</value>
124        </prop>
125      </node>
126      <node oor:name="SwPanelFactory" oor:op="replace">
127        <prop oor:name="Type">
128          <value>toolpanel</value>
129        </prop>
130        <prop oor:name="Name">
131          <value>SwPanelFactory</value>
132        </prop>
133        <prop oor:name="Module">
134          <value></value>
135        </prop>
136        <prop oor:name="FactoryImplementation">
137          <value>org.apache.openoffice.comp.sw.sidebar.SwPanelFactory</value>
138        </prop>
139      </node>
140    </node>
141  </node>
142</oor:component-data>
143