xref: /aoo41x/main/sfx2/util/sfx.xml (revision cdf0e10c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3
4<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
5
6	<module-name> sfx </module-name>
7
8	<component-description>
9		<author> Dirk Voelzke </author>
10		<name> com.sun.star.comp.sfx2.DocumentTemplates </name>
11		<description>
12			A service to access the document templates and to manipulate them.
13		</description>
14		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
15		<language> c++ </language>
16		<status value="final"/>
17		<supported-service> com.sun.star.frame.DocumentTemplates </supported-service>
18	</component-description>
19
20	<component-description>
21		<author> Mathias Bauer </author>
22		<name> com.sun.star.comp.office.FrameLoader </name>
23		<description>
24            Used to detect (means a deep detection) of content formats
25            and to load it into a frame synchronously.
26		</description>
27		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
28		<language> c++ </language>
29		<status value="final"/>
30        <supported-service> com.sun.star.frame.SynchronousFrameLoader </supported-service>
31	</component-description>
32
33	<component-description>
34		<author> Mathias Bauer </author>
35		<name> com.sun.star.comp.sfx2.AppDispatchProvider </name>
36		<description>
37			AppDispatchProvider.
38		</description>
39		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
40		<language> c++ </language>
41		<status value="final"/>
42        <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
43	</component-description>
44
45	<component-description>
46		<author> Mathias Bauer </author>
47		<name> com.sun.star.comp.sfx2.SfxMacroLoader </name>
48		<description>
49			SfxMacroLoader.
50		</description>
51		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
52		<language> c++ </language>
53		<status value="final"/>
54        <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
55	</component-description>
56
57	<component-description>
58		<author> Mathias Bauer </author>
59		<name> com.sun.star.comp.sfx2.StandaloneDocumentInfo </name>
60		<description>
61			StandaloneDocumentInfo.
62		</description>
63		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
64		<language> c++ </language>
65		<status value="final"/>
66		<supported-service> com.sun.star.document.StandaloneDocumentInfo </supported-service>
67	</component-description>
68
69	<project-build-dependency>	cppu		</project-build-dependency>
70	<project-build-dependency>	cppuhelper	</project-build-dependency>
71	<project-build-dependency>	vos			</project-build-dependency>
72	<project-build-dependency>	sal			</project-build-dependency>
73	<project-build-dependency>	tools		</project-build-dependency>
74	<project-build-dependency>	svtools		</project-build-dependency>
75	<project-build-dependency>	toolkit		</project-build-dependency>
76	<project-build-dependency>	sv			</project-build-dependency>
77	<project-build-dependency>	comphelper	</project-build-dependency>
78	<project-build-dependency>	unotools	</project-build-dependency>
79	<project-build-dependency>	ucbhelper	</project-build-dependency>
80	<project-build-dependency>	svl			</project-build-dependency>
81	<project-build-dependency>	sot			</project-build-dependency>
82
83	<runtime-module-dependency>	cppu2		</runtime-module-dependency>
84	<runtime-module-dependency>	cppuhelper	</runtime-module-dependency>
85	<runtime-module-dependency>	vos2$(COM)	</runtime-module-dependency>
86	<runtime-module-dependency>	sal2		</runtime-module-dependency>
87	<runtime-module-dependency>	tl			</runtime-module-dependency>
88	<runtime-module-dependency>	svt			</runtime-module-dependency>
89	<runtime-module-dependency>	svl			</runtime-module-dependency>
90	<runtime-module-dependency>	tk			</runtime-module-dependency>
91	<runtime-module-dependency>	sv			</runtime-module-dependency>
92	<runtime-module-dependency>	comphelp2	</runtime-module-dependency>
93	<runtime-module-dependency>	utl			</runtime-module-dependency>
94	<runtime-module-dependency>	ucb			</runtime-module-dependency>
95	<runtime-module-dependency>	sot			</runtime-module-dependency>
96
97</module-description>
98