blob: db5d23678c713ba2cd1cae7215fcb39f3bf94617 [file] [log] [blame]
Tomaž Vajngerl7fbb96c2018-03-11 11:16:34 +09001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Michael Meeksd037b812026-03-26 15:06:16 +00003 * This file is part of the Collabora Office project.
Tomaž Vajngerl7fbb96c2018-03-11 11:16:34 +09004 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18-->
19
20<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
Michael Weghorn47425922025-07-11 22:24:18 +020021 xmlns="http://openoffice.org/2010/uno-components">
Tomaž Vajngerld0efd872020-09-23 23:28:30 +020022 <implementation name="com.sun.star.comp.graphic.GraphicMapper"
23 constructor="com_sun_star_comp_graphic_GraphicMapper_get_implementation">
24 <service name="com.sun.star.graphic.GraphicMapper"/>
25 </implementation>
Jan-Marek Glogowskib8a801d2021-12-15 15:50:42 +010026 <implementation name="com.sun.star.comp.graphic.GraphicProvider"
27 constructor="com_sun_star_comp_graphic_GraphicProvider_get_implementation">
28 <service name="com.sun.star.graphic.GraphicProvider"/>
29 </implementation>
Michael Weghorn9d6ade12025-11-18 17:06:04 +010030 <implementation name="com.sun.star.cui.ColorPicker"
31 constructor="com_sun_star_cui_ColorPicker_get_implementation">
32 <service name="com.sun.star.ui.dialogs.ColorPicker"/>
33 </implementation>
Jan-Marek Glogowskib8a801d2021-12-15 15:50:42 +010034 <implementation name="com.sun.star.datatransfer.clipboard.AquaClipboard"
35 constructor="vcl_SystemClipboard_get_implementation">
36 <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
37 <optional/>
38 </implementation>
39 <implementation name="com.sun.star.datatransfer.clipboard.iOSClipboard"
40 constructor="vcl_SystemClipboard_get_implementation">
41 <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
42 <optional/>
43 </implementation>
Jan-Marek Glogowski84d20cd2020-09-22 14:38:45 +020044 <implementation name="com.sun.star.datatransfer.MimeCntTypeFactory"
Jan-Marek Glogowskib8a801d2021-12-15 15:50:42 +010045 constructor="dtrans_CMimeContentTypeFactory_get_implementation">
Jan-Marek Glogowski84d20cd2020-09-22 14:38:45 +020046 <service name="com.sun.star.datatransfer.MimeContentTypeFactory"/>
47 </implementation>
Jan-Marek Glogowskib8a801d2021-12-15 15:50:42 +010048 <implementation name="com.sun.star.datatransfer.VCLGenericClipboard"
49 constructor="vcl_SystemClipboard_get_implementation">
50 <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
51 <optional/>
52 </implementation>
53 <implementation name="com.sun.star.datatransfer.X11ClipboardSupport"
54 constructor="vcl_SystemClipboard_get_implementation">
55 <service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
56 <optional/>
57 </implementation>
58 <implementation name="com.sun.star.frame.VCLSessionManagerClient"
59 constructor="com_sun_star_frame_VCLSessionManagerClient_get_implementation">
60 <service name="com.sun.star.frame.SessionManagerClient"/>
61 <optional/>
62 </implementation>
63 <implementation name="com.sun.star.graphic.GraphicObject"
64 constructor="com_sun_star_graphic_GraphicObject_get_implementation">
65 <service name="com.sun.star.graphic.GraphicObject"/>
66 </implementation>
67 <implementation name="org.libreoffice.uitest.UITest"
68 constructor="UITest_get_implementation">
69 <service name="com.sun.star.ui.test.UITest"/>
70 <optional/>
71 </implementation>
72 <implementation name="vcl::FontIdentificator"
73 constructor="vcl_FontIdentificator_get_implementation">
74 <service name="com.sun.star.awt.FontIdentificator"/>
75 <optional/>
76 </implementation>
Tomaž Vajngerl7fbb96c2018-03-11 11:16:34 +090077</component>