xref: /aoo41x/main/starmath/xml/math.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4*cdf0e10cSrcweir	<module-name>sm</module-name>
5*cdf0e10cSrcweir	<component-description>
6*cdf0e10cSrcweir		<author>Oliver Specht</author>
7*cdf0e10cSrcweir		<name>math.SmModel</name>
8*cdf0e10cSrcweir		<description>This component provides access to various settings of a formula.</description>
9*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
10*cdf0e10cSrcweir		<language>c++</language>
11*cdf0e10cSrcweir		<status value="beta"/>
12*cdf0e10cSrcweir		<supported-service>com.sun.star.formula.FormulaProperties</supported-service>
13*cdf0e10cSrcweir	</component-description>
14*cdf0e10cSrcweir	<!-- XML-based filter: Math import components
15*cdf0e10cSrcweir       (full, styles, content, meta, settings)
16*cdf0e10cSrcweir    -->
17*cdf0e10cSrcweir	<component-description>
18*cdf0e10cSrcweir		<author>xmloff development team</author>
19*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLMetaImporter</name>
20*cdf0e10cSrcweir		<description>This component imports the meta.xml stream into a math document.</description>
21*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
22*cdf0e10cSrcweir		<language>c++</language>
23*cdf0e10cSrcweir		<status value="beta"/>
24*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
25*cdf0e10cSrcweir	</component-description>
26*cdf0e10cSrcweir	<component-description>
27*cdf0e10cSrcweir		<author>xmloff development team</author>
28*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLImporter</name>
29*cdf0e10cSrcweir		<description>This component imports a single XML document stream into a math document.</description>
30*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
31*cdf0e10cSrcweir		<language>c++</language>
32*cdf0e10cSrcweir		<status value="beta"/>
33*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
34*cdf0e10cSrcweir	</component-description>
35*cdf0e10cSrcweir	<component-description>
36*cdf0e10cSrcweir		<author>xmloff development team</author>
37*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLSettingsImporter</name>
38*cdf0e10cSrcweir		<description>This component imports the settings.xml stream into a math document.</description>
39*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
40*cdf0e10cSrcweir		<language>c++</language>
41*cdf0e10cSrcweir		<status value="beta"/>
42*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
43*cdf0e10cSrcweir	</component-description>
44*cdf0e10cSrcweir	<!-- XML-based filter: Math export components
45*cdf0e10cSrcweir       (full, styles, content, meta, settings)
46*cdf0e10cSrcweir    -->
47*cdf0e10cSrcweir	<component-description>
48*cdf0e10cSrcweir		<author>xmloff development team</author>
49*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLMetaExporter</name>
50*cdf0e10cSrcweir		<description>This component exports the meta of a math document.</description>
51*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
52*cdf0e10cSrcweir		<language>c++</language>
53*cdf0e10cSrcweir		<status value="beta"/>
54*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
55*cdf0e10cSrcweir	</component-description>
56*cdf0e10cSrcweir	<component-description>
57*cdf0e10cSrcweir		<author>xmloff development team</author>
58*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLExporter</name>
59*cdf0e10cSrcweir		<description>This component exports a math document into a single XML document stream.</description>
60*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
61*cdf0e10cSrcweir		<language>c++</language>
62*cdf0e10cSrcweir		<status value="beta"/>
63*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
64*cdf0e10cSrcweir	</component-description>
65*cdf0e10cSrcweir	<component-description>
66*cdf0e10cSrcweir		<author>xmloff development team</author>
67*cdf0e10cSrcweir		<name>com.sun.star.comp.Math.XMLSettingsExporter</name>
68*cdf0e10cSrcweir		<description>This component exports a the settings of a math document.</description>
69*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
70*cdf0e10cSrcweir		<language>c++</language>
71*cdf0e10cSrcweir		<status value="beta"/>
72*cdf0e10cSrcweir		<supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
73*cdf0e10cSrcweir	</component-description>
74*cdf0e10cSrcweir	<component-description>
75*cdf0e10cSrcweir                <author>TL</author>
76*cdf0e10cSrcweir                <name>SmGraphicAccessible</name>
77*cdf0e10cSrcweir                <description>The accessible view of a formula documents visual representation.</description>
78*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
79*cdf0e10cSrcweir		<language>c++</language>
80*cdf0e10cSrcweir		<status value="beta"/>
81*cdf0e10cSrcweir                <supported-service>com.sun.star.formula.AccessibleFormulaView</supported-service>
82*cdf0e10cSrcweir	</component-description>
83*cdf0e10cSrcweir	<component-description>
84*cdf0e10cSrcweir                <author>TL</author>
85*cdf0e10cSrcweir                <name>SmEditAccessible</name>
86*cdf0e10cSrcweir                <description>The accessible view of a formula documents command text.</description>
87*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
88*cdf0e10cSrcweir		<language>c++</language>
89*cdf0e10cSrcweir		<status value="beta"/>
90*cdf0e10cSrcweir                <supported-service>com.sun.star.formula.AccessibleFormulaText</supported-service>
91*cdf0e10cSrcweir	</component-description>
92*cdf0e10cSrcweir</module-description>
93