diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-03-19 07:45:40 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-03-19 07:45:40 +0000 |
commit | 34aed65b8ef19f5786602058a96d8f50329ac9f8 (patch) | |
tree | d81351276f3b82b1e2e85b3d00ac4cf751537cfe /framework | |
parent | 31d5699b8170a3607adaf4fce1ea3981cf0634e9 (diff) |
new component description
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/unotypes/fwk.xml | 107 | ||||
-rw-r--r-- | framework/source/unotypes/fwl.xml | 65 | ||||
-rw-r--r-- | framework/source/unotypes/lgd.xml | 34 |
3 files changed, 206 insertions, 0 deletions
diff --git a/framework/source/unotypes/fwk.xml b/framework/source/unotypes/fwk.xml new file mode 100644 index 000000000000..02736ac70515 --- /dev/null +++ b/framework/source/unotypes/fwk.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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> fwk </module-name> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.Frame </name> + <description> + A frame support influencing of his subtree, find of subframes, activate- and deactivate-mechanism as well as + set/get of a frame window, component or controller. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.frame.Frame </supported-service> + </component-description> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.Task </name> + <description> + Specifies a separate task within a desktop environment. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.frame.Task </supported-service> + </component-description> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.PlugInFrame </name> + <description> + Extend a task for using in a browser plugin environment. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.mozilla.Plugin </supported-service> + </component-description> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.Desktop </name> + <description> + A desktop environment contains tasks with one or more frames in which components can be loaded. + The desktop himself is the root of the frame hierarchy. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.frame.Desktop </supported-service> + </component-description> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.DocumentProperties </name> + <description> + This service grants access to document-specific information, like + the author, creation date and user fields, directly from document + files without loading the whole document. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.document.StandaloneDocumentInfo </supported-service> + </component-description> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.URLTransformer </name> + <description> + Helps to split up a string containing a URL into its + structural parts and assembles the parts into a single string. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.util.URLTransformer </supported-service> + </component-description> + + <project-build-dependency> cppu </project-build-dependency> + <project-build-dependency> cppuhelper </project-build-dependency> + <project-build-dependency> comphelper </project-build-dependency> + <project-build-dependency> vos </project-build-dependency> + <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> tools </project-build-dependency> + <project-build-dependency> svtools </project-build-dependency> + <project-build-dependency> toolkit </project-build-dependency> + <project-build-dependency> sv </project-build-dependency> + <project-build-dependency> sot </project-build-dependency> + + <runtime-module-dependency> cppu2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper </runtime-module-dependency> + <runtime-module-dependency> comphelp2 </runtime-module-dependency> + <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> + <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> tl </runtime-module-dependency> + <runtime-module-dependency> svt </runtime-module-dependency> + <runtime-module-dependency> svl </runtime-module-dependency> + <runtime-module-dependency> tk </runtime-module-dependency> + <runtime-module-dependency> sot </runtime-module-dependency> + +</module-description> diff --git a/framework/source/unotypes/fwl.xml b/framework/source/unotypes/fwl.xml new file mode 100644 index 000000000000..9af517454fd6 --- /dev/null +++ b/framework/source/unotypes/fwl.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd"> +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + <module-name> fwl </module-name> + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.TypeDetection </name> + <description> + Supports a type detection of a specified ressource (document). + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.document.TypeDetection </supported-service> + </component-description> + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.FilterFactory </name> + <description> + Supports creation and getting informations about registered filter services. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.document.FilterFactory </supported-service> + </component-description> + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.frame.FrameLoaderFactory </name> + <description> + Supports creation and getting informations about registered frame loader services. + These services could load a component into a frame. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.frame.FrameLoaderFactory </supported-service> + </component-description> + <component-description> + <author> Ingrid Halama </author> + <name> com.sun.star.comp.framework.MediaTypeDetectionHelper </name> + <description> + Provides a mapping for a given sequence of ContentIdentifierStrings to + a sequence of belonging MediaType's. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.frame.MediaTypeDetectionHelper </supported-service> + </component-description> + <project-build-dependency> cppu </project-build-dependency> + <project-build-dependency> cppuhelper </project-build-dependency> + <project-build-dependency> comphelper </project-build-dependency> + <project-build-dependency> tools </project-build-dependency> + <project-build-dependency> vos </project-build-dependency> + <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> svl </project-build-dependency> + <runtime-module-dependency> cppu2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper </runtime-module-dependency> + <runtime-module-dependency> comphelp2 </runtime-module-dependency> + <runtime-module-dependency> tl </runtime-module-dependency> + <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> + <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> svl </runtime-module-dependency> +</module-description> diff --git a/framework/source/unotypes/lgd.xml b/framework/source/unotypes/lgd.xml new file mode 100644 index 000000000000..2df9dc3bca49 --- /dev/null +++ b/framework/source/unotypes/lgd.xml @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd"> + +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + + <module-name> lgd </module-name> + + <component-description> + <author> Andreas Schluens </author> + <name> com.sun.star.comp.framework.LoginDialog </name> + <description> + Implement a dialog for login to a sun one webtop server. + </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.comp.framework.LoginDialog </supported-service> + </component-description> + + <project-build-dependency> cppu </project-build-dependency> + <project-build-dependency> cppuhelper </project-build-dependency> + <project-build-dependency> vos </project-build-dependency> + <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> sv </project-build-dependency> + <project-build-dependency> tools </project-build-dependency> + + <runtime-module-dependency> cppu2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper </runtime-module-dependency> + <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> + <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> tl </runtime-module-dependency> + <runtime-module-dependency> sv </runtime-module-dependency> + +</module-description> |