summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/xml
parent*api: convert <type>Foo</type> (diff)
downloadcore-9f12a9da8d91364d4d0865021adbe62bfa09148c.tar.gz
core-9f12a9da8d91364d4d0865021adbe62bfa09148c.zip
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/ExportFilter.idl10
-rw-r--r--offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl2
-rw-r--r--offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl2
-rw-r--r--offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl2
-rw-r--r--offapi/com/sun/star/xml/XExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/XImportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/XMLExportFilter.idl4
-rw-r--r--offapi/com/sun/star/xml/XMLImportFilter.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XAttributeList.idl2
9 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl
index 919325b17594..8d078ed3244b 100644
--- a/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/offapi/com/sun/star/xml/ExportFilter.idl
@@ -31,21 +31,21 @@ module com { module sun { module star { module xml {
called to provide the export component with the target location to
which the data should be exported. Then, the source document's XML
representation will be generated by calling the appropriate methods
- of the <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
+ of the com::sun::star::xml::sax::XDocumentHandler
interface. Error conditions must be signaled by throwing
- a <type scope="com::sun::star::xml::sax">SAXException</type> in the
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls.
+ a com::sun::star::xml::sax::SAXException in the
+ com::sun::star::xml::sax::XDocumentHandler calls.
@since OOo 1.1.2
*/
published service ExportFilter
{
/** The data will be passed in through the
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls. */
+ com::sun::star::xml::sax::XDocumentHandler calls. */
interface com::sun::star::xml::sax::XDocumentHandler;
/** The <method>XExportFilter:exporter()</method> call will provide the
- <type scope="com::sun::star::document">TypeDetection</type> user data
+ com::sun::star::document::TypeDetection user data
required to perform the filtering correctly.
*/
interface com::sun::star::xml::XExportFilter;
diff --git a/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
index 27978f358454..4510e751296a 100644
--- a/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
+++ b/offapi/com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl
@@ -40,7 +40,7 @@ published service ParaUserDefinedAttributesSupplier
attributes can be written back without loss.</p>
<p>The
- <type scope="com::sun::star::container">XNameContainer</type>
+ com::sun::star::container::XNameContainer
supports the service AttributeContainer.</p>
*/
diff --git a/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
index 2e4ed958b7f0..dc5ffc2857b0 100644
--- a/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
+++ b/offapi/com/sun/star/xml/TextUserDefinedAttributesSupplier.idl
@@ -40,7 +40,7 @@ published service TextUserDefinedAttributesSupplier
attributes can be written back without loss.</p>
<p>The
- <type scope="com::sun::star::container">XNameContainer</type>
+ com::sun::star::container::XNameContainer
supports the service AttributeContainer.</p>
*/
diff --git a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
index ae35cd4b9b8b..1757c550aaaf 100644
--- a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
+++ b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
@@ -40,7 +40,7 @@ published service UserDefinedAttributesSupplier
attributes can be written back without loss.</p>
<p>The
- <type scope="com::sun::star::container">XNameContainer</type>
+ com::sun::star::container::XNameContainer
supports the service AttributeContainer.</p>
*/
diff --git a/offapi/com/sun/star/xml/XExportFilter.idl b/offapi/com/sun/star/xml/XExportFilter.idl
index ca2c7fb08726..6b0c9a24683b 100644
--- a/offapi/com/sun/star/xml/XExportFilter.idl
+++ b/offapi/com/sun/star/xml/XExportFilter.idl
@@ -44,7 +44,7 @@ published interface XExportFilter: com::sun::star::uno::XInterface
xocHandler (???) methods.
@param aSourceData
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
which defines the data source
@param msUserData
diff --git a/offapi/com/sun/star/xml/XImportFilter.idl b/offapi/com/sun/star/xml/XImportFilter.idl
index b6e15ac69041..b51c9891dedc 100644
--- a/offapi/com/sun/star/xml/XImportFilter.idl
+++ b/offapi/com/sun/star/xml/XImportFilter.idl
@@ -44,7 +44,7 @@ published interface XImportFilter: com::sun::star::uno::XInterface
to xocHandler (???) methods.
@param aSourceData
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
which defines the data source
@param msUserData
diff --git a/offapi/com/sun/star/xml/XMLExportFilter.idl b/offapi/com/sun/star/xml/XMLExportFilter.idl
index 5c0a2e50ffdc..fa540ee758ba 100644
--- a/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -28,9 +28,9 @@ module com { module sun { module star { module xml {
/** describes an export filter for XML-based file formats.
- <p>It is an extension of <type scope="com::sun::star::document">ExportFilter</type>
+ <p>It is an extension of com::sun::star::document::ExportFilter
and differs from it only in that an
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> needs to
+ com::sun::star::xml::sax::XDocumentHandler needs to
be passed through the XInitialization interface. This
XDocumentHandler will then be used to export the XML data stream. */
published service XMLExportFilter
diff --git a/offapi/com/sun/star/xml/XMLImportFilter.idl b/offapi/com/sun/star/xml/XMLImportFilter.idl
index 2d5e350154c4..99d5679f90fd 100644
--- a/offapi/com/sun/star/xml/XMLImportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLImportFilter.idl
@@ -29,9 +29,9 @@ module com { module sun { module star { module xml {
/** describes an import filter for XML-based file formats.
- <p>It is an extension of <type scope="com::sun::star::document">ImportFilter</type>
+ <p>It is an extension of com::sun::star::document::ImportFilter
and differs from it in that this filter additionally supports the
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> interface.
+ com::sun::star::xml::sax::XDocumentHandler interface.
*/
published service XMLImportFilter
{
diff --git a/offapi/com/sun/star/xml/sax/XAttributeList.idl b/offapi/com/sun/star/xml/sax/XAttributeList.idl
index b82ab5fd1864..65aef1f87c60 100644
--- a/offapi/com/sun/star/xml/sax/XAttributeList.idl
+++ b/offapi/com/sun/star/xml/sax/XAttributeList.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module xml { module sax {
<p>This interface describes a name-type-value triple which describes a
single attribute of a tag. Implementors are encouraged to implement the
- <type scope="com::sun::star::util">XCloneable</type> interface also to
+ com::sun::star::util::XCloneable interface also to
allow the user to make a copy of the instance.
</p>