xref: /aoo41x/main/sc/xml/ScXMLImport.xml (revision cdf0e10c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4    <module-name>sc</module-name>
5  <!-- XML-based filter: Calc import components
6       (full, styles, content, meta, settings)
7    -->
8  <component-description>
9    <author>xmloff development team</author>
10    <name>com.sun.star.comp.Calc.XMLImporter</name>
11    <description>
12      This component imports a single XML document stream into a
13      calc document.
14    </description>
15    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
16    <language>c++</language>
17    <status value="beta"/>
18    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
19    <reference-docu xlink:href="http://xml.openoffice.org/"
20        xlink:title="general OpenOffice.org xml information" />
21    <reference-docu xlink:title="XML File Format Specification (draft)"
22        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
23    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
24        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
25  </component-description>
26
27  <component-description>
28    <author>xmloff development team</author>
29    <name>com.sun.star.comp.Calc.XMLStylesImporter</name>
30    <description>
31      This component imports the styles.xml stream into a calc document.
32    </description>
33    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
34    <language>c++</language>
35    <status value="beta"/>
36    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
37    <reference-docu xlink:href="http://xml.openoffice.org/"
38        xlink:title="general OpenOffice.org xml information" />
39    <reference-docu xlink:title="XML File Format Specification (draft)"
40        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
41    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
42        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
43  </component-description>
44
45  <component-description>
46    <author>xmloff development team</author>
47    <name>com.sun.star.comp.Calc.XMLContentImporter</name>
48    <description>
49      This component imports the content.xml stream into a calc document.
50    </description>
51    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
52    <language>c++</language>
53    <status value="beta"/>
54    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
55    <reference-docu xlink:href="http://xml.openoffice.org/"
56        xlink:title="general OpenOffice.org xml information" />
57    <reference-docu xlink:title="XML File Format Specification (draft)"
58        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
59    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
60        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
61  </component-description>
62
63  <component-description>
64    <author>xmloff development team</author>
65    <name>com.sun.star.comp.Calc.XMLMetaImporter</name>
66    <description>
67      This component imports the meta.xml stream into a calc document.
68    </description>
69    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
70    <language>c++</language>
71    <status value="beta"/>
72    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
73    <reference-docu xlink:href="http://xml.openoffice.org/"
74        xlink:title="general OpenOffice.org xml information" />
75    <reference-docu xlink:title="XML File Format Specification (draft)"
76        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
77    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
78        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
79  </component-description>
80
81  <component-description>
82    <author>xmloff development team</author>
83    <name>com.sun.star.comp.Calc.XMLSettingsImporter</name>
84    <description>
85      This component imports the settings.xml stream into a calc document.
86    </description>
87    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
88    <language>c++</language>
89    <status value="beta"/>
90    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
91    <reference-docu xlink:href="http://xml.openoffice.org/"
92        xlink:title="general OpenOffice.org xml information" />
93    <reference-docu xlink:title="XML File Format Specification (draft)"
94        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
95    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
96        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
97  </component-description>
98  <project-build-dependency>cppu</project-build-dependency>
99  <project-build-dependency>cppuhelper</project-build-dependency>
100  <project-build-dependency>goodies</project-build-dependency>
101  <project-build-dependency>osl</project-build-dependency>
102  <project-build-dependency>rsc</project-build-dependency>
103  <project-build-dependency>rtl</project-build-dependency>
104  <project-build-dependency>sal</project-build-dependency>
105  <project-build-dependency>sfx2</project-build-dependency>
106  <project-build-dependency>sot</project-build-dependency>
107  <project-build-dependency>stl</project-build-dependency>
108  <project-build-dependency>svtools</project-build-dependency>
109  <project-build-dependency>svx</project-build-dependency>
110  <project-build-dependency>tools</project-build-dependency>
111  <project-build-dependency>typelib</project-build-dependency>
112  <project-build-dependency>uno</project-build-dependency>
113  <project-build-dependency>unotools</project-build-dependency>
114  <project-build-dependency>vcl</project-build-dependency>
115  <project-build-dependency>vos</project-build-dependency>
116</module-description>
117