diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 21:58:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:00 +0200 |
commit | 9f12a9da8d91364d4d0865021adbe62bfa09148c (patch) | |
tree | a74d3d9213f950fff68bca5ba07662e15b82d217 /udkapi/com/sun/star/uri | |
parent | 944eb9902788d8afec9e3f0f65d3b680041e039b (diff) |
*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 'udkapi/com/sun/star/uri')
6 files changed, 13 insertions, 13 deletions
diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl index b83331771cff..514091dc2ab4 100644 --- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl @@ -34,10 +34,10 @@ published interface XUriReferenceFactory; scheme-specific parser. Such a scheme-specific parser will typically enforce additional restrictions during parsing, and will typically return objects that support extra, scheme-specific interfaces in addition to - <type scope="com::sun::star::uri">XUriReference</type>. If no such parser + com::sun::star::uri::XUriReference. If no such parser is found, and for relative URI references, a generic parser is used, which returns objects that only support - <type scope="com::sun::star::uri">XUriReference</type>.</p> + com::sun::star::uri::XUriReference.</p> <p>Locating a scheme-specific parser works as follows: A scheme consists of Latin captial letters @@ -58,7 +58,7 @@ published interface XUriReferenceFactory; “<code>com.sun.star.uri.UriSchemeParser_</code>” and <var>s</var>′, then that service is used. It is an error if that service does not support - <type scope="com::sun::star::uri">XUriSchemeParser</type>.</p> + com::sun::star::uri::XUriSchemeParser.</p> @since OOo 2.0 */ diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl index 139d8864f82b..aee75e8f1b77 100644 --- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl +++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl @@ -34,11 +34,11 @@ published interface XUriSchemeParser; <code>"vnd.sun.star.expand"</code>, ignoring case. The objects returned by <member scope="com::sun::star::uri">XUriSchemeParser::parse</member> implement - <type scope="com::sun::star::uri">XVndSunStarExpandUrlReference</type>.</p> + com::sun::star::uri::XVndSunStarExpandUrlReference.</p> <p>This service is not intended to be instantiated directly by client code. Rather, it should be used indirectly through the - <type scope="com::sun::star::uri">UriReferenceFactory</type> service.</p> + com::sun::star::uri::UriReferenceFactory service.</p> @since OOo 2.3 */ diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl index fb55b1189ddb..4a70406083c9 100644 --- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl +++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl @@ -34,11 +34,11 @@ published interface XUriSchemeParser; <code>"vnd.sun.star.script"</code>, ignoring case. The objects returned by <member scope="com::sun::star::uri">XUriSchemeParser::parse</member> implement - <type scope="com::sun::star::uri">XVndSunStarScriptUrlReference</type>.</p> + com::sun::star::uri::XVndSunStarScriptUrlReference.</p> <p>This service is not intended to be instantiated directly by client code. Rather, it should be used indirectly through the - <type scope="com::sun::star::uri">UriReferenceFactory</type> service.</p> + com::sun::star::uri::UriReferenceFactory service.</p> @since OOo 2.0 */ diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl index d7484929c6c1..54f4e2fd8650 100644 --- a/udkapi/com/sun/star/uri/XUriReference.idl +++ b/udkapi/com/sun/star/uri/XUriReference.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module uri { @see com::sun::star::uri::UriReferenceFactory which allows to create URI reference objects that support - <type scope="com::sun::star::uri">XUriReference</type> and additional, + com::sun::star::uri::XUriReference and additional, scheme-specific interfaces. @since OOo 2.0 diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl index 4cbac08879f4..5f3c56a3fbd5 100644 --- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl @@ -43,7 +43,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface { @returns an object that supports - <type scope="com::sun::star::uri">XUriReference</type> (and possibly also + com::sun::star::uri::XUriReference (and possibly also additional, scheme-specific interfaces), if the given input can be parsed into a URI reference; otherwise, <NULL/> is returned. */ @@ -76,7 +76,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface { @returns a fresh object that supports - <type scope="com::sun::star::uri">XUriReference</type> (and possibly also + com::sun::star::uri::XUriReference (and possibly also additional, scheme-specific interfaces), if the given <code>uriReference</code> is either already absolute, or can be resolved to an absolute URI reference, relative to the given @@ -133,7 +133,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface { @returns a fresh object that supports - <type scope="com::sun::star::uri">XUriReference</type>, if the given + com::sun::star::uri::XUriReference, if the given <code>uriReference</code> is either already relative, or is not hierarchical, or is of a different scheme than the given <code>baseUriReference</code>, or can be changed to a relative URI diff --git a/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/udkapi/com/sun/star/uri/XUriSchemeParser.idl index b51cb77c7438..881c19a2dd09 100644 --- a/udkapi/com/sun/star/uri/XUriSchemeParser.idl +++ b/udkapi/com/sun/star/uri/XUriSchemeParser.idl @@ -41,7 +41,7 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface { references (with an optional fragment part).</p> <p>If an object is returned, the behaviour of its - <type scope="com::sun::star::uri">XUriReference</type> methods must + com::sun::star::uri::XUriReference methods must reflect the fact that the object represents an absolute URI reference with the given scheme and scheme-specific part, and without a fragment part.</p> @@ -55,7 +55,7 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface { @returns an object that supports - <type scope="com::sun::star::uri">XUriReference</type> (and possibly also + com::sun::star::uri::XUriReference (and possibly also additional, scheme-specific interfaces), if the given input can be parsed into an absolute URI; otherwise, <NULL/> is returned. */ |