diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:25:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | 24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch) | |
tree | b3cbb48758c70259bafb5053e46d5ae6937235ed /udkapi/com/sun/star/beans | |
parent | bb6503dd081ebb4d11929ab1946eea8d60dd817c (diff) |
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g'
Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'udkapi/com/sun/star/beans')
5 files changed, 7 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl index 798e4029a8a0..6a398309faf1 100644 --- a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl +++ b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module beans { /** specifies information being retrieved about a single property. This type is used for the elements in the sequence returned by - <member scope="com::sun::star::beans::XTolerantMultiPropertySet">GetDirectPropertyTolerantResult</member>. + com::sun::star::beans::XTolerantMultiPropertySet::GetDirectPropertyTolerantResult. @see com::sun::star::beans::XTolerantMultiPropertySet */ diff --git a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl index d80e78e1bfcf..dda56b6b3a8b 100644 --- a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl +++ b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl @@ -44,7 +44,7 @@ published struct GetPropertyTolerantResult /** contains the state of the property. <p>The value is undefined if <var>Result</var> is not - <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p> + com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.</p> */ com::sun::star::beans::PropertyState State; @@ -52,7 +52,7 @@ published struct GetPropertyTolerantResult /** contains the value of the property. <p>The value is undefined if <var>Result</var> is not - <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p> + com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.</p> */ any Value; diff --git a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl index 0cb2495d3555..5964c1925073 100644 --- a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl +++ b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl @@ -39,7 +39,7 @@ published struct SetPropertyTolerantFailed properties value. <p>Since the property was not successful set the result will never be - <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>. + com::sun::star::beans::TolerantPropertySetResultType::SUCCESS. </p> @see com::sun::star::beans::TolerantPropertySetResultType diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl index 0b1e25caa21d..ca19c2785e4f 100644 --- a/udkapi/com/sun/star/beans/XIntrospection.idl +++ b/udkapi/com/sun/star/beans/XIntrospection.idl @@ -70,9 +70,9 @@ published interface XIntrospection: com::sun::star::uno::XInterface <dd>If an object implements com::sun::star::container::XNameAccess, the items that can be accessed are not considered as properties of the object and so are not included in the property list offered by - <member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>. + com::sun::star::beans::XIntrospectionAccess::getProperties(). com::sun::star::container::XNameAccess items have to be - accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()</member>. + accessed separately by com::sun::star::beans::XIntrospectionAccess::getNameAccess(). </dd> </dl> diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl index 3344306d4f7e..6e20545d9371 100644 --- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl @@ -122,7 +122,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface a sequence of type com::sun::star::beans::GetDirectPropertyTolerantResult but only for those properties supplied whoms state is - <member scope="com::sun::star::beans::PropertyState">DIRECT_VALUE</member>. + com::sun::star::beans::PropertyState::DIRECT_VALUE. */ sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant( [in] sequence< string > aPropertyNames ); |