From 13f53e8c51e9ce8e62bc10be7ce957af04862717 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Fri, 8 Jun 2001 07:58:23 +0000 Subject: #87955# services for XML-based filters --- sw/xml/writer.xml | 195 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) (limited to 'sw/xml') diff --git a/sw/xml/writer.xml b/sw/xml/writer.xml index 1ee635ec8e4e..9fcb1a30c540 100644 --- a/sw/xml/writer.xml +++ b/sw/xml/writer.xml @@ -717,4 +717,199 @@ com::sun::star::text::ViewSettings + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLImporter + + This component imports a single XML document stream into a + writer document. For + + com.sun.star.loader.SharedLibrary + c++ + + com.sun.star.xml.XMLImportFilter + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLStylesImporter + + This component imports the styles.xml stream into a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + com.sun.star.xml.XMLImportFilter + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLContentImporter + + This component imports the content.xml stream into a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + com.sun.star.xml.XMLImportFilter + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLMetaImporter + + This component imports the meta.xml stream into a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + com.sun.star.xml.XMLImportFilter + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLSettingsImporter + + This component imports the settings.xml stream into a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + com.sun.star.xml.XMLImportFilter + + + + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLExporter + + This component exports a writer document into a single XML + document stream. + + com.sun.star.loader.SharedLibrary + c++ + + + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLStylesExporter + + This component exports a the styles of a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLContentExporter + + This component exports a the content of a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLMetaExporter + + This component exports a the meta of a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + + + + + + + + xmloff development team + com.sun.star.comp.Writer.XMLSettingsExporter + + This component exports a the settings of a writer document. + + com.sun.star.loader.SharedLibrary + c++ + + + + + + + + -- cgit