97 lines
4.5 KiB
XML
97 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--**********************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
**********************************************************************-->
|
|
|
|
<component loader="com.sun.star.loader.SharedLibrary" prefix="sc"
|
|
xmlns="http://openoffice.org/2010/uno-components">
|
|
<implementation name="com.sun.star.comp.Calc.FilterOptionsDialog">
|
|
<service name="com.sun.star.ui.dialogs.FilterOptionsDialog"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.SpreadsheetDocument">
|
|
<service name="com.sun.star.sheet.SpreadsheetDocument"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLContentExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLContentExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLMetaExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLMetaExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisContentExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisContentExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisContentImporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisContentImporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisImporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisImporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisMetaExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisMetaExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisMetaImporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisMetaImporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisSettingsExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisSettingsExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisSettingsImporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisSettingsImporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisStylesExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisStylesExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLOasisStylesImporter">
|
|
<service name="com.sun.star.comp.Calc.XMLOasisStylesImporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLSettingsExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLSettingsExporter"/>
|
|
</implementation>
|
|
<implementation name="com.sun.star.comp.Calc.XMLStylesExporter">
|
|
<service name="com.sun.star.comp.Calc.XMLStylesExporter"/>
|
|
</implementation>
|
|
<implementation name="stardiv.StarCalc.ScAutoFormatsObj">
|
|
<service name="com.sun.star.sheet.TableAutoFormats"/>
|
|
</implementation>
|
|
<implementation name="stardiv.StarCalc.ScFunctionAccess">
|
|
<service name="com.sun.star.sheet.FunctionAccess"/>
|
|
</implementation>
|
|
<implementation name="stardiv.StarCalc.ScFunctionListObj">
|
|
<service name="com.sun.star.sheet.FunctionDescriptions"/>
|
|
</implementation>
|
|
<implementation name="stardiv.StarCalc.ScRecentFunctionsObj">
|
|
<service name="com.sun.star.sheet.RecentFunctions"/>
|
|
</implementation>
|
|
<implementation name="stardiv.StarCalc.ScSpreadsheetSettings">
|
|
<service name="com.sun.star.sheet.GlobalSheetSettings"/>
|
|
</implementation>
|
|
</component>
|