Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sd / util / sd.component
blob65e92cd69c6cd5ec63a1c72f1f80652e3a4f7c75
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 -->
20 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
21 xmlns="http://openoffice.org/2010/uno-components">
22 <implementation name="com.sun.star.comp.Draw.DrawingDocument"
23 constructor="sd_DrawingDocument_get_implementation">
24 <service name="com.sun.star.drawing.DrawingDocument"/>
25 <service name="com.sun.star.drawing.DrawingDocumentFactory"/>
26 </implementation>
27 <implementation name="com.sun.star.comp.Draw.DrawingModule"
28 constructor="com_sun_star_comp_Draw_DrawingModule_get_implementation">
29 <service name="com.sun.star.drawing.ModuleDispatcher"/>
30 </implementation>
31 <implementation name="com.sun.star.comp.Draw.PresentationDocument"
32 constructor="sd_PresentationDocument_get_implementation">
33 <service name="com.sun.star.drawing.DrawingDocumentFactory"/>
34 <service name="com.sun.star.presentation.PresentationDocument"/>
35 </implementation>
36 <implementation name="com.sun.star.comp.Draw.PresenterHelper"
37 constructor="com_sun_star_comp_Draw_PresenterHelper_get_implementation">
38 <service name="com.sun.star.drawing.PresenterHelper"/>
39 </implementation>
40 <implementation name="com.sun.star.comp.Draw.PresenterPreviewCache"
41 constructor="com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation">
42 <service name="com.sun.star.drawing.PresenterPreviewCache"/>
43 </implementation>
44 <implementation name="com.sun.star.comp.Draw.SlideRenderer"
45 constructor="com_sun_star_comp_Draw_SlideRenderer_get_implementation">
46 <service name="com.sun.star.drawing.SlideRenderer"/>
47 </implementation>
48 <implementation name="com.sun.star.comp.Draw.framework.ResourceId"
49 constructor="com_sun_star_comp_Draw_framework_ResourceID_get_implementation">
50 <service name="com.sun.star.drawing.framework.ResourceId"/>
51 </implementation>
52 <implementation name="org.openoffice.comp.Draw.framework.PanelFactory"
53 constructor="org_openoffice_comp_Draw_framework_PanelFactory_get_implementation">
54 <service name="com.sun.star.drawing.framework.PanelFactory"/>
55 </implementation>
56 <implementation name="com.sun.star.comp.draw.SdHtmlOptionsDialog"
57 constructor="com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation">
58 <service name="com.sun.star.ui.dialog.FilterOptionsDialog"/>
59 </implementation>
60 <implementation name="com.sun.star.comp.sd.InsertSlideController"
61 constructor="com_sun_star_comp_sd_InsertSlideController_get_implementation">
62 <service name="com.sun.star.frame.ToolbarController"/>
63 </implementation>
64 <implementation name="com.sun.star.comp.sd.SlideLayoutController"
65 constructor="com_sun_star_comp_sd_SlideLayoutController_get_implementation">
66 <service name="com.sun.star.frame.ToolbarController"/>
67 </implementation>
68 <implementation name="com.sun.star.comp.sd.DisplayModeController"
69 constructor="com_sun_star_comp_sd_DisplayModeController_get_implementation">
70 <service name="com.sun.star.frame.ToolbarController"/>
71 </implementation>
72 <implementation name="sd::RandomAnimationNode"
73 constructor="RandomAnimationNode_get_implementation">
74 <service name="com.sun.star.comp.sd.RandomAnimationNode"/>
75 </implementation>
76 <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"
77 constructor="css_comp_Impress_oox_PowerPointExport"/>
78 </component>