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<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 26 <module-name>sm</module-name> 27 <component-description> 28 <author>Oliver Specht</author> 29 <name>math.SmModel</name> 30 <description>This component provides access to various settings of a formula.</description> 31 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 32 <language>c++</language> 33 <status value="beta"/> 34 <supported-service>com.sun.star.formula.FormulaProperties</supported-service> 35 </component-description> 36 <!-- XML-based filter: Math import components 37 (full, styles, content, meta, settings) 38 --> 39 <component-description> 40 <author>xmloff development team</author> 41 <name>com.sun.star.comp.Math.XMLMetaImporter</name> 42 <description>This component imports the meta.xml stream into a math document.</description> 43 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 44 <language>c++</language> 45 <status value="beta"/> 46 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 47 </component-description> 48 <component-description> 49 <author>xmloff development team</author> 50 <name>com.sun.star.comp.Math.XMLImporter</name> 51 <description>This component imports a single XML document stream into a math document.</description> 52 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 53 <language>c++</language> 54 <status value="beta"/> 55 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 56 </component-description> 57 <component-description> 58 <author>xmloff development team</author> 59 <name>com.sun.star.comp.Math.XMLSettingsImporter</name> 60 <description>This component imports the settings.xml stream into a math document.</description> 61 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 62 <language>c++</language> 63 <status value="beta"/> 64 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 65 </component-description> 66 <!-- XML-based filter: Math export components 67 (full, styles, content, meta, settings) 68 --> 69 <component-description> 70 <author>xmloff development team</author> 71 <name>com.sun.star.comp.Math.XMLMetaExporter</name> 72 <description>This component exports the meta of a math document.</description> 73 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 74 <language>c++</language> 75 <status value="beta"/> 76 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 77 </component-description> 78 <component-description> 79 <author>xmloff development team</author> 80 <name>com.sun.star.comp.Math.XMLExporter</name> 81 <description>This component exports a math document into a single XML document stream.</description> 82 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 83 <language>c++</language> 84 <status value="beta"/> 85 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 86 </component-description> 87 <component-description> 88 <author>xmloff development team</author> 89 <name>com.sun.star.comp.Math.XMLSettingsExporter</name> 90 <description>This component exports a the settings of a math document.</description> 91 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 92 <language>c++</language> 93 <status value="beta"/> 94 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 95 </component-description> 96 <component-description> 97 <author>TL</author> 98 <name>SmGraphicAccessible</name> 99 <description>The accessible view of a formula documents visual representation.</description> 100 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 101 <language>c++</language> 102 <status value="beta"/> 103 <supported-service>com.sun.star.formula.AccessibleFormulaView</supported-service> 104 </component-description> 105 <component-description> 106 <author>TL</author> 107 <name>SmEditAccessible</name> 108 <description>The accessible view of a formula documents command text.</description> 109 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 110 <language>c++</language> 111 <status value="beta"/> 112 <supported-service>com.sun.star.formula.AccessibleFormulaText</supported-service> 113 </component-description> 114</module-description> 115