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 export components
6 (full, styles, content, meta, settings)
8 <component-description>
9 <author>xmloff development team</author>
10 <name>com.sun.star.comp.Calc.XMLExporter</name>
12 This component exports a calc document into a single XML
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.XMLExportFilter</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>
27 <component-description>
28 <author>xmloff development team</author>
29 <name>com.sun.star.comp.Calc.XMLStylesExporter</name>
31 This component exports a the styles of a calc document.
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.XMLExportFilter</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>
45 <component-description>
46 <author>xmloff development team</author>
47 <name>com.sun.star.comp.Calc.XMLContentExporter</name>
49 This component exports a the content of a calc document.
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.XMLExportFilter</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>
63 <component-description>
64 <author>xmloff development team</author>
65 <name>com.sun.star.comp.Calc.XMLMetaExporter</name>
67 This component exports a the meta of a calc document.
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.XMLExportFilter</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>
81 <component-description>
82 <author>xmloff development team</author>
83 <name>com.sun.star.comp.Calc.XMLSettingsExporter</name>
85 This component exports a the settings of a calc document.
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.XMLExportFilter</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 </module-description>