xref: /trunk/main/dbaccess/util/dbu.component (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!--**********************************************************************
3*cdf0e10cSrcweir*
4*cdf0e10cSrcweir* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5*cdf0e10cSrcweir*
6*cdf0e10cSrcweir* Copyright 2000, 2010 Oracle and/or its affiliates.
7*cdf0e10cSrcweir*
8*cdf0e10cSrcweir* OpenOffice.org - a multi-platform office productivity suite
9*cdf0e10cSrcweir*
10*cdf0e10cSrcweir* This file is part of OpenOffice.org.
11*cdf0e10cSrcweir*
12*cdf0e10cSrcweir* OpenOffice.org is free software: you can redistribute it and/or modify
13*cdf0e10cSrcweir* it under the terms of the GNU Lesser General Public License version 3
14*cdf0e10cSrcweir* only, as published by the Free Software Foundation.
15*cdf0e10cSrcweir*
16*cdf0e10cSrcweir* OpenOffice.org is distributed in the hope that it will be useful,
17*cdf0e10cSrcweir* but WITHOUT ANY WARRANTY; without even the implied warranty of
18*cdf0e10cSrcweir* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19*cdf0e10cSrcweir* GNU Lesser General Public License version 3 for more details
20*cdf0e10cSrcweir* (a copy is included in the LICENSE file that accompanied this code).
21*cdf0e10cSrcweir*
22*cdf0e10cSrcweir* You should have received a copy of the GNU Lesser General Public License
23*cdf0e10cSrcweir* version 3 along with OpenOffice.org.  If not, see
24*cdf0e10cSrcweir* <http://www.openoffice.org/license.html>
25*cdf0e10cSrcweir* for a copy of the LGPLv3 License.
26*cdf0e10cSrcweir*
27*cdf0e10cSrcweir**********************************************************************-->
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary"
30*cdf0e10cSrcweir    xmlns="http://openoffice.org/2010/uno-components">
31*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbaccess.DatabaseInteractionHandler">
32*cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatabaseInteractionHandler"/>
33*cdf0e10cSrcweir  </implementation>
34*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbaccess.LegacyInteractionHandler">
35*cdf0e10cSrcweir    <service name="com.sun.star.sdb.InteractionHandler"/>
36*cdf0e10cSrcweir  </implementation>
37*cdf0e10cSrcweir  <implementation
38*cdf0e10cSrcweir      name="com.sun.star.comp.dbaccess.OTextConnectionSettingsDialog">
39*cdf0e10cSrcweir    <service name="com.sun.star.sdb.TextConnectionSettings"/>
40*cdf0e10cSrcweir  </implementation>
41*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.OColumnControl">
42*cdf0e10cSrcweir    <service name="com.sun.star.sdb.ColumnDescriptorControl"/>
43*cdf0e10cSrcweir  </implementation>
44*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.OColumnControlModel">
45*cdf0e10cSrcweir    <service name="com.sun.star.sdb.ColumnDescriptorControlModel"/>
46*cdf0e10cSrcweir  </implementation>
47*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.dbu.SbaXGridControl">
48*cdf0e10cSrcweir    <service name="com.sun.star.form.control.GridControl"/>
49*cdf0e10cSrcweir    <service name="com.sun.star.form.control.InteractionGridControl"/>
50*cdf0e10cSrcweir  </implementation>
51*cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sdb.DirectSQLDialog">
52*cdf0e10cSrcweir    <service name="org.openoffice.comp.dbu.DirectSqlDialog"/>
53*cdf0e10cSrcweir  </implementation>
54*cdf0e10cSrcweir  <implementation name="com.sun.star.sdb.ApplicationStatusbarController">
55*cdf0e10cSrcweir    <service name="com.sun.star.frame.StatusbarController"/>
56*cdf0e10cSrcweir  </implementation>
57*cdf0e10cSrcweir  <implementation name="com.sun.star.sdb.ApplicationToolboxController">
58*cdf0e10cSrcweir    <service name="com.sun.star.frame.ToolboxController"/>
59*cdf0e10cSrcweir  </implementation>
60*cdf0e10cSrcweir  <implementation name="com.sun.star.uno.comp.sdb.RowsetFilterDialog">
61*cdf0e10cSrcweir    <service name="com.sun.star.sdb.FilterDialog"/>
62*cdf0e10cSrcweir  </implementation>
63*cdf0e10cSrcweir  <implementation name="com.sun.star.uno.comp.sdb.RowsetOrderDialog">
64*cdf0e10cSrcweir    <service name="com.sun.star.sdb.OrderDialog"/>
65*cdf0e10cSrcweir  </implementation>
66*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.CopyTableWizard">
67*cdf0e10cSrcweir    <service name="com.sun.star.sdb.application.CopyTableWizard"/>
68*cdf0e10cSrcweir  </implementation>
69*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.DBContentLoader">
70*cdf0e10cSrcweir    <service name="com.sun.star.frame.FrameLoader"/>
71*cdf0e10cSrcweir    <service name="com.sun.star.sdb.ContentLoader"/>
72*cdf0e10cSrcweir  </implementation>
73*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OAdvancedSettingsDialog">
74*cdf0e10cSrcweir    <service name="com.sun.star.sdb.AdvancedDatabaseSettingsDialog"/>
75*cdf0e10cSrcweir  </implementation>
76*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OApplicationController">
77*cdf0e10cSrcweir    <service name="com.sun.star.sdb.application.DefaultViewController"/>
78*cdf0e10cSrcweir  </implementation>
79*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODBTypeWizDialog">
80*cdf0e10cSrcweir    <service name="com.sun.star.sdb.DataSourceTypeChangeDialog"/>
81*cdf0e10cSrcweir  </implementation>
82*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODBTypeWizDialogSetup">
83*cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatabaseWizardDialog"/>
84*cdf0e10cSrcweir  </implementation>
85*cdf0e10cSrcweir  <implementation
86*cdf0e10cSrcweir      name="org.openoffice.comp.dbu.ODatasourceAdministrationDialog">
87*cdf0e10cSrcweir    <service name="com.sun.star.sdb.DatasourceAdministrationDialog"/>
88*cdf0e10cSrcweir  </implementation>
89*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ODatasourceBrowser">
90*cdf0e10cSrcweir    <service name="com.sun.star.sdb.DataSourceBrowser"/>
91*cdf0e10cSrcweir  </implementation>
92*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OFormGridView">
93*cdf0e10cSrcweir    <service name="com.sun.star.sdb.FormGridView"/>
94*cdf0e10cSrcweir  </implementation>
95*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OQueryDesign">
96*cdf0e10cSrcweir    <service name="com.sun.star.sdb.QueryDesign"/>
97*cdf0e10cSrcweir  </implementation>
98*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.ORelationDesign">
99*cdf0e10cSrcweir    <service name="com.sun.star.sdb.RelationDesign"/>
100*cdf0e10cSrcweir  </implementation>
101*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OSQLMessageDialog">
102*cdf0e10cSrcweir    <service name="com.sun.star.sdb.ErrorMessageDialog"/>
103*cdf0e10cSrcweir  </implementation>
104*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OTableDesign">
105*cdf0e10cSrcweir    <service name="com.sun.star.sdb.TableDesign"/>
106*cdf0e10cSrcweir  </implementation>
107*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OTableFilterDialog">
108*cdf0e10cSrcweir    <service name="com.sun.star.sdb.TableFilterDialog"/>
109*cdf0e10cSrcweir  </implementation>
110*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OUserSettingsDialog">
111*cdf0e10cSrcweir    <service name="com.sun.star.sdb.UserAdministrationDialog"/>
112*cdf0e10cSrcweir  </implementation>
113*cdf0e10cSrcweir  <implementation name="org.openoffice.comp.dbu.OViewDesign">
114*cdf0e10cSrcweir    <service name="com.sun.star.sdb.ViewDesign"/>
115*cdf0e10cSrcweir  </implementation>
116*cdf0e10cSrcweir</component>
117