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 * 27 * Licensed to the Apache Software Foundation (ASF) under one 28 * or more contributor license agreements. See the NOTICE file 29 * distributed with this work for additional information 30 * regarding copyright ownership. The ASF licenses this file 31 * to you under the Apache License, Version 2.0 (the 32 * "License"); you may not use this file except in compliance 33 * with the License. You may obtain a copy of the License at 34 * 35 * http://www.apache.org/licenses/LICENSE-2.0 36 * 37 * Unless required by applicable law or agreed to in writing, 38 * software distributed under the License is distributed on an 39 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 40 * KIND, either express or implied. See the License for the 41 * specific language governing permissions and limitations 42 * under the License. 43 * 44 ***********************************************************--> 45 46 47<!--*********************************************************** 48 * 49 * Licensed to the Apache Software Foundation (ASF) under one 50 * or more contributor license agreements. See the NOTICE file 51 * distributed with this work for additional information 52 * regarding copyright ownership. The ASF licenses this file 53 * to you under the Apache License, Version 2.0 (the 54 * "License"); you may not use this file except in compliance 55 * with the License. You may obtain a copy of the License at 56 * 57 * http://www.apache.org/licenses/LICENSE-2.0 58 * 59 * Unless required by applicable law or agreed to in writing, 60 * software distributed under the License is distributed on an 61 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 62 * KIND, either express or implied. See the License for the 63 * specific language governing permissions and limitations 64 * under the License. 65 * 66 ***********************************************************--> 67 68 69<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 70 <module-name>xmloff</module-name> 71 <component-description> 72 <author>xmloff development team</author> 73 <name>com.sun.star.comp.Impress.XMLExporter</name> 74 <description> 75 This component exports a presentation document into a single XML document stream. 76 </description> 77 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 78 <language>c++</language> 79 <status value="beta"/> 80 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 81 <reference-docu xlink:href="http://xml.openoffice.org/" 82 xlink:title="general OpenOffice.org xml information" /> 83 <reference-docu xlink:title="XML File Format Specification (draft)" 84 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 85 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 86 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 87 </component-description> 88 89 <component-description> 90 <author>xmloff development team</author> 91 <name>com.sun.star.comp.Draw.XMLExporter</name> 92 <description> 93 This component exports a drawing document into a single XML document stream. 94 </description> 95 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 96 <language>c++</language> 97 <status value="beta"/> 98 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 99 <reference-docu xlink:href="http://xml.openoffice.org/" 100 xlink:title="general OpenOffice.org xml information" /> 101 <reference-docu xlink:title="XML File Format Specification (draft)" 102 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 103 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 104 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 105 </component-description> 106 107 <component-description> 108 <author>xmloff development team</author> 109 <name>com.sun.star.comp.Chart.XMLExporter</name> 110 <description> 111 This component exports a chart object into a single XML document stream. 112 </description> 113 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 114 <language>c++</language> 115 <status value="beta"/> 116 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 117 <reference-docu xlink:href="http://xml.openoffice.org/" 118 xlink:title="general OpenOffice.org xml information" /> 119 <reference-docu xlink:title="XML File Format Specification (draft)" 120 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 121 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 122 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 123 </component-description> 124 125 <component-description> 126 <author>xmloff development team</author> 127 <name>com.sun.star.comp.Impress.XMLStylesExporter</name> 128 <description> 129 This component exports the styles of a presentation document into a single XML document stream. 130 </description> 131 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 132 <language>c++</language> 133 <status value="beta"/> 134 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 135 <reference-docu xlink:href="http://xml.openoffice.org/" 136 xlink:title="general OpenOffice.org xml information" /> 137 <reference-docu xlink:title="XML File Format Specification (draft)" 138 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 139 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 140 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 141 </component-description> 142 143 <component-description> 144 <author>xmloff development team</author> 145 <name>com.sun.star.comp.Draw.XMLStylesExporter</name> 146 <description> 147 This component exports the styles of a drawing document into a single XML document stream. 148 </description> 149 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 150 <language>c++</language> 151 <status value="beta"/> 152 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 153 <reference-docu xlink:href="http://xml.openoffice.org/" 154 xlink:title="general OpenOffice.org xml information" /> 155 <reference-docu xlink:title="XML File Format Specification (draft)" 156 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 157 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 158 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 159 </component-description> 160 161 <component-description> 162 <author>xmloff development team</author> 163 <name>com.sun.star.comp.Chart.XMLStylesExporter</name> 164 <description> 165 This component exports the styles of a chart object into a single XML document stream. 166 </description> 167 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 168 <language>c++</language> 169 <status value="beta"/> 170 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 171 <reference-docu xlink:href="http://xml.openoffice.org/" 172 xlink:title="general OpenOffice.org xml information" /> 173 <reference-docu xlink:title="XML File Format Specification (draft)" 174 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 175 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 176 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 177 </component-description> 178 179 <component-description> 180 <author>xmloff development team</author> 181 <name>com.sun.star.comp.Impress.XMLMetaExporter</name> 182 <description> 183 This component exports the meta information of a presentation document into a single XML document stream. 184 </description> 185 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 186 <language>c++</language> 187 <status value="beta"/> 188 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 189 <reference-docu xlink:href="http://xml.openoffice.org/" 190 xlink:title="general OpenOffice.org xml information" /> 191 <reference-docu xlink:title="XML File Format Specification (draft)" 192 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 193 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 194 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 195 </component-description> 196 197 <component-description> 198 <author>xmloff development team</author> 199 <name>com.sun.star.comp.Draw.XMLMetaExporter</name> 200 <description> 201 This component exports the meta information of a drawing document into a single XML document stream. 202 </description> 203 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 204 <language>c++</language> 205 <status value="beta"/> 206 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 207 <reference-docu xlink:href="http://xml.openoffice.org/" 208 xlink:title="general OpenOffice.org xml information" /> 209 <reference-docu xlink:title="XML File Format Specification (draft)" 210 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 211 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 212 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 213 </component-description> 214 215 <component-description> 216 <author>xmloff development team</author> 217 <name>com.sun.star.comp.Impress.XMLSettingsExporter</name> 218 <description> 219 This component exports the settings information of a presentation document into a single XML document stream. 220 </description> 221 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 222 <language>c++</language> 223 <status value="beta"/> 224 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 225 <reference-docu xlink:href="http://xml.openoffice.org/" 226 xlink:title="general OpenOffice.org xml information" /> 227 <reference-docu xlink:title="XML File Format Specification (draft)" 228 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 229 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 230 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 231 </component-description> 232 233 <component-description> 234 <author>xmloff development team</author> 235 <name>com.sun.star.comp.Draw.XMLSettingsExporter</name> 236 <description> 237 This component exports the settings information of a drawing document into a single XML document stream. 238 </description> 239 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 240 <language>c++</language> 241 <status value="beta"/> 242 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 243 <reference-docu xlink:href="http://xml.openoffice.org/" 244 xlink:title="general OpenOffice.org xml information" /> 245 <reference-docu xlink:title="XML File Format Specification (draft)" 246 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 247 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 248 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 249 </component-description> 250 251 <component-description> 252 <author>xmloff development team</author> 253 <name>com.sun.star.comp.Impress.XMLContentExporter</name> 254 <description> 255 This component exports the content of a presentation document into a single XML document stream. 256 </description> 257 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 258 <language>c++</language> 259 <status value="beta"/> 260 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 261 <reference-docu xlink:href="http://xml.openoffice.org/" 262 xlink:title="general OpenOffice.org xml information" /> 263 <reference-docu xlink:title="XML File Format Specification (draft)" 264 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 265 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 266 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 267 </component-description> 268 269 <component-description> 270 <author>xmloff development team</author> 271 <name>com.sun.star.comp.Draw.XMLContentExporter</name> 272 <description> 273 This component exports the content of a drawing document into a single XML document stream. 274 </description> 275 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 276 <language>c++</language> 277 <status value="beta"/> 278 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 279 <reference-docu xlink:href="http://xml.openoffice.org/" 280 xlink:title="general OpenOffice.org xml information" /> 281 <reference-docu xlink:title="XML File Format Specification (draft)" 282 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 283 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 284 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 285 </component-description> 286 287 <component-description> 288 <author>xmloff development team</author> 289 <name>com.sun.star.comp.Chart.XMLContentExporter</name> 290 <description> 291 This component exports the content of a chart object into a single XML document stream. 292 </description> 293 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 294 <language>c++</language> 295 <status value="beta"/> 296 <supported-service>com.sun.star.xml.XMLExportFilter</supported-service> 297 <reference-docu xlink:href="http://xml.openoffice.org/" 298 xlink:title="general OpenOffice.org xml information" /> 299 <reference-docu xlink:title="XML File Format Specification (draft)" 300 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 301 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 302 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 303 </component-description> 304 305 <component-description> 306 <author>xmloff development team</author> 307 <name>com.sun.star.comp.Impress.XMLImporter</name> 308 <description> 309 This component imports a presentation document from a single XML document stream. 310 </description> 311 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 312 <language>c++</language> 313 <status value="beta"/> 314 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 315 <reference-docu xlink:href="http://xml.openoffice.org/" 316 xlink:title="general OpenOffice.org xml information" /> 317 <reference-docu xlink:title="XML File Format Specification (draft)" 318 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 319 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 320 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 321 </component-description> 322 323 <component-description> 324 <author>xmloff development team</author> 325 <name>com.sun.star.comp.Draw.XMLImporter</name> 326 <description> 327 This component imports a drawing document from a single XML document stream. 328 </description> 329 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 330 <language>c++</language> 331 <status value="beta"/> 332 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 333 <reference-docu xlink:href="http://xml.openoffice.org/" 334 xlink:title="general OpenOffice.org xml information" /> 335 <reference-docu xlink:title="XML File Format Specification (draft)" 336 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 337 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 338 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 339 </component-description> 340 341 <component-description> 342 <author>xmloff development team</author> 343 <name>com.sun.star.comp.Chart.XMLImporter</name> 344 <description> 345 This component imports a chart object from a single XML document stream. 346 </description> 347 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 348 <language>c++</language> 349 <status value="beta"/> 350 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 351 <reference-docu xlink:href="http://xml.openoffice.org/" 352 xlink:title="general OpenOffice.org xml information" /> 353 <reference-docu xlink:title="XML File Format Specification (draft)" 354 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 355 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 356 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 357 </component-description> 358 359 <component-description> 360 <author>xmloff development team</author> 361 <name>com.sun.star.comp.Impress.XMLStylesImporter</name> 362 <description> 363 This component imports the styles of a presentation document from a single XML document stream. 364 </description> 365 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 366 <language>c++</language> 367 <status value="beta"/> 368 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 369 <reference-docu xlink:href="http://xml.openoffice.org/" 370 xlink:title="general OpenOffice.org xml information" /> 371 <reference-docu xlink:title="XML File Format Specification (draft)" 372 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 373 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 374 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 375 </component-description> 376 377 <component-description> 378 <author>xmloff development team</author> 379 <name>com.sun.star.comp.Draw.XMLStylesImporter</name> 380 <description> 381 This component imports the styles of a drawing document from a single XML document stream. 382 </description> 383 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 384 <language>c++</language> 385 <status value="beta"/> 386 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 387 <reference-docu xlink:href="http://xml.openoffice.org/" 388 xlink:title="general OpenOffice.org xml information" /> 389 <reference-docu xlink:title="XML File Format Specification (draft)" 390 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 391 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 392 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 393 </component-description> 394 395 <component-description> 396 <author>xmloff development team</author> 397 <name>com.sun.star.comp.Chart.XMLStylesImporter</name> 398 <description> 399 This component imports the styles of a chart object from a single XML document stream. 400 </description> 401 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 402 <language>c++</language> 403 <status value="beta"/> 404 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 405 <reference-docu xlink:href="http://xml.openoffice.org/" 406 xlink:title="general OpenOffice.org xml information" /> 407 <reference-docu xlink:title="XML File Format Specification (draft)" 408 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 409 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 410 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 411 </component-description> 412 413 <component-description> 414 <author>xmloff development team</author> 415 <name>com.sun.star.comp.Impress.XMLMetaImporter</name> 416 <description> 417 This component imports the meta information of a presentation document from a single XML document stream. 418 </description> 419 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 420 <language>c++</language> 421 <status value="beta"/> 422 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 423 <reference-docu xlink:href="http://xml.openoffice.org/" 424 xlink:title="general OpenOffice.org xml information" /> 425 <reference-docu xlink:title="XML File Format Specification (draft)" 426 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 427 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 428 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 429 </component-description> 430 431 <component-description> 432 <author>xmloff development team</author> 433 <name>com.sun.star.comp.Draw.XMLMetaImporter</name> 434 <description> 435 This component imports the meta information of a drawing document from a single XML document stream. 436 </description> 437 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 438 <language>c++</language> 439 <status value="beta"/> 440 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 441 <reference-docu xlink:href="http://xml.openoffice.org/" 442 xlink:title="general OpenOffice.org xml information" /> 443 <reference-docu xlink:title="XML File Format Specification (draft)" 444 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 445 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 446 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 447 </component-description> 448 449 <component-description> 450 <author>xmloff development team</author> 451 <name>com.sun.star.comp.Impress.XMLSettingsImporter</name> 452 <description> 453 This component imports the settings information of a presentation document from a single XML document stream. 454 </description> 455 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 456 <language>c++</language> 457 <status value="beta"/> 458 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 459 <reference-docu xlink:href="http://xml.openoffice.org/" 460 xlink:title="general OpenOffice.org xml information" /> 461 <reference-docu xlink:title="XML File Format Specification (draft)" 462 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 463 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 464 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 465 </component-description> 466 467 <component-description> 468 <author>xmloff development team</author> 469 <name>com.sun.star.comp.Draw.XMLSettingsImporter</name> 470 <description> 471 This component imports the settings information of a drawing document from a single XML document stream. 472 </description> 473 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 474 <language>c++</language> 475 <status value="beta"/> 476 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 477 <reference-docu xlink:href="http://xml.openoffice.org/" 478 xlink:title="general OpenOffice.org xml information" /> 479 <reference-docu xlink:title="XML File Format Specification (draft)" 480 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 481 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 482 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 483 </component-description> 484 485 <component-description> 486 <author>xmloff development team</author> 487 <name>com.sun.star.comp.Impress.XMLContentImporter</name> 488 <description> 489 This component imports the content of a presentation document from a single XML document stream. 490 </description> 491 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 492 <language>c++</language> 493 <status value="beta"/> 494 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 495 <reference-docu xlink:href="http://xml.openoffice.org/" 496 xlink:title="general OpenOffice.org xml information" /> 497 <reference-docu xlink:title="XML File Format Specification (draft)" 498 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 499 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 500 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 501 </component-description> 502 503 <component-description> 504 <author>xmloff development team</author> 505 <name>com.sun.star.comp.Draw.XMLContentImporter</name> 506 <description> 507 This component imports the content of a drawing document from a single XML document stream. 508 </description> 509 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 510 <language>c++</language> 511 <status value="beta"/> 512 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 513 <reference-docu xlink:href="http://xml.openoffice.org/" 514 xlink:title="general OpenOffice.org xml information" /> 515 <reference-docu xlink:title="XML File Format Specification (draft)" 516 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 517 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 518 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 519 </component-description> 520 521 <component-description> 522 <author>xmloff development team</author> 523 <name>com.sun.star.comp.Chart.XMLContentImporter</name> 524 <description> 525 This component imports the content of a chart object from a single XML document stream. 526 </description> 527 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 528 <language>c++</language> 529 <status value="beta"/> 530 <supported-service>com.sun.star.xml.XMLImportFilter</supported-service> 531 <reference-docu xlink:href="http://xml.openoffice.org/" 532 xlink:title="general OpenOffice.org xml information" /> 533 <reference-docu xlink:title="XML File Format Specification (draft)" 534 xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" /> 535 <reference-docu xlink:href="http://xml.openoffice.org/filter/" 536 xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> 537 </component-description> 538 539</module-description> 540