summaryrefslogtreecommitdiff
path: root/dtrans/source/generic/dtrans.xml
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-01-31 14:37:29 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-01-31 14:37:29 +0000
commit41c5c7c8e279818daa2fe0f12bef3a97f95dba6b (patch)
tree072c3934fcec93322699997782554f9b42f25bf4 /dtrans/source/generic/dtrans.xml
parent3cf7e64c91cf3dbe9a6ac292a00d62f9797f6b1e (diff)
SRC619 import
Diffstat (limited to 'dtrans/source/generic/dtrans.xml')
-rw-r--r--dtrans/source/generic/dtrans.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/dtrans/source/generic/dtrans.xml b/dtrans/source/generic/dtrans.xml
new file mode 100644
index 000000000000..b42b29fdf992
--- /dev/null
+++ b/dtrans/source/generic/dtrans.xml
@@ -0,0 +1,58 @@
+<?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> Oliver Braun </Author>
+
+<Name> com.sun.star.comp.datatransfer.generic </Name>
+
+<Description>
+ This component covers
+ the generic part of data transfer concept.
+</Description>
+
+<ModuleName> dtrans </ModuleName>
+
+<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
+
+<Language> c++ </Language>
+
+<Status StatusValue="experimental"/>
+
+<SupportedService> com.sun.star.datatransfer.clipboard.ClipboardManager </SupportedService>
+<SupportedService> com.sun.star.datatransfer.clipboard.GenericClipboard </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.RenderingCapabilities </Type>
+<Type> com.sun.star.datatransfer.clipboard.XClipboardEx </Type>
+<Type> com.sun.star.datatransfer.clipboard.XClipboardManager </Type>
+<Type> com.sun.star.datatransfer.clipboard.XClipboardNotifier </Type>
+<Type> com.sun.star.datatransfer.XTransferableEx </Type>
+<Type> com.sun.star.datatransfer.XTransferableSource </Type>
+<Type> com.sun.star.io.XOutputStream </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.XInitialization </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.registry.XRegistryKey </Type>
+<Type> com.sun.star.uno.TypeClass </Type>
+<Type> com.sun.star.uno.XWeak </Type>
+<Type> com.sun.star.uno.XAggregation </Type>
+
+</COMPONENTDESCRIPTION>
+