diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /sfx2/util | |
parent | Initial commit. (diff) | |
download | libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.tar.xz libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/sfx.component | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component new file mode 100644 index 000000000..314b8c18e --- /dev/null +++ b/sfx2/util/sfx.component @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + --> + +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.sfx2.BackingComp" + constructor="com_sun_star_comp_sfx2_BackingComp_get_implementation"> + <service name="com.sun.star.frame.StartModule"/> + <service name="com.sun.star.frame.ProtocolHandler"/> + </implementation> + <implementation name="SfxDocumentMetaData" + constructor="SfxDocumentMetaData_get_implementation"> + <service name="com.sun.star.document.DocumentProperties"/> + </implementation> + <implementation name="CompatWriterDocPropsImpl" + constructor="CompatWriterDocPropsImpl_get_implementation"> + <service name="com.sun.star.writer.DocumentProperties"/> + </implementation> + <implementation name="com.sun.star.comp.desktop.QuickstartWrapper" + constructor="com_sun_star_comp_desktop_QuickstartWrapper_get_implementation"> + <service name="com.sun.star.office.Quickstart"/> + <singleton name="com.sun.star.office.theQuickstart"/> + </implementation> + <implementation name="com.sun.star.comp.document.OwnSubFilter" + constructor="com_sun_star_comp_document_OwnSubFilter_get_implementation"> + <service name="com.sun.star.comp.document.OwnSubFilter"/> + <service name="com.sun.star.document.OwnSubFilter"/> + </implementation> + <implementation name="com.sun.star.comp.embed.PackageStructureCreator" + constructor="com_sun_star_comp_embed_PackageStructureCreator_get_implementation"> + <service name="com.sun.star.comp.embed.PackageStructureCreator"/> + <service name="com.sun.star.embed.PackageStructureCreator"/> + </implementation> + <implementation name="com.sun.star.comp.office.FrameLoader" + constructor="com_sun_star_comp_office_FrameLoader_get_implementation"> + <service name="com.sun.star.frame.SynchronousFrameLoader"/> + <service name="com.sun.star.frame.OfficeFrameLoader"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.AppDispatchProvider" + constructor="com_sun_star_comp_sfx2_AppDispatchProvider_get_implementation"> + <service name="com.sun.star.frame.ProtocolHandler"/> + <service name="com.sun.star.frame.AppDispatchProvider"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.ApplicationDialogLibraryContainer" + constructor="com_sun_star_comp_sfx2_ApplicationDialogLibraryContainer_get_implementation"> + <service name="com.sun.star.script.ApplicationDialogLibraryContainer"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.ApplicationScriptLibraryContainer" + constructor="com_sun_star_comp_sfx2_ApplicationScriptLibraryContainer_get_implementation"> + <service name="com.sun.star.script.ApplicationScriptLibraryContainer"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.DocumentTemplates" + constructor="com_sun_star_comp_sfx2_DocumentTemplates_get_implementation"> + <service name="com.sun.star.frame.DocumentTemplates"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster" + constructor="com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation"> + <service name="com.sun.star.frame.GlobalEventBroadcaster"/> + <singleton name="com.sun.star.frame.theGlobalEventBroadcaster"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.IFrameObject" + constructor="com_sun_star_comp_sfx2_IFrameObject_get_implementation"> + <service name="com.sun.star.frame.SpecialEmbeddedObject"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.SfxMacroLoader" + constructor="com_sun_star_comp_sfx2_SfxMacroLoader_get_implementation"> + <service name="com.sun.star.frame.ProtocolHandler"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.ClassificationCategoriesController" + constructor="com_sun_star_sfx2_ClassificationCategoriesController_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.InsertEmojiToolBoxControl" + constructor="com_sun_star_comp_sfx2_InsertEmojiToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> + <implementation name="com.sun.star.comp.sfx2.InsertSymbolToolBoxControl" + constructor="com_sun_star_comp_sfx2_InsertSymbolToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> +</component> |