1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
4 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 * This file incorporates work covered by the following license notice:
12 * Licensed to the Apache Software Foundation (ASF) under one or more
13 * contributor license agreements. See the NOTICE file distributed
14 * with this work for additional information regarding copyright
15 * ownership. The ASF licenses this file to you under the Apache
16 * License, Version 2.0 (the "License"); you may not use this file
17 * except in compliance with the License. You may obtain a copy of
18 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 <module-name>uui</module-name>
22 <component-description>
23 <author>Stephan Bergmann</author>
24 <name>com.sun.star.comp.uui.UUIInteractionHandler</name>
26 An Interaction Handler for the UCB. It uses VCL to visualize and
27 handle interaction requests.
29 <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
30 <language>c++</language>
31 <status value="final"/>
33 com.sun.star.task.InteractionHandler
35 </component-description>
36 <project-build-dependency>cppu</project-build-dependency>
37 <project-build-dependency>cppuhelper</project-build-dependency>
38 <project-build-dependency>sal</project-build-dependency>
39 <project-build-dependency>svtools</project-build-dependency>
40 <project-build-dependency>toolkit</project-build-dependency>
41 <project-build-dependency>tools</project-build-dependency>
42 <project-build-dependency>vcl</project-build-dependency>
43 <runtime-module-dependency>cppu3</runtime-module-dependency>
44 <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
45 <runtime-module-dependency>sal3</runtime-module-dependency>
46 <runtime-module-dependency>svt</runtime-module-dependency>
47 <runtime-module-dependency>tk</runtime-module-dependency>
48 <runtime-module-dependency>tl</runtime-module-dependency>
49 <runtime-module-dependency>vcl</runtime-module-dependency>
51 com.sun.star.task.PasswordContainer
53 <type>com.sun.star.awt.XWindow</type>
54 <type>com.sun.star.beans.PropertyValue</type>
55 <type>com.sun.star.java.WrongJavaVersionException</type>
56 <type>com.sun.star.lang.XInitialization</type>
57 <type>com.sun.star.lang.XMultiServiceFactory</type>
58 <type>com.sun.star.lang.XServiceInfo</type>
59 <type>com.sun.star.lang.XTypeProvider</type>
60 <type>com.sun.star.registry.XRegistryKey</type>
61 <type>com.sun.star.task.InteractionClassification</type>
62 <type>com.sun.star.task.NoMasterException</type>
63 <type>com.sun.star.task.PasswordRequest</type>
64 <type>com.sun.star.task.XInteractionAbort</type>
65 <type>com.sun.star.task.XInteractionApprove</type>
66 <type>com.sun.star.task.XInteractionContinuation</type>
67 <type>com.sun.star.task.XInteractionDisapprove</type>
68 <type>com.sun.star.task.XInteractionHandler</type>
69 <type>com.sun.star.task.XInteractionRetry</type>
70 <type>com.sun.star.task.XPasswordContainer</type>
71 <type>com.sun.star.ucb.AuthenticationRequest</type>
72 <type>com.sun.star.ucb.InteractiveAugmentedIOException</type>
73 <type>com.sun.star.ucb.InteractiveNetworkConnectException</type>
74 <type>com.sun.star.ucb.InteractiveNetworkException</type>
75 <type>com.sun.star.ucb.InteractiveNetworkGeneralException</type>
76 <type>com.sun.star.ucb.InteractiveNetworkOffLineException</type>
77 <type>com.sun.star.ucb.InteractiveNetworkReadException</type>
78 <type>com.sun.star.ucb.InteractiveNetworkResolveNameException</type>
79 <type>com.sun.star.ucb.InteractiveNetworkWriteException</type>
80 <type>com.sun.star.ucb.InteractiveWrongMediumException</type>
81 <type>com.sun.star.ucb.XInteractionSupplyAuthentication</type>
82 <type>com.sun.star.uno.Exception</type>
83 <type>com.sun.star.uno.RuntimeException</type>
84 <type>com.sun.star.uno.XInterface</type>