summaryrefslogtreecommitdiff
path: root/dtrans/source/X11/dtransX11.xml
blob: 53825958c5b3a6a6c3b7e5150a7cd2e691d27891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">

<COMPONENTDESCRIPTION
    xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >

<Author> Tino Rachui </Author>

<Name>  com.sun.star.comp.datatransfer.X11 </Name>

<Description>
    The X11 implementation of the datatransfer service.
</Description>

<ModuleName>    dtransX11   </ModuleName>

<LoaderName>    com.sun.star.loader.SharedLibrary   </LoaderName>

<Language>  c++ </Language>

<Status StatusValue="experimental"/>

<SupportedService>  com.sun.star.datatransfer.clipboard.SystemClipboard </SupportedService>

<ServiceDependency> ... </ServiceDependency>

<ProjectBuildDependency>    cppuhelper  </ProjectBuildDependency>
<ProjectBuildDependency>    cppu        </ProjectBuildDependency>
<ProjectBuildDependency>    sal         </ProjectBuildDependency>

<RuntimeModuleDependency>   cppuhelper  </RuntimeModuleDependency>
<RuntimeModuleDependency>   cppu2       </RuntimeModuleDependency>
<RuntimeModuleDependency>   sal2        </RuntimeModuleDependency>

<Type>   com.sun.star.datatransfer.clipboard.XClipboardEx  </Type>
<Type>   com.sun.star.datatransfer.XTransferable           </Type>
<Type>   com.sun.star.datatransfer.clipboard.RenderingCapabilities </Type>
<Type>   com.sun.star.datatransfer.clipboard.XClipboardOwner       </Type>
<Type>   com.sun.star.datatransfer.clipboard.XClipboardListener    </Type>
<Type>   com.sun.star.datatransfer.clipboard.XClipboardNotifier    </Type>

<Type>   com.sun.star.datatransfer.dnd.XDropTargetDropContext      </Type>
<Type>   com.sun.star.datatransfer.dnd.XDropTargetDragContext      </Type>
<Type>   com.sun.star.datatransfer.dnd.XDropTarget                 </Type>
<Type>   com.sun.star.datatransfer.dnd.XDropTargetFactory          </Type>
<Type>   com.sun.star.datatransfer.dnd.DNDConstants                </Type>
<Type>   com.sun.star.datatransfer.dnd.XDragSource                 </Type>
<Type>   com.sun.star.datatransfer.dnd.XDragSourceContext          </Type>

<Type>   com.sun.star.awt.XDisplayConnection                       </Type>

<Type>   com.sun.star.lang.DisposedException          </Type>
<Type>   com.sun.star.lang.IllegalArgumentException   </Type>
<Type>   com.sun.star.lang.XComponent                 </Type>
<Type>   com.sun.star.lang.XMultiServiceFactory       </Type>
<Type>   com.sun.star.lang.XSingleServiceFactory      </Type>
<Type>   com.sun.star.lang.XServiceInfo               </Type>
<Type>   com.sun.star.lang.XTypeProvider              </Type>
<Type>   com.sun.star.uno.TypeClass     </Type>
<Type>   com.sun.star.uno.XWeak         </Type>
<Type>   com.sun.star.uno.XAggregation  </Type>
<Type>   com.sun.star.registry.XRegistryKey  </Type>
<Type>   com.sun.star.container.XSet         </Type>

</COMPONENTDESCRIPTION>