summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /udkapi
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl2
-rw-r--r--udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl4
-rw-r--r--udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl2
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl4
-rw-r--r--udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/bridge/OleObjectFactory.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl2
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl14
-rw-r--r--udkapi/com/sun/star/reflection/XConstantTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XModuleTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XServiceTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl20
15 files changed, 32 insertions, 32 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 );
diff --git a/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
index 8693fffea634..fb5a69cc8171 100644
--- a/udkapi/com/sun/star/bridge/OleObjectFactory.idl
+++ b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
@@ -35,7 +35,7 @@
if the original COM objects support IDispatch. </p>
<p>The optional parameters of the method
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
are reserved for future use; at this time they are ignored. </p>
@deprecated
diff --git a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
index 93e6cd8455d5..0188446bc3f5 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module bridge { module oleautomation
intended to be a write or read operation. This is done by
providing either instances of PropertyPutArgument or
PropertyGetArgument as arguments to
- <member scope="com::sun::star::script">XInvocation::Invoke</member>.
+ com::sun::star::script::XInvocation::Invoke.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index e0bb4d8aa0db..cb24b7615f3f 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module container {
type are accepted.</li>
<li>If the key type is <code>DOUBLE</code> or <code>FLOAT</code>, then <code>Double.NaN</code> respectively
<code>Float.NaN</code> is not accepted as key.</li>
- <li>If the key type's class is <member scope="com::sun::star::uno">TypeClass::ENUM</member>, then only keys
+ <li>If the key type's class is com::sun::star::uno::TypeClass::ENUM, then only keys
of exactly this type are accepted.</li>
<li>If the key type is any of <code>BYTE</code>, <code>SHORT</code>, <code>UNSIGNED SHORT</code>,
<code>LONG</code>, <code>UNSIGNED LONG</code>, or <code>HYPER</code>, then all keys which can losslessly
@@ -53,12 +53,12 @@ module com { module sun { module star { module container {
the following rules apply:
<a name="valuerules"></a>
<ul><li>The <VOID/> value will be accepted to be put into the map.</p>
- <li>If the value type's class is <member scope="com::sun::star::uno">TypeClass::ANY</member>, any value
+ <li>If the value type's class is com::sun::star::uno::TypeClass::ANY, any value
will be accepted.</li>
<li>If the value type is an interface type, then all values denoting objects which can be queried for
the given interface are accepted.</li>
- <li>If the value type's class is <member scope="com::sun::star::uno">TypeClass::EXCEPTION</member>
- or <member scope="com::sun::star::uno">TypeClass::STRUCT</member>, then values whose type equals the
+ <li>If the value type's class is com::sun::star::uno::TypeClass::EXCEPTION
+ or com::sun::star::uno::TypeClass::STRUCT, then values whose type equals the
value type, or is a sub class of the value type, are accepted.</li>
<li>For all other value types, only values whose type matches exactly are accepted.</li>
<li>If the value type is <code>DOUBLE</code> or <code>FLOAT</code>, then <code>Double.NaN</code> respectively
@@ -83,8 +83,8 @@ service EnumerableMap : XEnumerableMap
@throws ::com::sun::star::beans::IllegalTypeException
if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
- For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member>
- and <member scope="com::sun::star::uno">TypeClass::UNKNOWN</member> are accepted.
+ For values, all type classes except com::sun::star::uno::TypeClass::VOID
+ and com::sun::star::uno::TypeClass::UNKNOWN are accepted.
For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
types are accepted.
*/
@@ -105,7 +105,7 @@ service EnumerableMap : XEnumerableMap
@throws ::com::sun::star::beans::IllegalTypeException
if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
- For values, all type classes except <member scope="com::sun::star::uno">TypeClass::VOID</member>
+ For values, all type classes except com::sun::star::uno::TypeClass::VOID
are accepted.<br/>
For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
types are accepted.
diff --git a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
index 6df7463dd75a..c7905380a1b0 100644
--- a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
@@ -29,7 +29,7 @@
/** Reflects a constant.
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::CONSTANT</member>.
+ com::sun::star::uno::TypeClass::CONSTANT.
<p>Constants may be contained in constants groups and modules.
diff --git a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
index af6d92eef3c4..bebeabdaaa7f 100644
--- a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
@@ -30,7 +30,7 @@
/** Reflects a constants group.
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::CONSTANTS</member>.
+ com::sun::star::uno::TypeClass::CONSTANTS.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
index a836499eaa18..fb2838b6e086 100644
--- a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
@@ -29,7 +29,7 @@
/** Reflects a module.
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::MODULE</member>.
+ com::sun::star::uno::TypeClass::MODULE.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
index ede861666e34..11e2b55260ab 100644
--- a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
@@ -29,7 +29,7 @@
/** Reflects a property.
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::PROPERTY</member>.
+ com::sun::star::uno::TypeClass::PROPERTY.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
index fbb19f690866..cf6a4052c987 100644
--- a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
@@ -35,7 +35,7 @@
accumulation-based services.</p>
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::SERVICE</member>.
+ com::sun::star::uno::TypeClass::SERVICE.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
index 61afc2050548..beb3e3831187 100644
--- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
@@ -34,7 +34,7 @@
service-based singletons.</p>
<p>The type class of this type is
- <member scope="com::sun::star::uno">TypeClass::SINGLETON</member>.
+ com::sun::star::uno::TypeClass::SINGLETON.
@since OOo 1.1.2
*/
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
index 45baf7135e7c..641be7e99bd4 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
@@ -60,16 +60,16 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
<p>Valid types classes are:
<ul>
- <li><member scope="com::sun::star::uno">TypeClass::MODULE</member>
- <li><member scope="com::sun::star::uno">TypeClass::INTERFACE</member>
- <li><member scope="com::sun::star::uno">TypeClass::SERVICE</member>
- <li><member scope="com::sun::star::uno">TypeClass::STRUCT</member>
- <li><member scope="com::sun::star::uno">TypeClass::ENUM</member>
- <li><member scope="com::sun::star::uno">TypeClass::EXCEPTION</member>
- <li><member scope="com::sun::star::uno">TypeClass::TYPEDEF</member>
- <li><member scope="com::sun::star::uno">TypeClass::CONSTANT</member>
- <li><member scope="com::sun::star::uno">TypeClass::CONSTANTS</member>
- <li><member scope="com::sun::star::uno">TypeClass::SINGLETON</member>
+ <li>com::sun::star::uno::TypeClass::MODULE
+ <li>com::sun::star::uno::TypeClass::INTERFACE
+ <li>com::sun::star::uno::TypeClass::SERVICE
+ <li>com::sun::star::uno::TypeClass::STRUCT
+ <li>com::sun::star::uno::TypeClass::ENUM
+ <li>com::sun::star::uno::TypeClass::EXCEPTION
+ <li>com::sun::star::uno::TypeClass::TYPEDEF
+ <li>com::sun::star::uno::TypeClass::CONSTANT
+ <li>com::sun::star::uno::TypeClass::CONSTANTS
+ <li>com::sun::star::uno::TypeClass::SINGLETON
</ul>
@param depth