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> placeware </module-name>
5 <component-description>
6 <author> Christian Lippka </author>
7 <name> com.sun.star.comp.Impress.PlaceWareExportFilter </name>
9 This service implements a filter to export com.sun.star.presentation.PresentationDocument into the
10 PlaceWare slide set format.
12 <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
13 <language> C++ </language>
14 <status value="beta"/>
15 <supported-service> com.sun.star.document.ExportFilter </supported-service>
16 <service-dependency> ... </service-dependency>
17 <type> com.sun.star.document.XFilter </type>
18 <type> com.sun.star.document.XExporter </type>
19 <type> com.sun.star.lang.XInitialization </type>
20 <type> com.sun.star.lang.XServiceInfo </type>
21 <type> com.sun.star.container.XNamed </type>
22 <type> com.sun.star.beans.PropertyValue </type>
23 <type> com.sun.star.beans.XPropertySet </type>
24 <type> com.sun.star.drawing.XDrawPagesSupplier </type>
25 <type> com.sun.star.presentation.XPresentationPage </type>
26 <type> com.sun.star.container.XIndexAccess </type>
27 <type> com.sun.star.text.XText </type>
28 <type> com.sun.star.document.XDocumentPropertiesSupplier </type>
29 <type> com.sun.star.document.XDocumentProperties </type>
30 <type> com.sun.star.lang.XComponent </type>
31 <type> com.sun.star.drawing.XDrawPage </type>
32 <type> com.sun.star.task.XInteractionHandler </type>
33 <type> com.sun.star.lang.XSingleServiceFactory </type>
34 <type> com.sun.star.uno.XAggregation </type>
35 <type> com.sun.star.uno.XWeak </type>
36 <type> com.sun.star.uno.XComponentContext </type>
37 <type> com.sun.star.uno.TypeClass </type>
38 </component-description>
39 <project-build-dependency> cppuhelper </project-build-dependency>
40 <project-build-dependency> cppu </project-build-dependency>
41 <project-build-dependency> sal </project-build-dependency>
42 <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
43 <runtime-module-dependency> cppu2 </runtime-module-dependency>
44 <runtime-module-dependency> sal2 </runtime-module-dependency>