xref: /AOO41X/main/sfx2/util/sfx.xml (revision 62968b57a613f1556da0195a5bf90e10108510a7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25
26<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
27
28    <module-name> sfx </module-name>
29
30    <component-description>
31        <author> Dirk Voelzke </author>
32        <name> com.sun.star.comp.sfx2.DocumentTemplates </name>
33        <description>
34            A service to access the document templates and to manipulate them.
35        </description>
36        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
37        <language> c++ </language>
38        <status value="final"/>
39        <supported-service> com.sun.star.frame.DocumentTemplates </supported-service>
40    </component-description>
41
42    <component-description>
43        <author> Mathias Bauer </author>
44        <name> com.sun.star.comp.office.FrameLoader </name>
45        <description>
46            Used to detect (means a deep detection) of content formats
47            and to load it into a frame synchronously.
48        </description>
49        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
50        <language> c++ </language>
51        <status value="final"/>
52        <supported-service> com.sun.star.frame.SynchronousFrameLoader </supported-service>
53    </component-description>
54
55    <component-description>
56        <author> Mathias Bauer </author>
57        <name> com.sun.star.comp.sfx2.AppDispatchProvider </name>
58        <description>
59            AppDispatchProvider.
60        </description>
61        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
62        <language> c++ </language>
63        <status value="final"/>
64        <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
65    </component-description>
66
67    <component-description>
68        <author> Mathias Bauer </author>
69        <name> com.sun.star.comp.sfx2.SfxMacroLoader </name>
70        <description>
71            SfxMacroLoader.
72        </description>
73        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
74        <language> c++ </language>
75        <status value="final"/>
76        <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
77    </component-description>
78
79    <component-description>
80        <author> Mathias Bauer </author>
81        <name> com.sun.star.comp.sfx2.StandaloneDocumentInfo </name>
82        <description>
83            StandaloneDocumentInfo.
84        </description>
85        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
86        <language> c++ </language>
87        <status value="final"/>
88        <supported-service> com.sun.star.document.StandaloneDocumentInfo </supported-service>
89    </component-description>
90
91    <project-build-dependency>  cppu        </project-build-dependency>
92    <project-build-dependency>  cppuhelper  </project-build-dependency>
93    <project-build-dependency>  vos         </project-build-dependency>
94    <project-build-dependency>  sal         </project-build-dependency>
95    <project-build-dependency>  tools       </project-build-dependency>
96    <project-build-dependency>  svtools     </project-build-dependency>
97    <project-build-dependency>  toolkit     </project-build-dependency>
98    <project-build-dependency>  sv          </project-build-dependency>
99    <project-build-dependency>  comphelper  </project-build-dependency>
100    <project-build-dependency>  unotools    </project-build-dependency>
101    <project-build-dependency>  ucbhelper   </project-build-dependency>
102    <project-build-dependency>  svl         </project-build-dependency>
103    <project-build-dependency>  sot         </project-build-dependency>
104
105    <runtime-module-dependency> cppu2       </runtime-module-dependency>
106    <runtime-module-dependency> cppuhelper  </runtime-module-dependency>
107    <runtime-module-dependency> vos2$(COM)  </runtime-module-dependency>
108    <runtime-module-dependency> sal2        </runtime-module-dependency>
109    <runtime-module-dependency> tl          </runtime-module-dependency>
110    <runtime-module-dependency> svt         </runtime-module-dependency>
111    <runtime-module-dependency> svl         </runtime-module-dependency>
112    <runtime-module-dependency> tk          </runtime-module-dependency>
113    <runtime-module-dependency> sv          </runtime-module-dependency>
114    <runtime-module-dependency> comphelp2   </runtime-module-dependency>
115    <runtime-module-dependency> utl         </runtime-module-dependency>
116    <runtime-module-dependency> ucb         </runtime-module-dependency>
117    <runtime-module-dependency> sot         </runtime-module-dependency>
118
119</module-description>
120