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 5 <module-name>dlgprov</module-name> 6 7 <component-description> 8 <author>Thomas Benisch</author> 9 <name>com.sun.star.comp.scripting.DialogProvider</name> 10 <description>provider for dialogs</description> 11 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 12 <language>c++</language> 13 <status value="drafts"/> 14 <supported-service>com.sun.star.awt.DialogProvider</supported-service> 15 <type>com.sun.star.awt.XControl</type> 16 <type>com.sun.star.awt.XControlContainer</type> 17 <type>com.sun.star.awt.XDialog</type> 18 <type>com.sun.star.awt.XDialogProvider</type> 19 <type>com.sun.star.awt.XWindowPeer</type> 20 <type>com.sun.star.beans.XPropertySet</type> 21 <type>com.sun.star.frame.XModel</type> 22 <type>com.sun.star.io.XInputStreamProvider</type> 23 <type>com.sun.star.lang.IllegalArgumentException</type> 24 <type>com.sun.star.lang.XInitialization</type> 25 <type>com.sun.star.lang.XMultiComponentFactory</type> 26 <type>com.sun.star.lang.XServiceInfo</type> 27 <type>com.sun.star.reflection.InvocationTargetException</type> 28 <type>com.sun.star.script.CannotConvertException</type> 29 <type>com.sun.star.script.ScriptEventDescriptor</type> 30 <type>com.sun.star.script.XAllListener</type> 31 <type>com.sun.star.script.XEventAttacher</type> 32 <type>com.sun.star.script.XLibraryContainer</type> 33 <type>com.sun.star.script.XScriptEventsAttacher</type> 34 <type>com.sun.star.script.XScriptEventsSupplier</type> 35 <type>com.sun.star.script.XScriptListener</type> 36 <type>com.sun.star.uno.Exception</type> 37 <type>com.sun.star.uno.RuntimeException</type> 38 <type>com.sun.star.uno.XComponentContext</type> 39 <type>com.sun.star.script.provider.XScript</type> 40 <type>com.sun.star.script.provider.XScriptProvider</type> 41 <type> com.sun.star.uri.XUriReference </type> 42 <type> com.sun.star.uri.XUriReferenceFactory </type> 43 <type> com.sun.star.uri.XVndSunStarScriptUrl </type> 44 </component-description> 45 46 <project-build-dependency>sfx2</project-build-dependency> 47 <project-build-dependency>xmlscript</project-build-dependency> 48 <project-build-dependency>cppuhelper</project-build-dependency> 49 <project-build-dependency>cppu</project-build-dependency> 50 <project-build-dependency>sal</project-build-dependency> 51 52 <runtime-module-dependency>sfx2</runtime-module-dependency> 53 <runtime-module-dependency>xcr</runtime-module-dependency> 54 <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency> 55 <runtime-module-dependency>cppu3</runtime-module-dependency> 56 <runtime-module-dependency>sal3</runtime-module-dependency> 57 58</module-description> 59