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