1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3a0b87975SAndrew Rist<!--*********************************************************** 4a0b87975SAndrew Rist * 5a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 6a0b87975SAndrew Rist * or more contributor license agreements. See the NOTICE file 7a0b87975SAndrew Rist * distributed with this work for additional information 8a0b87975SAndrew Rist * regarding copyright ownership. The ASF licenses this file 9a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the 10a0b87975SAndrew Rist * "License"); you may not use this file except in compliance 11a0b87975SAndrew Rist * with the License. You may obtain a copy of the License at 12a0b87975SAndrew Rist * 13a0b87975SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 14a0b87975SAndrew Rist * 15a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing, 16a0b87975SAndrew Rist * software distributed under the License is distributed on an 17a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18a0b87975SAndrew Rist * KIND, either express or implied. See the License for the 19a0b87975SAndrew Rist * specific language governing permissions and limitations 20a0b87975SAndrew Rist * under the License. 21a0b87975SAndrew Rist * 22a0b87975SAndrew Rist ***********************************************************--> 23a0b87975SAndrew Rist 24a0b87975SAndrew Rist 25cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 26cdf0e10cSrcweir <module-name>sc</module-name> 27cdf0e10cSrcweir <!-- XML-based filter: Calc import components 28cdf0e10cSrcweir (full, styles, content, meta, settings) 29cdf0e10cSrcweir --> 30cdf0e10cSrcweir <component-description> 31cdf0e10cSrcweir <author>xmloff development team</author> 32cdf0e10cSrcweir <name>com.sun.star.comp.Calc.XMLImporter</name> 33cdf0e10cSrcweir <description> 34cdf0e10cSrcweir This component imports a single XML document stream into a 35cdf0e10cSrcweir calc document. 36cdf0e10cSrcweir </description> 37cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 38cdf0e10cSrcweir <language>c++</language> 39cdf0e10cSrcweir <status value="beta"/> 40cdf0e10cSrcweir <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 41cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/" 42*ff3f4ebcSOliver-Rainer Wittmann xlink:title="general OpenOffice.org XML information" /> 43cdf0e10cSrcweir <reference-docu xlink:title="XML File Format Specification (draft)" 44cdf0e10cSrcweir xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 45cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/filter/" 46*ff3f4ebcSOliver-Rainer Wittmann xlink:title="Guide to implement XML-based filters in Apache OpenOffice" /> 47cdf0e10cSrcweir </component-description> 48cdf0e10cSrcweir 49cdf0e10cSrcweir <component-description> 50cdf0e10cSrcweir <author>xmloff development team</author> 51cdf0e10cSrcweir <name>com.sun.star.comp.Calc.XMLStylesImporter</name> 52cdf0e10cSrcweir <description> 53cdf0e10cSrcweir This component imports the styles.xml stream into a calc document. 54cdf0e10cSrcweir </description> 55cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 56cdf0e10cSrcweir <language>c++</language> 57cdf0e10cSrcweir <status value="beta"/> 58cdf0e10cSrcweir <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 59cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/" 60*ff3f4ebcSOliver-Rainer Wittmann xlink:title="general OpenOffice.org XML information" /> 61cdf0e10cSrcweir <reference-docu xlink:title="XML File Format Specification (draft)" 62cdf0e10cSrcweir xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 63cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/filter/" 64*ff3f4ebcSOliver-Rainer Wittmann xlink:title="Guide to implement XML-based filters in Apache OpenOffice" /> 65cdf0e10cSrcweir </component-description> 66cdf0e10cSrcweir 67cdf0e10cSrcweir <component-description> 68cdf0e10cSrcweir <author>xmloff development team</author> 69cdf0e10cSrcweir <name>com.sun.star.comp.Calc.XMLContentImporter</name> 70cdf0e10cSrcweir <description> 71cdf0e10cSrcweir This component imports the content.xml stream into a calc document. 72cdf0e10cSrcweir </description> 73cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 74cdf0e10cSrcweir <language>c++</language> 75cdf0e10cSrcweir <status value="beta"/> 76cdf0e10cSrcweir <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 77cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/" 78*ff3f4ebcSOliver-Rainer Wittmann xlink:title="general OpenOffice.org XML information" /> 79cdf0e10cSrcweir <reference-docu xlink:title="XML File Format Specification (draft)" 80cdf0e10cSrcweir xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 81cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/filter/" 82*ff3f4ebcSOliver-Rainer Wittmann xlink:title="Guide to implement XML-based filters in Apache OpenOffice" /> 83cdf0e10cSrcweir </component-description> 84cdf0e10cSrcweir 85cdf0e10cSrcweir <component-description> 86cdf0e10cSrcweir <author>xmloff development team</author> 87cdf0e10cSrcweir <name>com.sun.star.comp.Calc.XMLMetaImporter</name> 88cdf0e10cSrcweir <description> 89cdf0e10cSrcweir This component imports the meta.xml stream into a calc document. 90cdf0e10cSrcweir </description> 91cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 92cdf0e10cSrcweir <language>c++</language> 93cdf0e10cSrcweir <status value="beta"/> 94cdf0e10cSrcweir <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 95cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/" 96*ff3f4ebcSOliver-Rainer Wittmann xlink:title="general OpenOffice.org XML information" /> 97cdf0e10cSrcweir <reference-docu xlink:title="XML File Format Specification (draft)" 98cdf0e10cSrcweir xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 99cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/filter/" 100*ff3f4ebcSOliver-Rainer Wittmann xlink:title="Guide to implement XML-based filters in Apache OpenOffice" /> 101cdf0e10cSrcweir </component-description> 102cdf0e10cSrcweir 103cdf0e10cSrcweir <component-description> 104cdf0e10cSrcweir <author>xmloff development team</author> 105cdf0e10cSrcweir <name>com.sun.star.comp.Calc.XMLSettingsImporter</name> 106cdf0e10cSrcweir <description> 107cdf0e10cSrcweir This component imports the settings.xml stream into a calc document. 108cdf0e10cSrcweir </description> 109cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 110cdf0e10cSrcweir <language>c++</language> 111cdf0e10cSrcweir <status value="beta"/> 112cdf0e10cSrcweir <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 113cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/" 114*ff3f4ebcSOliver-Rainer Wittmann xlink:title="general OpenOffice.org XML information" /> 115cdf0e10cSrcweir <reference-docu xlink:title="XML File Format Specification (draft)" 116cdf0e10cSrcweir xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 117cdf0e10cSrcweir <reference-docu xlink:href="http://xml.openoffice.org/filter/" 118*ff3f4ebcSOliver-Rainer Wittmann xlink:title="Guide to implement XML-based filters in Apache OpenOffice" /> 119cdf0e10cSrcweir </component-description> 120cdf0e10cSrcweir <project-build-dependency>cppu</project-build-dependency> 121cdf0e10cSrcweir <project-build-dependency>cppuhelper</project-build-dependency> 122cdf0e10cSrcweir <project-build-dependency>goodies</project-build-dependency> 123cdf0e10cSrcweir <project-build-dependency>osl</project-build-dependency> 124cdf0e10cSrcweir <project-build-dependency>rsc</project-build-dependency> 125cdf0e10cSrcweir <project-build-dependency>rtl</project-build-dependency> 126cdf0e10cSrcweir <project-build-dependency>sal</project-build-dependency> 127cdf0e10cSrcweir <project-build-dependency>sfx2</project-build-dependency> 128cdf0e10cSrcweir <project-build-dependency>sot</project-build-dependency> 129cdf0e10cSrcweir <project-build-dependency>stl</project-build-dependency> 130cdf0e10cSrcweir <project-build-dependency>svtools</project-build-dependency> 131cdf0e10cSrcweir <project-build-dependency>svx</project-build-dependency> 132cdf0e10cSrcweir <project-build-dependency>tools</project-build-dependency> 133cdf0e10cSrcweir <project-build-dependency>typelib</project-build-dependency> 134cdf0e10cSrcweir <project-build-dependency>uno</project-build-dependency> 135cdf0e10cSrcweir <project-build-dependency>unotools</project-build-dependency> 136cdf0e10cSrcweir <project-build-dependency>vcl</project-build-dependency> 137cdf0e10cSrcweir <project-build-dependency>vos</project-build-dependency> 138cdf0e10cSrcweir</module-description> 139