summaryrefslogtreecommitdiffstats
path: root/xmloff/xml
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-08-02 08:39:32 +0000
committerChristian Lippka <cl@openoffice.org>2001-08-02 08:39:32 +0000
commitdf8ff5289ea3f359ed4bd409ecacc53f04408ddd (patch)
tree9c11e5de2722d0f8466bbf4e14f284cb1e8d434f /xmloff/xml
parent#90477# SetSOStore/LoadCharSet (diff)
downloadcore-df8ff5289ea3f359ed4bd409ecacc53f04408ddd.tar.gz
core-df8ff5289ea3f359ed4bd409ecacc53f04408ddd.zip
#87955# added component description for chart
Diffstat (limited to 'xmloff/xml')
-rw-r--r--xmloff/xml/components.xml144
1 files changed, 144 insertions, 0 deletions
diff --git a/xmloff/xml/components.xml b/xmloff/xml/components.xml
index b0d20fbbd268..ee80a7294c45 100644
--- a/xmloff/xml/components.xml
+++ b/xmloff/xml/components.xml
@@ -40,6 +40,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLExporter</name>
+ <description>
+ This component exports a chart object into a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLStylesExporter</name>
<description>
This component exports the styles of a presentation document into a single XML document stream.
@@ -76,6 +94,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLStylesExporter</name>
+ <description>
+ This component exports the styles of a chart object into a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLMetaExporter</name>
<description>
This component exports the meta information of a presentation document into a single XML document stream.
@@ -112,6 +148,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLMetaExporter</name>
+ <description>
+ This component exports the meta information of a chart object into a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLSettingsExporter</name>
<description>
This component exports the settings information of a presentation document into a single XML document stream.
@@ -184,6 +238,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLContentExporter</name>
+ <description>
+ This component exports the content of a chart object into a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLImporter</name>
<description>
This component imports a presentation document from a single XML document stream.
@@ -220,6 +292,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLImporter</name>
+ <description>
+ This component imports a chart object from a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLStylesImporter</name>
<description>
This component imports the styles of a presentation document from a single XML document stream.
@@ -256,6 +346,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLStylesImporter</name>
+ <description>
+ This component imports the styles of a chart object from a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLMetaImporter</name>
<description>
This component imports the meta information of a presentation document from a single XML document stream.
@@ -292,6 +400,24 @@
<component-description>
<author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLMetaImporter</name>
+ <description>
+ This component imports the meta information of a chart object from a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
+ <component-description>
+ <author>xmloff development team</author>
<name>com.sun.star.comp.Impress.XMLSettingsImporter</name>
<description>
This component imports the settings information of a presentation document from a single XML document stream.
@@ -362,4 +488,22 @@
xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
</component-description>
+ <component-description>
+ <author>xmloff development team</author>
+ <name>com.sun.star.comp.Chart.XMLContentImporter</name>
+ <description>
+ This component imports the content of a chart object from a single XML document stream.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
+ <reference-docu xlink:href="http://xml.openoffice.org/"
+ xlink:title="general OpenOffice.org xml information" />
+ <reference-docu xlink:title="XML File Format Specification (draft)"
+ xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
+ <reference-docu xlink:href="http://xml.openoffice.org/filter/"
+ xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
+ </component-description>
+
</module-description>