xref: /aoo41x/main/sc/xml/ScXMLImport.xml (revision a0b87975)
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<!--***********************************************************
26 *
27 * Licensed to the Apache Software Foundation (ASF) under one
28 * or more contributor license agreements.  See the NOTICE file
29 * distributed with this work for additional information
30 * regarding copyright ownership.  The ASF licenses this file
31 * to you under the Apache License, Version 2.0 (the
32 * "License"); you may not use this file except in compliance
33 * with the License.  You may obtain a copy of the License at
34 *
35 *   http://www.apache.org/licenses/LICENSE-2.0
36 *
37 * Unless required by applicable law or agreed to in writing,
38 * software distributed under the License is distributed on an
39 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40 * KIND, either express or implied.  See the License for the
41 * specific language governing permissions and limitations
42 * under the License.
43 *
44 ***********************************************************-->
45
46
47<!--***********************************************************
48 *
49 * Licensed to the Apache Software Foundation (ASF) under one
50 * or more contributor license agreements.  See the NOTICE file
51 * distributed with this work for additional information
52 * regarding copyright ownership.  The ASF licenses this file
53 * to you under the Apache License, Version 2.0 (the
54 * "License"); you may not use this file except in compliance
55 * with the License.  You may obtain a copy of the License at
56 *
57 *   http://www.apache.org/licenses/LICENSE-2.0
58 *
59 * Unless required by applicable law or agreed to in writing,
60 * software distributed under the License is distributed on an
61 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
62 * KIND, either express or implied.  See the License for the
63 * specific language governing permissions and limitations
64 * under the License.
65 *
66 ***********************************************************-->
67
68
69<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
70    <module-name>sc</module-name>
71  <!-- XML-based filter: Calc import components
72       (full, styles, content, meta, settings)
73    -->
74  <component-description>
75    <author>xmloff development team</author>
76    <name>com.sun.star.comp.Calc.XMLImporter</name>
77    <description>
78      This component imports a single XML document stream into a
79      calc document.
80    </description>
81    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
82    <language>c++</language>
83    <status value="beta"/>
84    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
85    <reference-docu xlink:href="http://xml.openoffice.org/"
86        xlink:title="general OpenOffice.org xml information" />
87    <reference-docu xlink:title="XML File Format Specification (draft)"
88        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
89    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
90        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
91  </component-description>
92
93  <component-description>
94    <author>xmloff development team</author>
95    <name>com.sun.star.comp.Calc.XMLStylesImporter</name>
96    <description>
97      This component imports the styles.xml stream into a calc document.
98    </description>
99    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
100    <language>c++</language>
101    <status value="beta"/>
102    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
103    <reference-docu xlink:href="http://xml.openoffice.org/"
104        xlink:title="general OpenOffice.org xml information" />
105    <reference-docu xlink:title="XML File Format Specification (draft)"
106        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
107    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
108        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
109  </component-description>
110
111  <component-description>
112    <author>xmloff development team</author>
113    <name>com.sun.star.comp.Calc.XMLContentImporter</name>
114    <description>
115      This component imports the content.xml stream into a calc document.
116    </description>
117    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
118    <language>c++</language>
119    <status value="beta"/>
120    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
121    <reference-docu xlink:href="http://xml.openoffice.org/"
122        xlink:title="general OpenOffice.org xml information" />
123    <reference-docu xlink:title="XML File Format Specification (draft)"
124        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
125    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
126        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
127  </component-description>
128
129  <component-description>
130    <author>xmloff development team</author>
131    <name>com.sun.star.comp.Calc.XMLMetaImporter</name>
132    <description>
133      This component imports the meta.xml stream into a calc document.
134    </description>
135    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
136    <language>c++</language>
137    <status value="beta"/>
138    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
139    <reference-docu xlink:href="http://xml.openoffice.org/"
140        xlink:title="general OpenOffice.org xml information" />
141    <reference-docu xlink:title="XML File Format Specification (draft)"
142        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
143    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
144        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
145  </component-description>
146
147  <component-description>
148    <author>xmloff development team</author>
149    <name>com.sun.star.comp.Calc.XMLSettingsImporter</name>
150    <description>
151      This component imports the settings.xml stream into a calc document.
152    </description>
153    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
154    <language>c++</language>
155    <status value="beta"/>
156    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
157    <reference-docu xlink:href="http://xml.openoffice.org/"
158        xlink:title="general OpenOffice.org xml information" />
159    <reference-docu xlink:title="XML File Format Specification (draft)"
160        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
161    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
162        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
163  </component-description>
164  <project-build-dependency>cppu</project-build-dependency>
165  <project-build-dependency>cppuhelper</project-build-dependency>
166  <project-build-dependency>goodies</project-build-dependency>
167  <project-build-dependency>osl</project-build-dependency>
168  <project-build-dependency>rsc</project-build-dependency>
169  <project-build-dependency>rtl</project-build-dependency>
170  <project-build-dependency>sal</project-build-dependency>
171  <project-build-dependency>sfx2</project-build-dependency>
172  <project-build-dependency>sot</project-build-dependency>
173  <project-build-dependency>stl</project-build-dependency>
174  <project-build-dependency>svtools</project-build-dependency>
175  <project-build-dependency>svx</project-build-dependency>
176  <project-build-dependency>tools</project-build-dependency>
177  <project-build-dependency>typelib</project-build-dependency>
178  <project-build-dependency>uno</project-build-dependency>
179  <project-build-dependency>unotools</project-build-dependency>
180  <project-build-dependency>vcl</project-build-dependency>
181  <project-build-dependency>vos</project-build-dependency>
182</module-description>
183