| Tomaž Vajngerl | 7fbb96c | 2018-03-11 11:16:34 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | * This file is part of the Collabora Office project. |
| Tomaž Vajngerl | 7fbb96c | 2018-03-11 11:16:34 +0900 | [diff] [blame] | 4 | * |
| 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 Weghorn | 4742592 | 2025-07-11 22:24:18 +0200 | [diff] [blame] | 21 | xmlns="http://openoffice.org/2010/uno-components"> |
| Tomaž Vajngerl | d0efd87 | 2020-09-23 23:28:30 +0200 | [diff] [blame] | 22 | <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 Glogowski | b8a801d | 2021-12-15 15:50:42 +0100 | [diff] [blame] | 26 | <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 Weghorn | 9d6ade1 | 2025-11-18 17:06:04 +0100 | [diff] [blame] | 30 | <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 Glogowski | b8a801d | 2021-12-15 15:50:42 +0100 | [diff] [blame] | 34 | <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 Glogowski | 84d20cd | 2020-09-22 14:38:45 +0200 | [diff] [blame] | 44 | <implementation name="com.sun.star.datatransfer.MimeCntTypeFactory" |
| Jan-Marek Glogowski | b8a801d | 2021-12-15 15:50:42 +0100 | [diff] [blame] | 45 | constructor="dtrans_CMimeContentTypeFactory_get_implementation"> |
| Jan-Marek Glogowski | 84d20cd | 2020-09-22 14:38:45 +0200 | [diff] [blame] | 46 | <service name="com.sun.star.datatransfer.MimeContentTypeFactory"/> |
| 47 | </implementation> |
| Jan-Marek Glogowski | b8a801d | 2021-12-15 15:50:42 +0100 | [diff] [blame] | 48 | <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ž Vajngerl | 7fbb96c | 2018-03-11 11:16:34 +0900 | [diff] [blame] | 77 | </component> |