tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / chart2 / source / controller / chartcontroller.component
blobef8e748242e8e538a3f7e200071d9ced9cd84a15
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.chart.ElementSelectorToolbarController"
23 constructor="com_sun_star_comp_chart_ElementSelectorToolbarController_get_implementation">
24 <service name="com.sun.star.frame.ToolbarController"/>
25 </implementation>
26 <implementation name="com.sun.star.comp.chart2.ChartDocumentWrapper"
27 constructor="com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation">
28 <service name="com.sun.star.beans.PropertySet"/>
29 <service name="com.sun.star.chart.ChartDocument"/>
30 <service name="com.sun.star.chart2.ChartDocumentWrapper"/>
31 <service name="com.sun.star.xml.UserDefinedAttributesSupplier"/>
32 </implementation>
33 <implementation name="com.sun.star.comp.chart2.ChartFrameLoader"
34 constructor="com_sun_star_comp_chart2_ChartFrameLoader_get_implementation">
35 <service name="com.sun.star.frame.SynchronousFrameLoader"/>
36 </implementation>
37 <implementation name="com.sun.star.comp.chart2.ChartTypeDialog"
38 constructor="com_sun_star_comp_chart2_ChartTypeDialog_get_implementation">
39 <service name="com.sun.star.chart2.ChartTypeDialog"/>
40 </implementation>
41 <implementation name="com.sun.star.comp.chart2.WizardDialog"
42 constructor="com_sun_star_comp_chart2_WizardDialog_get_implementation">
43 <service name="com.sun.star.chart2.WizardDialog"/>
44 </implementation>
45 <implementation name="org.libreoffice.comp.chart2.sidebar.ChartPanelFactory"
46 constructor="org_libreoffice_comp_chart2_sidebar_ChartPanelFactory">
47 <service name="com.sun.star.ui.UIElementFactory"/>
48 </implementation>
49 <implementation name="org.libreoffice.chart2.Chart2ToolboxController"
50 constructor="org_libreoffice_chart2_Chart2ToolboxController">
51 <service name="com.sun.star.frame.ToolbarController"/>
52 </implementation>
53 </component>