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/reflection | |
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/reflection')
7 files changed, 21 insertions, 21 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl index 11e8897120d1..7b15fd0bc102 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl @@ -32,7 +32,7 @@ /** This service manages type descriptions and acts as a central access point to every type description. It delegates calls for demanded types to subsequent - <type scope="com::sun::star::reflection">TypeDescriptionProvider</type>s + com::sun::star::reflection::TypeDescriptionProviders and may cache type descriptions.<br> Using cppuhelper's bootstrapping routines bootstrapping an initial component context, there is a singleton accessible via key diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl index 3dbe126d782a..8dbbb1677c5a 100644 --- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl @@ -46,7 +46,7 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD <p>For a polymorphic struct type template, a member of parameterized type is represented by an instance of - <type scope="com::sun::star::reflection::">XTypeDescription</type> whose + com::sun::star::reflection::::XTypeDescription whose type class is <code>UNKNOWN</code> and whose name is the name of the type parameter.</p> diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl index 6e2d147851a5..95a4faf9681c 100644 --- a/udkapi/com/sun/star/reflection/XIdlClass.idl +++ b/udkapi/com/sun/star/reflection/XIdlClass.idl @@ -64,7 +64,7 @@ published interface XIdlClass: com::sun::star::uno::XInterface */ boolean isAssignableFrom( [in] XIdlClass xType ); - /** Returns the <type scope="com::sun::star::uno">TypeClass</type> + /** Returns the com::sun::star::uno::TypeClass of the reflected type. @returns diff --git a/udkapi/com/sun/star/reflection/XIdlField.idl b/udkapi/com/sun/star/reflection/XIdlField.idl index 3a984926f327..79540f53346c 100644 --- a/udkapi/com/sun/star/reflection/XIdlField.idl +++ b/udkapi/com/sun/star/reflection/XIdlField.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module reflection { -/** Deprecated. Use <type scope="com::sun::star::reflection">XIdlField2</type> +/** Deprecated. Use com::sun::star::reflection::XIdlField2 instead. @deprecated diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl index 32851a70af56..8e1777853b60 100644 --- a/udkapi/com/sun/star/reflection/XIdlField2.idl +++ b/udkapi/com/sun/star/reflection/XIdlField2.idl @@ -60,7 +60,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember reflects the constant enum 32-bit value. <p>When setting an interface attribute raises a - non-<type scope="com::sun::star::uno">RuntimeException</type>, it is + non-com::sun::star::uno::RuntimeException, it is wrapped in a <type scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p> @@ -70,7 +70,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember value of field @throws IllegalAccessException - An <type scope="com::sun::star::lang">IllegalAccessException</type> + An com::sun::star::lang::IllegalAccessException is thrown if the given object is no interface, enum or compound type; or the given object does not have the reflected field. */ @@ -82,7 +82,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember i.e. an interface or compound type (struct/exception). <p>When setting an interface attribute raises a - non-<type scope="com::sun::star::uno">RuntimeException</type>, it is + non-com::sun::star::uno::RuntimeException, it is wrapped in a <type scope="com::sun::star::lang">WrappedTargetRuntimeException</type>.</p> @@ -92,7 +92,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember value to be set @throws IllegalAccessException - An <type scope="com::sun::star::lang">IllegalAccessException</type> + An com::sun::star::lang::IllegalAccessException is thrown if the given object is no interface or compound type; or the given object does not have the reflected field. */ diff --git a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl index b994d92b5679..ede861666e34 100644 --- a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl @@ -38,7 +38,7 @@ published interface XPropertyTypeDescription : com::sun::star::reflection::XType /** @return the flags defined for this property. <p>The possible values are defined in - <type scope="com::sun::star::beans">PropertyAttribute</type> + com::sun::star::beans::PropertyAttribute */ short getPropertyFlags(); diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl index 1c6ac767d6f0..a5dc040ff4f8 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -28,21 +28,21 @@ module com { module sun { module star { module reflection { Reflects the “published” status of a UNOIDL entity. <p>This interface is intended to be supported by objects that also support - <type scope="com::sun::star::reflection">XTypeDescription</type>. + com::sun::star::reflection::XTypeDescription. (This interface could have been made an optional sub-interface of - <type scope="com::sun::star::reflection">XTypeDescription</type>, but is + com::sun::star::reflection::XTypeDescription, but is instead kept independent for reasons of backwards compatibility.)</p> <p>For the various kinds of UNOIDL entities that are represented by objects - supporting <type scope="com::sun::star::reflection">XTypeDescription</type> + supporting com::sun::star::reflection::XTypeDescription and its subtypes, this optional interface should be supported as follows:</p> <ul> <li>Enum types - (<type scope="com::sun::star::reflection">XEnumTypeDescription</type>), + (com::sun::star::reflection::XEnumTypeDescription), plain struct types - (<type scope="com::sun::star::reflection">XStructTypeDescription</type>), + (com::sun::star::reflection::XStructTypeDescription), polymorphic struct type templates - (<type scope="com::sun::star::reflection">XStructTypeDescription</type>), + (com::sun::star::reflection::XStructTypeDescription), exception types (<type scope="com::sun::star::reflection">XCompoundTypeDescription</type>), interface types (<type @@ -63,15 +63,15 @@ module com { module sun { module star { module reflection { scope="com::sun::star::reflection">XSingletonTypeDescription2</type>) support the notion of being published. Therefore, for an object that represents any such entity, - <type scope="com::sun::star::reflection">XPublished</type> should be + com::sun::star::reflection::XPublished should be supported.</li> <li>Sequence types (<type scope="com::sun::star::reflection">XIndirectTypeDescription</type>), type parameters of polymorphic struct type templates - (<type scope="com::sun::star::reflection">XTypeDescription</type>), + (com::sun::star::reflection::XTypeDescription), instantiated polymorphic struct types - (<type scope="com::sun::star::reflection">XStructTypeDescription</type>), + (com::sun::star::reflection::XStructTypeDescription), attributes of interface types (<type scope="com::sun::star::reflection"> XInterfaceAttributeTypeDescription2</type>), methods of interface types (<type scope="com::sun::star::reflection"> @@ -79,12 +79,12 @@ module com { module sun { module star { module reflection { accumulation-based services (<type scope="com::sun::star::reflection">XPropertyTypeDescription</type>), deprecated - <type scope="com::sun::star::reflection">XArrayTypeDescription</type>s, + com::sun::star::reflection::XArrayTypeDescriptions, and deprecated - <type scope="com::sun::star::reflection">XUnionTypeDescription</type>s do + com::sun::star::reflection::XUnionTypeDescriptions do not support the notion of being published. Therefore, for an object that represents any such entity, - <type scope="com::sun::star::reflection">XPublished</type> should not be + com::sun::star::reflection::XPublished should not be supported.</li> </ul> |