xref: /aoo42x/main/xmloff/xml/components.xml (revision a0b87975)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*a0b87975SAndrew Rist<!--***********************************************************
4*a0b87975SAndrew Rist *
5*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6*a0b87975SAndrew Rist * or more contributor license agreements.  See the NOTICE file
7*a0b87975SAndrew Rist * distributed with this work for additional information
8*a0b87975SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the
10*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance
11*a0b87975SAndrew Rist * with the License.  You may obtain a copy of the License at
12*a0b87975SAndrew Rist *
13*a0b87975SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14*a0b87975SAndrew Rist *
15*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing,
16*a0b87975SAndrew Rist * software distributed under the License is distributed on an
17*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*a0b87975SAndrew Rist * KIND, either express or implied.  See the License for the
19*a0b87975SAndrew Rist * specific language governing permissions and limitations
20*a0b87975SAndrew Rist * under the License.
21*a0b87975SAndrew Rist *
22*a0b87975SAndrew Rist ***********************************************************-->
23*a0b87975SAndrew Rist
24*a0b87975SAndrew Rist
25*a0b87975SAndrew Rist<!--***********************************************************
26*a0b87975SAndrew Rist *
27*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
28*a0b87975SAndrew Rist * or more contributor license agreements.  See the NOTICE file
29*a0b87975SAndrew Rist * distributed with this work for additional information
30*a0b87975SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
31*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the
32*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance
33*a0b87975SAndrew Rist * with the License.  You may obtain a copy of the License at
34*a0b87975SAndrew Rist *
35*a0b87975SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
36*a0b87975SAndrew Rist *
37*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing,
38*a0b87975SAndrew Rist * software distributed under the License is distributed on an
39*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40*a0b87975SAndrew Rist * KIND, either express or implied.  See the License for the
41*a0b87975SAndrew Rist * specific language governing permissions and limitations
42*a0b87975SAndrew Rist * under the License.
43*a0b87975SAndrew Rist *
44*a0b87975SAndrew Rist ***********************************************************-->
45*a0b87975SAndrew Rist
46*a0b87975SAndrew Rist
47*a0b87975SAndrew Rist<!--***********************************************************
48*a0b87975SAndrew Rist *
49*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
50*a0b87975SAndrew Rist * or more contributor license agreements.  See the NOTICE file
51*a0b87975SAndrew Rist * distributed with this work for additional information
52*a0b87975SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
53*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the
54*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance
55*a0b87975SAndrew Rist * with the License.  You may obtain a copy of the License at
56*a0b87975SAndrew Rist *
57*a0b87975SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
58*a0b87975SAndrew Rist *
59*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing,
60*a0b87975SAndrew Rist * software distributed under the License is distributed on an
61*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
62*a0b87975SAndrew Rist * KIND, either express or implied.  See the License for the
63*a0b87975SAndrew Rist * specific language governing permissions and limitations
64*a0b87975SAndrew Rist * under the License.
65*a0b87975SAndrew Rist *
66*a0b87975SAndrew Rist ***********************************************************-->
67*a0b87975SAndrew Rist
68*a0b87975SAndrew Rist
69cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
70cdf0e10cSrcweir    <module-name>xmloff</module-name>
71cdf0e10cSrcweir  <component-description>
72cdf0e10cSrcweir    <author>xmloff development team</author>
73cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLExporter</name>
74cdf0e10cSrcweir    <description>
75cdf0e10cSrcweir      This component exports a presentation document into a single XML document stream.
76cdf0e10cSrcweir    </description>
77cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
78cdf0e10cSrcweir    <language>c++</language>
79cdf0e10cSrcweir    <status value="beta"/>
80cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
81cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
82cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
83cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
84cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
85cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
86cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
87cdf0e10cSrcweir  </component-description>
88cdf0e10cSrcweir
89cdf0e10cSrcweir  <component-description>
90cdf0e10cSrcweir    <author>xmloff development team</author>
91cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLExporter</name>
92cdf0e10cSrcweir    <description>
93cdf0e10cSrcweir      This component exports a drawing document into a single XML document stream.
94cdf0e10cSrcweir    </description>
95cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
96cdf0e10cSrcweir    <language>c++</language>
97cdf0e10cSrcweir    <status value="beta"/>
98cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
99cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
100cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
101cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
102cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
103cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
104cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
105cdf0e10cSrcweir  </component-description>
106cdf0e10cSrcweir
107cdf0e10cSrcweir  <component-description>
108cdf0e10cSrcweir    <author>xmloff development team</author>
109cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLExporter</name>
110cdf0e10cSrcweir    <description>
111cdf0e10cSrcweir      This component exports a chart object into a single XML document stream.
112cdf0e10cSrcweir    </description>
113cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
114cdf0e10cSrcweir    <language>c++</language>
115cdf0e10cSrcweir    <status value="beta"/>
116cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
117cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
118cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
119cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
120cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
121cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
122cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
123cdf0e10cSrcweir  </component-description>
124cdf0e10cSrcweir
125cdf0e10cSrcweir  <component-description>
126cdf0e10cSrcweir    <author>xmloff development team</author>
127cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLStylesExporter</name>
128cdf0e10cSrcweir    <description>
129cdf0e10cSrcweir      This component exports the styles of a presentation document into a single XML document stream.
130cdf0e10cSrcweir    </description>
131cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
132cdf0e10cSrcweir    <language>c++</language>
133cdf0e10cSrcweir    <status value="beta"/>
134cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
135cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
136cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
137cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
138cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
139cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
140cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
141cdf0e10cSrcweir  </component-description>
142cdf0e10cSrcweir
143cdf0e10cSrcweir  <component-description>
144cdf0e10cSrcweir    <author>xmloff development team</author>
145cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLStylesExporter</name>
146cdf0e10cSrcweir    <description>
147cdf0e10cSrcweir      This component exports the styles of a drawing document into a single XML document stream.
148cdf0e10cSrcweir    </description>
149cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
150cdf0e10cSrcweir    <language>c++</language>
151cdf0e10cSrcweir    <status value="beta"/>
152cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
153cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
154cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
155cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
156cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
157cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
158cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
159cdf0e10cSrcweir  </component-description>
160cdf0e10cSrcweir
161cdf0e10cSrcweir  <component-description>
162cdf0e10cSrcweir    <author>xmloff development team</author>
163cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLStylesExporter</name>
164cdf0e10cSrcweir    <description>
165cdf0e10cSrcweir      This component exports the styles of a chart object into a single XML document stream.
166cdf0e10cSrcweir    </description>
167cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
168cdf0e10cSrcweir    <language>c++</language>
169cdf0e10cSrcweir    <status value="beta"/>
170cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
171cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
172cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
173cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
174cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
175cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
176cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
177cdf0e10cSrcweir  </component-description>
178cdf0e10cSrcweir
179cdf0e10cSrcweir  <component-description>
180cdf0e10cSrcweir    <author>xmloff development team</author>
181cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLMetaExporter</name>
182cdf0e10cSrcweir    <description>
183cdf0e10cSrcweir      This component exports the meta information of a presentation document into a single XML document stream.
184cdf0e10cSrcweir    </description>
185cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
186cdf0e10cSrcweir    <language>c++</language>
187cdf0e10cSrcweir    <status value="beta"/>
188cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
189cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
190cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
191cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
192cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
193cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
194cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
195cdf0e10cSrcweir  </component-description>
196cdf0e10cSrcweir
197cdf0e10cSrcweir  <component-description>
198cdf0e10cSrcweir    <author>xmloff development team</author>
199cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLMetaExporter</name>
200cdf0e10cSrcweir    <description>
201cdf0e10cSrcweir      This component exports the meta information of a drawing document into a single XML document stream.
202cdf0e10cSrcweir    </description>
203cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
204cdf0e10cSrcweir    <language>c++</language>
205cdf0e10cSrcweir    <status value="beta"/>
206cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
207cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
208cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
209cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
210cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
211cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
212cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
213cdf0e10cSrcweir  </component-description>
214cdf0e10cSrcweir
215cdf0e10cSrcweir  <component-description>
216cdf0e10cSrcweir    <author>xmloff development team</author>
217cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLSettingsExporter</name>
218cdf0e10cSrcweir    <description>
219cdf0e10cSrcweir      This component exports the settings information of a presentation document into a single XML document stream.
220cdf0e10cSrcweir    </description>
221cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
222cdf0e10cSrcweir    <language>c++</language>
223cdf0e10cSrcweir    <status value="beta"/>
224cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
225cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
226cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
227cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
228cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
229cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
230cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
231cdf0e10cSrcweir  </component-description>
232cdf0e10cSrcweir
233cdf0e10cSrcweir  <component-description>
234cdf0e10cSrcweir    <author>xmloff development team</author>
235cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLSettingsExporter</name>
236cdf0e10cSrcweir    <description>
237cdf0e10cSrcweir      This component exports the settings information of a drawing document into a single XML document stream.
238cdf0e10cSrcweir    </description>
239cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
240cdf0e10cSrcweir    <language>c++</language>
241cdf0e10cSrcweir    <status value="beta"/>
242cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
243cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
244cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
245cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
246cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
247cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
248cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
249cdf0e10cSrcweir  </component-description>
250cdf0e10cSrcweir
251cdf0e10cSrcweir  <component-description>
252cdf0e10cSrcweir    <author>xmloff development team</author>
253cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLContentExporter</name>
254cdf0e10cSrcweir    <description>
255cdf0e10cSrcweir      This component exports the content of a presentation document into a single XML document stream.
256cdf0e10cSrcweir    </description>
257cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
258cdf0e10cSrcweir    <language>c++</language>
259cdf0e10cSrcweir    <status value="beta"/>
260cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
261cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
262cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
263cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
264cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
265cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
266cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
267cdf0e10cSrcweir  </component-description>
268cdf0e10cSrcweir
269cdf0e10cSrcweir  <component-description>
270cdf0e10cSrcweir    <author>xmloff development team</author>
271cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLContentExporter</name>
272cdf0e10cSrcweir    <description>
273cdf0e10cSrcweir      This component exports the content of a drawing document into a single XML document stream.
274cdf0e10cSrcweir    </description>
275cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
276cdf0e10cSrcweir    <language>c++</language>
277cdf0e10cSrcweir    <status value="beta"/>
278cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
279cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
280cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
281cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
282cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
283cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
284cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
285cdf0e10cSrcweir  </component-description>
286cdf0e10cSrcweir
287cdf0e10cSrcweir  <component-description>
288cdf0e10cSrcweir    <author>xmloff development team</author>
289cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLContentExporter</name>
290cdf0e10cSrcweir    <description>
291cdf0e10cSrcweir      This component exports the content of a chart object into a single XML document stream.
292cdf0e10cSrcweir    </description>
293cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
294cdf0e10cSrcweir    <language>c++</language>
295cdf0e10cSrcweir    <status value="beta"/>
296cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
297cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
298cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
299cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
300cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
301cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
302cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
303cdf0e10cSrcweir  </component-description>
304cdf0e10cSrcweir
305cdf0e10cSrcweir  <component-description>
306cdf0e10cSrcweir    <author>xmloff development team</author>
307cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLImporter</name>
308cdf0e10cSrcweir    <description>
309cdf0e10cSrcweir      This component imports a presentation document from a single XML document stream.
310cdf0e10cSrcweir    </description>
311cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
312cdf0e10cSrcweir    <language>c++</language>
313cdf0e10cSrcweir    <status value="beta"/>
314cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
315cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
316cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
317cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
318cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
319cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
320cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
321cdf0e10cSrcweir  </component-description>
322cdf0e10cSrcweir
323cdf0e10cSrcweir  <component-description>
324cdf0e10cSrcweir    <author>xmloff development team</author>
325cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLImporter</name>
326cdf0e10cSrcweir    <description>
327cdf0e10cSrcweir      This component imports a drawing document from a single XML document stream.
328cdf0e10cSrcweir    </description>
329cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
330cdf0e10cSrcweir    <language>c++</language>
331cdf0e10cSrcweir    <status value="beta"/>
332cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
333cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
334cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
335cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
336cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
337cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
338cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
339cdf0e10cSrcweir  </component-description>
340cdf0e10cSrcweir
341cdf0e10cSrcweir  <component-description>
342cdf0e10cSrcweir    <author>xmloff development team</author>
343cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLImporter</name>
344cdf0e10cSrcweir    <description>
345cdf0e10cSrcweir      This component imports a chart object from a single XML document stream.
346cdf0e10cSrcweir    </description>
347cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
348cdf0e10cSrcweir    <language>c++</language>
349cdf0e10cSrcweir    <status value="beta"/>
350cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
351cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
352cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
353cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
354cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
355cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
356cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
357cdf0e10cSrcweir  </component-description>
358cdf0e10cSrcweir
359cdf0e10cSrcweir  <component-description>
360cdf0e10cSrcweir    <author>xmloff development team</author>
361cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLStylesImporter</name>
362cdf0e10cSrcweir    <description>
363cdf0e10cSrcweir      This component imports the styles of a presentation document from a single XML document stream.
364cdf0e10cSrcweir    </description>
365cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
366cdf0e10cSrcweir    <language>c++</language>
367cdf0e10cSrcweir    <status value="beta"/>
368cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
369cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
370cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
371cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
372cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
373cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
374cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
375cdf0e10cSrcweir  </component-description>
376cdf0e10cSrcweir
377cdf0e10cSrcweir  <component-description>
378cdf0e10cSrcweir    <author>xmloff development team</author>
379cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLStylesImporter</name>
380cdf0e10cSrcweir    <description>
381cdf0e10cSrcweir      This component imports the styles of a drawing document from a single XML document stream.
382cdf0e10cSrcweir    </description>
383cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
384cdf0e10cSrcweir    <language>c++</language>
385cdf0e10cSrcweir    <status value="beta"/>
386cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
387cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
388cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
389cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
390cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
391cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
392cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
393cdf0e10cSrcweir  </component-description>
394cdf0e10cSrcweir
395cdf0e10cSrcweir  <component-description>
396cdf0e10cSrcweir    <author>xmloff development team</author>
397cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLStylesImporter</name>
398cdf0e10cSrcweir    <description>
399cdf0e10cSrcweir      This component imports the styles of a chart object from a single XML document stream.
400cdf0e10cSrcweir    </description>
401cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
402cdf0e10cSrcweir    <language>c++</language>
403cdf0e10cSrcweir    <status value="beta"/>
404cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
405cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
406cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
407cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
408cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
409cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
410cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
411cdf0e10cSrcweir  </component-description>
412cdf0e10cSrcweir
413cdf0e10cSrcweir  <component-description>
414cdf0e10cSrcweir    <author>xmloff development team</author>
415cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLMetaImporter</name>
416cdf0e10cSrcweir    <description>
417cdf0e10cSrcweir      This component imports the meta information of a presentation document from a single XML document stream.
418cdf0e10cSrcweir    </description>
419cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
420cdf0e10cSrcweir    <language>c++</language>
421cdf0e10cSrcweir    <status value="beta"/>
422cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
423cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
424cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
425cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
426cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
427cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
428cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
429cdf0e10cSrcweir  </component-description>
430cdf0e10cSrcweir
431cdf0e10cSrcweir  <component-description>
432cdf0e10cSrcweir    <author>xmloff development team</author>
433cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLMetaImporter</name>
434cdf0e10cSrcweir    <description>
435cdf0e10cSrcweir      This component imports the meta information of a drawing document from a single XML document stream.
436cdf0e10cSrcweir    </description>
437cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
438cdf0e10cSrcweir    <language>c++</language>
439cdf0e10cSrcweir    <status value="beta"/>
440cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
441cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
442cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
443cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
444cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
445cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
446cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
447cdf0e10cSrcweir  </component-description>
448cdf0e10cSrcweir
449cdf0e10cSrcweir  <component-description>
450cdf0e10cSrcweir    <author>xmloff development team</author>
451cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLSettingsImporter</name>
452cdf0e10cSrcweir    <description>
453cdf0e10cSrcweir      This component imports the settings information of a presentation document from a single XML document stream.
454cdf0e10cSrcweir    </description>
455cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
456cdf0e10cSrcweir    <language>c++</language>
457cdf0e10cSrcweir    <status value="beta"/>
458cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
459cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
460cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
461cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
462cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
463cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
464cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
465cdf0e10cSrcweir  </component-description>
466cdf0e10cSrcweir
467cdf0e10cSrcweir  <component-description>
468cdf0e10cSrcweir    <author>xmloff development team</author>
469cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLSettingsImporter</name>
470cdf0e10cSrcweir    <description>
471cdf0e10cSrcweir      This component imports the settings information of a drawing document from a single XML document stream.
472cdf0e10cSrcweir    </description>
473cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
474cdf0e10cSrcweir    <language>c++</language>
475cdf0e10cSrcweir    <status value="beta"/>
476cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
477cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
478cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
479cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
480cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
481cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
482cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
483cdf0e10cSrcweir  </component-description>
484cdf0e10cSrcweir
485cdf0e10cSrcweir  <component-description>
486cdf0e10cSrcweir    <author>xmloff development team</author>
487cdf0e10cSrcweir    <name>com.sun.star.comp.Impress.XMLContentImporter</name>
488cdf0e10cSrcweir    <description>
489cdf0e10cSrcweir      This component imports the content of a presentation document from a single XML document stream.
490cdf0e10cSrcweir    </description>
491cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
492cdf0e10cSrcweir    <language>c++</language>
493cdf0e10cSrcweir    <status value="beta"/>
494cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
495cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
496cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
497cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
498cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
499cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
500cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
501cdf0e10cSrcweir  </component-description>
502cdf0e10cSrcweir
503cdf0e10cSrcweir  <component-description>
504cdf0e10cSrcweir    <author>xmloff development team</author>
505cdf0e10cSrcweir    <name>com.sun.star.comp.Draw.XMLContentImporter</name>
506cdf0e10cSrcweir    <description>
507cdf0e10cSrcweir      This component imports the content of a drawing document from a single XML document stream.
508cdf0e10cSrcweir    </description>
509cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
510cdf0e10cSrcweir    <language>c++</language>
511cdf0e10cSrcweir    <status value="beta"/>
512cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
513cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
514cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
515cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
516cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
517cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
518cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
519cdf0e10cSrcweir  </component-description>
520cdf0e10cSrcweir
521cdf0e10cSrcweir  <component-description>
522cdf0e10cSrcweir    <author>xmloff development team</author>
523cdf0e10cSrcweir    <name>com.sun.star.comp.Chart.XMLContentImporter</name>
524cdf0e10cSrcweir    <description>
525cdf0e10cSrcweir      This component imports the content of a chart object from a single XML document stream.
526cdf0e10cSrcweir    </description>
527cdf0e10cSrcweir    <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
528cdf0e10cSrcweir    <language>c++</language>
529cdf0e10cSrcweir    <status value="beta"/>
530cdf0e10cSrcweir    <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
531cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/"
532cdf0e10cSrcweir        xlink:title="general OpenOffice.org xml information" />
533cdf0e10cSrcweir    <reference-docu xlink:title="XML File Format Specification (draft)"
534cdf0e10cSrcweir        xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
535cdf0e10cSrcweir    <reference-docu xlink:href="http://xml.openoffice.org/filter/"
536cdf0e10cSrcweir        xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
537cdf0e10cSrcweir  </component-description>
538cdf0e10cSrcweir
539cdf0e10cSrcweir</module-description>
540