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