xref: /trunk/main/dbaccess/util/dbu.component (revision b6035112)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*67a4c099SAndrew Rist<!--***********************************************************
3*67a4c099SAndrew Rist *
4*67a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*67a4c099SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*67a4c099SAndrew Rist * distributed with this work for additional information
7*67a4c099SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*67a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*67a4c099SAndrew Rist * "License"); you may not use this file except in compliance
10*67a4c099SAndrew Rist * with the License.  You may obtain a copy of the License at
11*67a4c099SAndrew Rist *
12*67a4c099SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*67a4c099SAndrew Rist *
14*67a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*67a4c099SAndrew Rist * software distributed under the License is distributed on an
16*67a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*67a4c099SAndrew Rist * KIND, either express or implied.  See the License for the
18*67a4c099SAndrew Rist * specific language governing permissions and limitations
19*67a4c099SAndrew Rist * under the License.
20*67a4c099SAndrew Rist *
21*67a4c099SAndrew Rist ***********************************************************-->
22*67a4c099SAndrew Rist
23*67a4c099SAndrew Rist
24cdf0e10cSrcweir
25cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary"
26cdf0e10cSrcweir    xmlns="http://openoffice.org/2010/uno-components">
27cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbaccess.DatabaseInteractionHandler">
28cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatabaseInteractionHandler"/>
29cdf0e10cSrcweir  </implementation>
30cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbaccess.LegacyInteractionHandler">
31cdf0e10cSrcweir    <service name="com.sun.star.sdb.InteractionHandler"/>
32cdf0e10cSrcweir  </implementation>
33cdf0e10cSrcweir  <implementation
34cdf0e10cSrcweir      name="com.sun.star.comp.dbaccess.OTextConnectionSettingsDialog">
35cdf0e10cSrcweir    <service name="com.sun.star.sdb.TextConnectionSettings"/>
36cdf0e10cSrcweir  </implementation>
37cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.OColumnControl">
38cdf0e10cSrcweir    <service name="com.sun.star.sdb.ColumnDescriptorControl"/>
39cdf0e10cSrcweir  </implementation>
40cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.OColumnControlModel">
41cdf0e10cSrcweir    <service name="com.sun.star.sdb.ColumnDescriptorControlModel"/>
42cdf0e10cSrcweir  </implementation>
43cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.SbaXGridControl">
44cdf0e10cSrcweir    <service name="com.sun.star.form.control.GridControl"/>
45cdf0e10cSrcweir    <service name="com.sun.star.form.control.InteractionGridControl"/>
46cdf0e10cSrcweir  </implementation>
47cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sdb.DirectSQLDialog">
48cdf0e10cSrcweir    <service name="org.openoffice.comp.dbu.DirectSqlDialog"/>
49cdf0e10cSrcweir  </implementation>
50cdf0e10cSrcweir  <implementation name="com.sun.star.sdb.ApplicationToolboxController">
51cdf0e10cSrcweir    <service name="com.sun.star.frame.ToolboxController"/>
52cdf0e10cSrcweir  </implementation>
53cdf0e10cSrcweir  <implementation name="com.sun.star.uno.comp.sdb.RowsetFilterDialog">
54cdf0e10cSrcweir    <service name="com.sun.star.sdb.FilterDialog"/>
55cdf0e10cSrcweir  </implementation>
56cdf0e10cSrcweir  <implementation name="com.sun.star.uno.comp.sdb.RowsetOrderDialog">
57cdf0e10cSrcweir    <service name="com.sun.star.sdb.OrderDialog"/>
58cdf0e10cSrcweir  </implementation>
59cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.CopyTableWizard">
60cdf0e10cSrcweir    <service name="com.sun.star.sdb.application.CopyTableWizard"/>
61cdf0e10cSrcweir  </implementation>
62cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.DBContentLoader">
63cdf0e10cSrcweir    <service name="com.sun.star.frame.FrameLoader"/>
64cdf0e10cSrcweir    <service name="com.sun.star.sdb.ContentLoader"/>
65cdf0e10cSrcweir  </implementation>
66cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OAdvancedSettingsDialog">
67cdf0e10cSrcweir    <service name="com.sun.star.sdb.AdvancedDatabaseSettingsDialog"/>
68cdf0e10cSrcweir  </implementation>
69cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OApplicationController">
70cdf0e10cSrcweir    <service name="com.sun.star.sdb.application.DefaultViewController"/>
71cdf0e10cSrcweir  </implementation>
72cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODBTypeWizDialog">
73cdf0e10cSrcweir    <service name="com.sun.star.sdb.DataSourceTypeChangeDialog"/>
74cdf0e10cSrcweir  </implementation>
75cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODBTypeWizDialogSetup">
76cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatabaseWizardDialog"/>
77cdf0e10cSrcweir  </implementation>
78cdf0e10cSrcweir  <implementation
79cdf0e10cSrcweir      name="org.openoffice.comp.dbu.ODatasourceAdministrationDialog">
80cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatasourceAdministrationDialog"/>
81cdf0e10cSrcweir  </implementation>
82cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODatasourceBrowser">
83cdf0e10cSrcweir    <service name="com.sun.star.sdb.DataSourceBrowser"/>
84cdf0e10cSrcweir  </implementation>
85cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OFormGridView">
86cdf0e10cSrcweir    <service name="com.sun.star.sdb.FormGridView"/>
87cdf0e10cSrcweir  </implementation>
88cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OQueryDesign">
89cdf0e10cSrcweir    <service name="com.sun.star.sdb.QueryDesign"/>
90cdf0e10cSrcweir  </implementation>
91cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ORelationDesign">
92cdf0e10cSrcweir    <service name="com.sun.star.sdb.RelationDesign"/>
93cdf0e10cSrcweir  </implementation>
94cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OSQLMessageDialog">
95cdf0e10cSrcweir    <service name="com.sun.star.sdb.ErrorMessageDialog"/>
96cdf0e10cSrcweir  </implementation>
97cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OTableDesign">
98cdf0e10cSrcweir    <service name="com.sun.star.sdb.TableDesign"/>
99cdf0e10cSrcweir  </implementation>
100cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OTableFilterDialog">
101cdf0e10cSrcweir    <service name="com.sun.star.sdb.TableFilterDialog"/>
102cdf0e10cSrcweir  </implementation>
103cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OUserSettingsDialog">
104cdf0e10cSrcweir    <service name="com.sun.star.sdb.UserAdministrationDialog"/>
105cdf0e10cSrcweir  </implementation>
106cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OViewDesign">
107cdf0e10cSrcweir    <service name="com.sun.star.sdb.ViewDesign"/>
108cdf0e10cSrcweir  </implementation>
109cdf0e10cSrcweir</component>
110