summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container')
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl8
-rw-r--r--udkapi/com/sun/star/container/XContainerApproveListener.idl6
-rw-r--r--udkapi/com/sun/star/container/XEnumerableMap.idl4
-rw-r--r--udkapi/com/sun/star/container/XEnumeration.idl2
-rw-r--r--udkapi/com/sun/star/container/XHierarchicalNameAccess.idl2
-rw-r--r--udkapi/com/sun/star/container/XIdentifierContainer.idl4
-rw-r--r--udkapi/com/sun/star/container/XIdentifierReplace.idl2
-rw-r--r--udkapi/com/sun/star/container/XIndexAccess.idl2
-rw-r--r--udkapi/com/sun/star/container/XNameAccess.idl4
9 files changed, 17 insertions, 17 deletions
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index 6939b98d7f5e..e1b7ce3eb8a7 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -68,7 +68,7 @@ module com { module sun { module star { module container {
<p>The factory methods of the <code>XEnumerableMap</code> interface support both <em>isolated</em>
and <em>non-isolated</em> enumerators. The latter one will be automatically disposed when the map changes
after enumerator creation, so every attempt to use them will result in a
- <type scope="com::sun::star::lang">DisposedException</type> being thrown.</p>
+ com::sun::star::lang::DisposedException being thrown.</p>
@see http://udk.openoffice.org/common/man/typesystem.html
*/
@@ -85,7 +85,7 @@ service EnumerableMap : XEnumerableMap
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 keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interface
+ For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
types are accepted.
*/
create( [in] type KeyType, [in] type ValueType )
@@ -94,7 +94,7 @@ service EnumerableMap : XEnumerableMap
/** creates an instance mapping from the given key type to the given value type
<p>The resulting map is immutable, so later alter operations on it will fail
- with a <type scope="com::sun::star::lang">NoSupportException</type>.</p>
+ with a com::sun::star::lang::NoSupportException.</p>
@param KeyType
denotes the type of the keys in the to-be-created map
@@ -107,7 +107,7 @@ service EnumerableMap : XEnumerableMap
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>
are accepted.<br/>
- For keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interface
+ For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface
types are accepted.
@throws ::com::sun::star::lang::IllegalArgumentException
if any of the given values or keys violates the <a href="#keyrules">key rules</a> or
diff --git a/udkapi/com/sun/star/container/XContainerApproveListener.idl b/udkapi/com/sun/star/container/XContainerApproveListener.idl
index 98cea38b189e..2ce4b25f3794 100644
--- a/udkapi/com/sun/star/container/XContainerApproveListener.idl
+++ b/udkapi/com/sun/star/container/XContainerApproveListener.idl
@@ -37,7 +37,7 @@ interface XContainerApproveListener
/** is called for the listener to approve an insertion into the container
@return
- an instance implementing the <type scope="com::sun::star::util">XVeto</type> interface,
+ an instance implementing the com::sun::star::util::XVeto interface,
if the insertion is vetoed, <NULL/> otherwise.
*/
com::sun::star::util::XVeto approveInsertElement( [in] ContainerEvent Event )
@@ -46,7 +46,7 @@ interface XContainerApproveListener
/** is called for the listener to approve a replacement inside the container
@return
- an instance implementing the <type scope="com::sun::star::util">XVeto</type> interface,
+ an instance implementing the com::sun::star::util::XVeto interface,
if the replacement is vetoed, <NULL/> otherwise.
*/
com::sun::star::util::XVeto approveReplaceElement( [in] ContainerEvent Event )
@@ -55,7 +55,7 @@ interface XContainerApproveListener
/** is called for the listener to approve a removal of an element from the container
@return
- an instance implementing the <type scope="com::sun::star::util">XVeto</type> interface,
+ an instance implementing the com::sun::star::util::XVeto interface,
if the removal is vetoed, <NULL/> otherwise.
*/
com::sun::star::util::XVeto approveRemoveElement( [in] ContainerEvent Event )
diff --git a/udkapi/com/sun/star/container/XEnumerableMap.idl b/udkapi/com/sun/star/container/XEnumerableMap.idl
index 0ef7d867a4ed..1be6ec8a4e38 100644
--- a/udkapi/com/sun/star/container/XEnumerableMap.idl
+++ b/udkapi/com/sun/star/container/XEnumerableMap.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting an
- enumerator type which is not supported will generally result in an <type scope="com::sun::star::lang">NoSupportException</type>
+ enumerator type which is not supported will generally result in an com::sun::star::lang::NoSupportException
being thrown.</p>
*/
interface XEnumerableMap : XMap
@@ -78,7 +78,7 @@ interface XEnumerableMap : XMap
/** creates a enumerator for the key-value pairs of the map
- <p>The elements returned by the enumerator are instances of <type scope="com::sun::star::beans">Pair</type>,
+ <p>The elements returned by the enumerator are instances of com::sun::star::beans::Pair,
holding the key-value-pairs which are part of the map.</p>
@param Isolated
diff --git a/udkapi/com/sun/star/container/XEnumeration.idl b/udkapi/com/sun/star/container/XEnumeration.idl
index ceee9f391b76..288156fa9bff 100644
--- a/udkapi/com/sun/star/container/XEnumeration.idl
+++ b/udkapi/com/sun/star/container/XEnumeration.idl
@@ -68,7 +68,7 @@ published interface XEnumeration: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
any nextElement()
diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
index 63d1b2fab44c..56b1915b456f 100644
--- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
+++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module container {
fully qualified name, e.g., "com.sun.star.uno.XInterface". </p>
<p>To implement inaccurate name access, support the
- <type scope="com::sun::star::beans">XExactName</type> interface. </p>
+ com::sun::star::beans::XExactName interface. </p>
@see com::sun::star::beans::XExactName
*/
diff --git a/udkapi/com/sun/star/container/XIdentifierContainer.idl b/udkapi/com/sun/star/container/XIdentifierContainer.idl
index 923b487d6435..2dee8499a0ad 100644
--- a/udkapi/com/sun/star/container/XIdentifierContainer.idl
+++ b/udkapi/com/sun/star/container/XIdentifierContainer.idl
@@ -54,7 +54,7 @@ published interface XIdentifierContainer: com::sun::star::container::XIdentifier
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
@@ -73,7 +73,7 @@ published interface XIdentifierContainer: com::sun::star::container::XIdentifier
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
void removeByIdentifier( [in] long Identifier )
diff --git a/udkapi/com/sun/star/container/XIdentifierReplace.idl b/udkapi/com/sun/star/container/XIdentifierReplace.idl
index 1af78d4cc19b..2a57473f1f87 100644
--- a/udkapi/com/sun/star/container/XIdentifierReplace.idl
+++ b/udkapi/com/sun/star/container/XIdentifierReplace.idl
@@ -53,7 +53,7 @@ published interface XIdentifierReplace: com::sun::star::container::XIdentifierAc
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
void replaceByIdentifer( [in] long Identifier,
diff --git a/udkapi/com/sun/star/container/XIndexAccess.idl b/udkapi/com/sun/star/container/XIndexAccess.idl
index 78196da8a0c1..40c578f13602 100644
--- a/udkapi/com/sun/star/container/XIndexAccess.idl
+++ b/udkapi/com/sun/star/container/XIndexAccess.idl
@@ -55,7 +55,7 @@ published interface XIndexAccess: com::sun::star::container::XElementAccess
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
any getByIndex( [in] long Index )
diff --git a/udkapi/com/sun/star/container/XNameAccess.idl b/udkapi/com/sun/star/container/XNameAccess.idl
index 1c1688f4c3ed..0db574ab637e 100644
--- a/udkapi/com/sun/star/container/XNameAccess.idl
+++ b/udkapi/com/sun/star/container/XNameAccess.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module container {
/** is used to access named objects within a container.
<p>To implement inaccurate name access, support the
- <type scope="com::sun::star::beans">XExactName</type>
+ com::sun::star::beans::XExactName
interface. </p>
@see com::sun::star::beans::XExactName
*/
@@ -50,7 +50,7 @@ published interface XNameAccess: com::sun::star::container::XElementAccess
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
+ then wrap these in a com::sun::star::lang::WrappedTargetException
exception.
*/
any getByName( [in] string aName )