xref: /aoo41x/main/sc/util/sc.component (revision facb16e7)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
267a4c099SAndrew Rist<!--***********************************************************
367a4c099SAndrew Rist *
467a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
567a4c099SAndrew Rist * or more contributor license agreements.  See the NOTICE file
667a4c099SAndrew Rist * distributed with this work for additional information
767a4c099SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
867a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the
967a4c099SAndrew Rist * "License"); you may not use this file except in compliance
1067a4c099SAndrew Rist * with the License.  You may obtain a copy of the License at
1167a4c099SAndrew Rist *
1267a4c099SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1367a4c099SAndrew Rist *
1467a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing,
1567a4c099SAndrew Rist * software distributed under the License is distributed on an
1667a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1767a4c099SAndrew Rist * KIND, either express or implied.  See the License for the
1867a4c099SAndrew Rist * specific language governing permissions and limitations
1967a4c099SAndrew Rist * under the License.
2067a4c099SAndrew Rist *
2167a4c099SAndrew Rist ***********************************************************-->
2267a4c099SAndrew Rist
2367a4c099SAndrew Rist
24cdf0e10cSrcweir
25cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary"
26cdf0e10cSrcweir    xmlns="http://openoffice.org/2010/uno-components">
27cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.FilterOptionsDialog">
28cdf0e10cSrcweir    <service name="com.sun.star.ui.dialogs.FilterOptionsDialog"/>
29cdf0e10cSrcweir  </implementation>
30cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.SpreadsheetDocument">
31cdf0e10cSrcweir    <service name="com.sun.star.sheet.SpreadsheetDocument"/>
32cdf0e10cSrcweir  </implementation>
33cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLContentExporter">
34cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLContentExporter"/>
35cdf0e10cSrcweir  </implementation>
36cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLExporter">
37cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLExporter"/>
38cdf0e10cSrcweir  </implementation>
39cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLMetaExporter">
40cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLMetaExporter"/>
41cdf0e10cSrcweir  </implementation>
42cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisContentExporter">
43cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisContentExporter"/>
44cdf0e10cSrcweir  </implementation>
45cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisContentImporter">
46cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisContentImporter"/>
47cdf0e10cSrcweir  </implementation>
48cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisExporter">
49cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisExporter"/>
50cdf0e10cSrcweir  </implementation>
51cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisImporter">
52cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisImporter"/>
53cdf0e10cSrcweir  </implementation>
54cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisMetaExporter">
55cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisMetaExporter"/>
56cdf0e10cSrcweir  </implementation>
57cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisMetaImporter">
58cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisMetaImporter"/>
59cdf0e10cSrcweir  </implementation>
60cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisSettingsExporter">
61cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisSettingsExporter"/>
62cdf0e10cSrcweir  </implementation>
63cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisSettingsImporter">
64cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisSettingsImporter"/>
65cdf0e10cSrcweir  </implementation>
66cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisStylesExporter">
67cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisStylesExporter"/>
68cdf0e10cSrcweir  </implementation>
69cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLOasisStylesImporter">
70cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLOasisStylesImporter"/>
71cdf0e10cSrcweir  </implementation>
72cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLSettingsExporter">
73cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLSettingsExporter"/>
74cdf0e10cSrcweir  </implementation>
75cdf0e10cSrcweir  <implementation name="com.sun.star.comp.Calc.XMLStylesExporter">
76cdf0e10cSrcweir    <service name="com.sun.star.comp.Calc.XMLStylesExporter"/>
77cdf0e10cSrcweir  </implementation>
78cdf0e10cSrcweir  <implementation name="stardiv.StarCalc.ScAutoFormatsObj">
79cdf0e10cSrcweir    <service name="com.sun.star.sheet.TableAutoFormats"/>
80cdf0e10cSrcweir  </implementation>
81cdf0e10cSrcweir  <implementation name="stardiv.StarCalc.ScFunctionAccess">
82cdf0e10cSrcweir    <service name="com.sun.star.sheet.FunctionAccess"/>
83cdf0e10cSrcweir  </implementation>
84cdf0e10cSrcweir  <implementation name="stardiv.StarCalc.ScFunctionListObj">
85cdf0e10cSrcweir    <service name="com.sun.star.sheet.FunctionDescriptions"/>
86cdf0e10cSrcweir  </implementation>
87cdf0e10cSrcweir  <implementation name="stardiv.StarCalc.ScRecentFunctionsObj">
88cdf0e10cSrcweir    <service name="com.sun.star.sheet.RecentFunctions"/>
89cdf0e10cSrcweir  </implementation>
90cdf0e10cSrcweir  <implementation name="stardiv.StarCalc.ScSpreadsheetSettings">
91cdf0e10cSrcweir    <service name="com.sun.star.sheet.GlobalSheetSettings"/>
92cdf0e10cSrcweir  </implementation>
93*facb16e7SArmin Le Grand  <implementation name="org.apache.openoffice.comp.sc.sidebar.ScPanelFactory">
94*facb16e7SArmin Le Grand    <service name="com.sun.star.ui.UIElementFactory"/>
95*facb16e7SArmin Le Grand  </implementation>
96cdf0e10cSrcweir</component>
97