summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/Ambiguous.idl2
-rw-r--r--udkapi/com/sun/star/beans/Defaulted.idl2
-rw-r--r--udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl8
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl4
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl4
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl10
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl4
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertyStates.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl4
-rw-r--r--udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl6
12 files changed, 25 insertions, 25 deletions
diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl
index 2329fd7d0c25..2efde9031595 100644
--- a/udkapi/com/sun/star/beans/Ambiguous.idl
+++ b/udkapi/com/sun/star/beans/Ambiguous.idl
@@ -35,7 +35,7 @@ struct Ambiguous<T> {
<p>Even if this structure instance is ambiguous, this member should
contain a useful value. If there is no useful value for an ambiguous
- structure instance, <type scope="com::sun::star::beans">Optional</type>
+ structure instance, com::sun::star::beans::Optional
can be used as the type of this member.</p>
*/
T Value;
diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl
index dc47fbb85e01..b3e5a1ea3504 100644
--- a/udkapi/com/sun/star/beans/Defaulted.idl
+++ b/udkapi/com/sun/star/beans/Defaulted.idl
@@ -35,7 +35,7 @@ struct Defaulted<T> {
<p>Even if this structure instance is defaulted, this member should
contain a useful value. If there is no useful value for a defaulted
- structure instance, <type scope="com::sun::star::beans">Optional</type>
+ structure instance, com::sun::star::beans::Optional
can be used as the type of this member.</p>
*/
T Value;
diff --git a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
index 41ee9ca7b60b..950ceecaea75 100644
--- a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
+++ b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
@@ -25,13 +25,13 @@ module com { module sun { module star { module beans {
/** specifies the possible failure types when using the
- <type scope="com::sun::star::beans">XTolerantMultiPropertySet</type>
+ com::sun::star::beans::XTolerantMultiPropertySet
interface.
<p>It usually matches one of the exception types that may occur when
using the
- <type scope="com::sun::star::beans">XPropertySet</type> or
- <type scope="com::sun::star::beans">XMultiPropertySet</type> interfaces.</p>
+ com::sun::star::beans::XPropertySet or
+ com::sun::star::beans::XMultiPropertySet interfaces.</p>
*/
constants TolerantPropertySetResultType
{
@@ -63,7 +63,7 @@ constants TolerantPropertySetResultType
*/
const short PROPERTY_VETO = 3;
- /** a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ /** a com::sun::star::lang::WrappedTargetException
did occur.
*/
const short WRAPPED_TARGET = 4;
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index e90fde48bfbd..e6e1cb137246 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -66,7 +66,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
@throws stardiv::uno::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into this
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
void setFastPropertyValue( [in] long nHandle,
@@ -89,7 +89,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
any getFastPropertyValue( [in] long nHandle )
raises( com::sun::star::beans::UnknownPropertyException,
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index d669ff48d3c9..78827af1fb3e 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
@@ -100,7 +100,7 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
@see XPropertySet::setPropertyValue
*/
@@ -130,7 +130,7 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
@see XPropertySet::getPropertyValue
*/
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index 7c9261fbb963..b313c2c1ae13 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -67,11 +67,11 @@ published interface XIntrospection: com::sun::star::uno::XInterface
</dd>
<dt> <strong>Important note:</strong></dt>
- <dd>If an object implements <type scope="com::sun::star::container">XNameAccess</type>,
+ <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>.
- <type scope="com::sun::star::container">XNameAccess</type> items have to be
+ com::sun::star::container::XNameAccess items have to be
accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()</member>.
</dd>
</dl>
@@ -84,9 +84,9 @@ published interface XIntrospection: com::sun::star::uno::XInterface
<p>Methods which do not belong to a property nor which represent
a listener access nor which are methods of XPropertySet,
- <type scope="com::sun::star::container">XNameAccess</type>,
- <type scope="com::sun::star::container">XIndexAccess</type>, or
- <type scope="com::sun::star::container">XEnumerationAccess</type>, are considered to be normal
+ com::sun::star::container::XNameAccess,
+ com::sun::star::container::XIndexAccess, or
+ com::sun::star::container::XEnumerationAccess, are considered to be normal
methods. </p>
@see XIntrospectionAccess
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index fe35ea3d2b77..01b05621683c 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -86,7 +86,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
@see XHierarchicalPropertySet::setHierarchicalPropertyValue
@see XMultiPropertySet::setPropertyValues
@@ -118,7 +118,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
@see XHierarchicalPropertySet::getHierarchicalPropertyValue
@see XMultiPropertySet::setPropertyValues
diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
index 6611226a7d16..69c6e2e31714 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -97,7 +97,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
sequence<any> getPropertyDefaults(
[in] sequence<string> aPropertyNames )
diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl
index ad494b9fd8e6..8d95ea26e226 100644
--- a/udkapi/com/sun/star/beans/XPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XPropertySet.idl
@@ -108,7 +108,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
any getPropertyValue( [in] string PropertyName )
raises( com::sun::star::beans::UnknownPropertyException,
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index 3fbed9d477d7..38bcb09472e6 100644
--- a/udkapi/com/sun/star/beans/XPropertyState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyState.idl
@@ -112,7 +112,7 @@ published interface XPropertyState: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
any getPropertyDefault( [in] string aPropertyName )
raises( com::sun::star::beans::UnknownPropertyException,
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index 606015948deb..c75cb122f483 100644
--- a/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -69,7 +69,7 @@ published interface XPropertyWithState: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
void setToDefaultAsProperty( )
raises( com::sun::star::lang::WrappedTargetException );
@@ -85,7 +85,7 @@ published interface XPropertyWithState: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
com::sun::star::uno::XInterface getDefaultAsProperty( )
raises( com::sun::star::lang::WrappedTargetException );
diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
index 18033de91061..3344306d4f7e 100644
--- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
@@ -68,7 +68,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
Otherwise for every property value that could not successfully
be set an entry of the
- <type scope="com::sun::star::beans">SetPropertyTolerantFailed</type>
+ com::sun::star::beans::SetPropertyTolerantFailed
will be present in this sequence.
The order of the properties is also alphabetically ascending.
@@ -96,7 +96,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
@returns
a sequence of type
- <type scope="com::sun::star::beans">GetPropertyTolerantResult</type>
+ com::sun::star::beans::GetPropertyTolerantResult
for each of the properties listed in <var>aPropertyNames</var>.
*/
sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant(
@@ -120,7 +120,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
@returns
a sequence of type
- <type scope="com::sun::star::beans">GetDirectPropertyTolerantResult</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>.
*/