xref: /aoo4110/main/svx/util/svx.component (revision b1cdbd2c)
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
25<component loader="com.sun.star.loader.SharedLibrary"
26    xmlns="http://openoffice.org/2010/uno-components">
27  <implementation name="com.sun.star.comp.Draw.GraphicExporter">
28    <service name="com.sun.star.drawing.GraphicExportFilter"/>
29  </implementation>
30  <implementation name="com.sun.star.comp.Svx.GraphicExportHelper">
31    <service name="com.sun.star.document.BinaryStreamResolver"/>
32    <service name="com.sun.star.document.GraphicObjectResolver"/>
33  </implementation>
34  <implementation name="com.sun.star.comp.Svx.GraphicImportHelper">
35    <service name="com.sun.star.document.BinaryStreamResolver"/>
36    <service name="com.sun.star.document.GraphicObjectResolver"/>
37  </implementation>
38  <implementation name="com.sun.star.comp.gallery.GalleryThemeProvider">
39    <service name="com.sun.star.gallery.GalleryThemeProvider"/>
40  </implementation>
41  <implementation name="com.sun.star.comp.graphic.PrimitiveFactory2D">
42    <service name="com.sun.star.graphic.PrimitiveFactory2D"/>
43  </implementation>
44  <implementation name="com.sun.star.comp.svx.Impl.FindbarDispatcher">
45    <service name="com.sun.star.comp.svx.FindbarDispatcher"/>
46    <service name="com.sun.star.frame.ProtocolHandler"/>
47  </implementation>
48  <implementation name="com.sun.star.comp.svx.RecoveryUI">
49    <service name="com.sun.star.dialog.RecoveryUI"/>
50  </implementation>
51  <implementation name="com.sun.star.drawing.EnhancedCustomShapeEngine">
52    <service name="com.sun.star.drawing.CustomShapeEngine"/>
53  </implementation>
54  <implementation name="com.sun.star.drawing.SvxShapeCollection">
55    <service name="com.sun.star.drawing.ShapeCollection"/>
56  </implementation>
57  <implementation name="com.sun.star.drawing.SvxUnoColorTable">
58    <service name="com.sun.star.drawing.ColorTable"/>
59  </implementation>
60  <implementation name="com.sun.star.svx.DownSearchToolboxController">
61    <service name="com.sun.star.frame.ToolbarController"/>
62  </implementation>
63  <implementation name="com.sun.star.svx.FindTextToolboxController">
64    <service name="com.sun.star.frame.ToolbarController"/>
65  </implementation>
66  <implementation name="com.sun.star.svx.FontHeightToolBoxController">
67    <service name="com.sun.star.frame.ToolbarController"/>
68  </implementation>
69  <implementation name="com.sun.star.svx.UpSearchToolboxController">
70    <service name="com.sun.star.frame.ToolbarController"/>
71  </implementation>
72  <implementation name="org.apache.openoffice.comp.svx.sidebar.PanelFactory">
73    <service name="com.sun.star.ui.UIElementFactory"/>
74  </implementation>
75</component>
76