xref: /trunk/main/uui/util/uui.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE
3*cdf0e10cSrcweir    module-description
4*cdf0e10cSrcweir    PUBLIC
5*cdf0e10cSrcweir    "-//StarOffice//DTD ComponentDescription 1.0//EN"
6*cdf0e10cSrcweir    "module-description.dtd">
7*cdf0e10cSrcweir<module-description>
8*cdf0e10cSrcweir    <module-name>uui</module-name>
9*cdf0e10cSrcweir    <component-description>
10*cdf0e10cSrcweir        <author>Stephan Bergmann</author>
11*cdf0e10cSrcweir        <name>com.sun.star.comp.uui.UUIInteractionHandler</name>
12*cdf0e10cSrcweir        <description>
13*cdf0e10cSrcweir            An Interaction Handler for the UCB.  It uses VCL to visualize and
14*cdf0e10cSrcweir            handle interaction requests.
15*cdf0e10cSrcweir        </description>
16*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
17*cdf0e10cSrcweir        <language>c++</language>
18*cdf0e10cSrcweir        <status value="final"/>
19*cdf0e10cSrcweir        <supported-service>
20*cdf0e10cSrcweir            com.sun.star.task.InteractionHandler
21*cdf0e10cSrcweir        </supported-service>
22*cdf0e10cSrcweir    </component-description>
23*cdf0e10cSrcweir    <project-build-dependency>cppu</project-build-dependency>
24*cdf0e10cSrcweir    <project-build-dependency>cppuhelper</project-build-dependency>
25*cdf0e10cSrcweir    <project-build-dependency>sal</project-build-dependency>
26*cdf0e10cSrcweir    <project-build-dependency>svtools</project-build-dependency>
27*cdf0e10cSrcweir    <project-build-dependency>toolkit</project-build-dependency>
28*cdf0e10cSrcweir    <project-build-dependency>tools</project-build-dependency>
29*cdf0e10cSrcweir    <project-build-dependency>vcl</project-build-dependency>
30*cdf0e10cSrcweir    <project-build-dependency>vos</project-build-dependency>
31*cdf0e10cSrcweir    <runtime-module-dependency>cppu3</runtime-module-dependency>
32*cdf0e10cSrcweir    <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
33*cdf0e10cSrcweir    <runtime-module-dependency>sal3</runtime-module-dependency>
34*cdf0e10cSrcweir    <runtime-module-dependency>svt</runtime-module-dependency>
35*cdf0e10cSrcweir    <runtime-module-dependency>tk</runtime-module-dependency>
36*cdf0e10cSrcweir    <runtime-module-dependency>tl</runtime-module-dependency>
37*cdf0e10cSrcweir    <runtime-module-dependency>vcl</runtime-module-dependency>
38*cdf0e10cSrcweir    <service-dependency>
39*cdf0e10cSrcweir        com.sun.star.task.PasswordContainer
40*cdf0e10cSrcweir    </service-dependency>
41*cdf0e10cSrcweir    <type>com.sun.star.awt.XWindow</type>
42*cdf0e10cSrcweir    <type>com.sun.star.beans.PropertyValue</type>
43*cdf0e10cSrcweir    <type>com.sun.star.java.WrongJavaVersionException</type>
44*cdf0e10cSrcweir    <type>com.sun.star.lang.XInitialization</type>
45*cdf0e10cSrcweir    <type>com.sun.star.lang.XMultiServiceFactory</type>
46*cdf0e10cSrcweir    <type>com.sun.star.lang.XServiceInfo</type>
47*cdf0e10cSrcweir    <type>com.sun.star.lang.XTypeProvider</type>
48*cdf0e10cSrcweir    <type>com.sun.star.registry.XRegistryKey</type>
49*cdf0e10cSrcweir    <type>com.sun.star.sync2.BadPartnershipException</type>
50*cdf0e10cSrcweir    <type>com.sun.star.task.InteractionClassification</type>
51*cdf0e10cSrcweir    <type>com.sun.star.task.NoMasterException</type>
52*cdf0e10cSrcweir    <type>com.sun.star.task.PasswordRequest</type>
53*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionAbort</type>
54*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionApprove</type>
55*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionContinuation</type>
56*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionDisapprove</type>
57*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionHandler</type>
58*cdf0e10cSrcweir    <type>com.sun.star.task.XInteractionRetry</type>
59*cdf0e10cSrcweir    <type>com.sun.star.task.XPasswordContainer</type>
60*cdf0e10cSrcweir    <type>com.sun.star.ucb.AuthenticationRequest</type>
61*cdf0e10cSrcweir    <type>com.sun.star.ucb.HandleCookiesRequest</type>
62*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveAugmentedIOException</type>
63*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveCHAOSException</type>
64*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkConnectException</type>
65*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkException</type>
66*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkGeneralException</type>
67*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkOffLineException</type>
68*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkReadException</type>
69*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkResolveNameException</type>
70*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveNetworkWriteException</type>
71*cdf0e10cSrcweir    <type>com.sun.star.ucb.InteractiveWrongMediumException</type>
72*cdf0e10cSrcweir    <type>com.sun.star.ucb.XInteractionCookieHandling</type>
73*cdf0e10cSrcweir    <type>com.sun.star.ucb.XInteractionSupplyAuthentication</type>
74*cdf0e10cSrcweir    <type>com.sun.star.uno.Exception</type>
75*cdf0e10cSrcweir    <type>com.sun.star.uno.RuntimeException</type>
76*cdf0e10cSrcweir    <type>com.sun.star.uno.XInterface</type>
77*cdf0e10cSrcweir</module-description>
78