diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 08:13:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 08:13:21 +0000 |
commit | 1c392a2aa94a7973b1cdcede9c419eadf1b1d681 (patch) | |
tree | cf73c7faddb0c0d298f251eb93c74e12a12a2b31 /dtrans | |
parent | a41849bc97a371b55a0fbc986fd17f30b3bff0d0 (diff) |
INTEGRATION: CWS aquavcl01 (1.3.142); FILE MERGED
2005/11/27 10:12:33 fheckl 1.3.142.1: Adapting aqua to OOo 2.0
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/aqua/dtransaqua.xml | 101 |
1 files changed, 47 insertions, 54 deletions
diff --git a/dtrans/source/aqua/dtransaqua.xml b/dtrans/source/aqua/dtransaqua.xml index 5156b6bf8a91..e49c5399317b 100644 --- a/dtrans/source/aqua/dtransaqua.xml +++ b/dtrans/source/aqua/dtransaqua.xml @@ -1,55 +1,48 @@ <?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.clipboard </Name> - -<Description> - The win32 implementation of the datatransfer service. -</Description> - -<ModuleName> sysdtrans </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.XTransferableEx </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.XTransferDataAccess </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.lang.IllegalArgumentException </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> - +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + <module-name> dtransaqua </module-name> + <component-description> + <author> Tino Rachui </author> + <name> com.sun.star.comp.datatransfer.aqua </name> + <description> + The aqua implementation of the datatransfer service. +</description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="beta"/> + <supported-service> com.sun.star.datatransfer.clipboard.SystemClipboard </supported-service> + <service-dependency> ... </service-dependency> + <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.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> + </component-description> + <project-build-dependency> cppuhelper </project-build-dependency> + <project-build-dependency> cppu </project-build-dependency> + <project-build-dependency> sal </project-build-dependency> + <runtime-module-dependency> cppuhelper </runtime-module-dependency> + <runtime-module-dependency> cppu2 </runtime-module-dependency> + <runtime-module-dependency> sal2 </runtime-module-dependency> +</module-description> |