From 1d5b5ce60d6862fe9dc8ec3857704309a70781dc Mon Sep 17 00:00:00 2001
From: Michael Hönnig
Date: Tue, 10 Dec 2002 09:31:37 +0000
Subject: #105668# fixed dead links
---
udkapi/com/sun/star/beans/MethodConcept.idl | 12 ++++++------
udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl | 12 ++++++------
.../com/sun/star/beans/XHierarchicalPropertySetInfo.idl | 8 ++++----
.../com/sun/star/beans/XMultiHierarchicalPropertySet.idl | 16 ++++++++--------
udkapi/com/sun/star/beans/XMultiPropertyStates.idl | 6 +++---
udkapi/com/sun/star/beans/XPropertiesChangeListener.idl | 6 +++---
udkapi/com/sun/star/beans/XPropertyState.idl | 6 +++---
udkapi/com/sun/star/container/XElementAccess.idl | 6 +++---
udkapi/com/sun/star/container/XEnumeration.idl | 6 +++---
udkapi/com/sun/star/container/XIdentifierAccess.idl | 6 +++---
udkapi/com/sun/star/container/XIdentifierContainer.idl | 8 ++++----
udkapi/com/sun/star/container/XIdentifierReplace.idl | 6 +++---
udkapi/com/sun/star/container/XIndexAccess.idl | 6 +++---
udkapi/com/sun/star/container/XNameAccess.idl | 6 +++---
udkapi/com/sun/star/lang/Locale.idl | 11 +++++++----
udkapi/com/sun/star/lang/NoSupportException.idl | 9 ++++++---
udkapi/com/sun/star/lang/NullPointerException.idl | 9 ++++++---
udkapi/com/sun/star/lang/ServiceManager.idl | 9 ++++++---
udkapi/com/sun/star/lang/XComponent.idl | 10 +++++++---
udkapi/com/sun/star/lang/XConnectionPoint.idl | 13 ++++++++-----
udkapi/com/sun/star/lang/XServiceName.idl | 9 ++++++---
udkapi/com/sun/star/loader/Java2.idl | 6 +++---
udkapi/com/sun/star/loader/XImplementationLoader.idl | 9 ++++++---
.../com/sun/star/reflection/TypeDescriptionManager.idl | 9 ++++++---
udkapi/com/sun/star/reflection/XIdlField2.idl | 11 +++++++----
udkapi/com/sun/star/reflection/XIdlMember.idl | 9 ++++++---
udkapi/com/sun/star/registry/NestedRegistry.idl | 11 +++++++----
udkapi/com/sun/star/script/InvocationInfo.idl | 6 +++---
.../com/sun/star/script/XAllListenerAdapterService.idl | 6 +++---
29 files changed, 142 insertions(+), 105 deletions(-)
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index c7483e547..692be2079 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MethodConcept.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:37 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,9 +118,9 @@ constants MethodConcept
These methods have the signature
create...Enumeration
and return an interface
that is derived from
- XEnumeration Additionally, the method XEnumerationAccess::getElementType
- belongs to this concept.
+ XEnumeration Additionally, the method
+ XEnumerationAccess::getElementType
+ belongs to this concept.
*/
const long ENUMERATION = 8;
@@ -134,7 +134,7 @@ constants MethodConcept
remove...ByName()
,
has...ByName()
, or
get...Names
. In addition, the method
- XNameAccess::getElementType()
+ XEnumerationAccess::getElementType
belongs to this concept.
*/
const long NAMECONTAINER = 16;
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index f9eb2f3ea..aa76c47c5 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XHierarchicalPropertySet.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:40 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,10 +155,10 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
nested name for this hierarchy.
An implementation is not required to detect the latter condition.
- @throws com::sun::star::uno::lang::WrappedTargetException
+ @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
- WrappedTargetException.
+ WrappedTargetException.
@see XPropertySet::setPropertyValue
*/
@@ -186,10 +186,10 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
An implementation is not required to detect this
condition.
- @throws com::sun::star::uno::lang::WrappedTargetException
+ @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
- WrappedTargetException.
+ WrappedTargetException.
@see XPropertySet::getPropertyValue
*/
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
index 546bd4004..c608995eb 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XHierarchicalPropertySetInfo.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:40 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface
@throws UnknownPropertyException
if the property does not exist.
- @throws com::sun::star::uno::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if aHierarchicalName is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect this
@@ -121,7 +121,7 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface
@param aHierarchicalName
specifies the name of the property.
- @throws com::sun::star::uno::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if aHierarchicalName is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect this
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index b2075969a..abf273e1c 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiHierarchicalPropertySet.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:42 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,17 +132,17 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
if one of the properties is constrained and the change is
vetoed by a XVetoableChangeListener.
- @throws com::sun::star::uno::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if one of the values is not a legal value for the
corresponding property or if one of the names
is not a well-formed nested name for this hierarchy.
An implementation is not required to detect the latter
condition.
- @throws com::sun::star::uno::lang::WrappedTargetException
+ @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
- WrappedTargetException.
+ WrappedTargetException.
@see XHierarchicalPropertySet::setHierarchicalPropertyValue
@see XMultiPropertySet::setPropertyValues
@@ -166,16 +166,16 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
Unknown properties are ignored, in their place will be returned.
- @throws com::sun::star::uno::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if one of the names is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect this
condition.
- @throws com::sun::star::uno::lang::WrappedTargetException
+ @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
- WrappedTargetException.
+ 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 3e9cd5494..b03b9b6f2 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiPropertyStates.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-22 16:49:05 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@ interface XMultiPropertyStates: com::sun::star::uno::XInterface
If no default exists, is not known, or is void,
then the return type at the corresponding position in the
- sequence returned is void.
+ sequence returned is void.
@param aPropertyName
specifies the names of the properties. All names must be unique.
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 63fef464a..feff0638d 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertiesChangeListener.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-08-05 09:22:24 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ interface XPropertiesChangeListener: com::sun::star::lang::XEventListener
/** gets called when bound properties are changed.
@param aEvent
- contains a sequence of PropertiesChangeEvent objects
+ contains a sequence of PropertyChangeEvent objects
which describe the event source and the properites wich have
changed.
*/
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index a2ff1d551..70b6def10 100644
--- a/udkapi/com/sun/star/beans/XPropertyState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyState.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:43 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,7 +159,7 @@ interface XPropertyState: com::sun::star::uno::XInterface
the default value of the property with the name PropertyName.
If no default exists, is not known or is void,
- then the return type is void.
+ then the return type is void.
@param aPropertyName
specifies the name of the property.
diff --git a/udkapi/com/sun/star/container/XElementAccess.idl b/udkapi/com/sun/star/container/XElementAccess.idl
index 33f0a05a4..047fd0a39 100644
--- a/udkapi/com/sun/star/container/XElementAccess.idl
+++ b/udkapi/com/sun/star/container/XElementAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XElementAccess.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:51 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ interface XElementAccess: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- the type of the elements. void means that it is a
+ the type of the elements. void means that it is a
multi-type container and you cannot determine the exact types
with this interface.
*/
diff --git a/udkapi/com/sun/star/container/XEnumeration.idl b/udkapi/com/sun/star/container/XEnumeration.idl
index 8ce94d3f6..ce51aa89f 100644
--- a/udkapi/com/sun/star/container/XEnumeration.idl
+++ b/udkapi/com/sun/star/container/XEnumeration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEnumeration.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:52 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ 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 WrappedTargetException
+ then wrap these in a WrappedTargetException
exception.
*/
any nextElement()
diff --git a/udkapi/com/sun/star/container/XIdentifierAccess.idl b/udkapi/com/sun/star/container/XIdentifierAccess.idl
index 497bcc73a..25f26e65c 100644
--- a/udkapi/com/sun/star/container/XIdentifierAccess.idl
+++ b/udkapi/com/sun/star/container/XIdentifierAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdentifierAccess.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:52 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@ interface XIdentifierAccess: com::sun::star::container::XElementAccess
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a WrappedTargetException
+ then wrap these in a WrappedTargetException
exception.
*/
any getByIdentifier( [in] long Identifierr )
diff --git a/udkapi/com/sun/star/container/XIdentifierContainer.idl b/udkapi/com/sun/star/container/XIdentifierContainer.idl
index 097871e79..145c0f9ba 100644
--- a/udkapi/com/sun/star/container/XIdentifierContainer.idl
+++ b/udkapi/com/sun/star/container/XIdentifierContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdentifierContainer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:52 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ interface XIdentifierContainer: com::sun::star::container::XIdentifierReplace
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a WrappedTargetException
+ then wrap these in a WrappedTargetException
exception.
*/
@@ -129,7 +129,7 @@ interface XIdentifierContainer: com::sun::star::container::XIdentifierReplace
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a WrappedTargetException
+ then wrap these in a 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 a63c80662..2f2465575 100644
--- a/udkapi/com/sun/star/container/XIdentifierReplace.idl
+++ b/udkapi/com/sun/star/container/XIdentifierReplace.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdentifierReplace.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:53 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ interface XIdentifierReplace: com::sun::star::container::XIdentifierAccess
@throws com::sun::star::lang::WrappedTargetException
If the implementation has internal reasons for exceptions,
- then wrap these in a WrappedTargetException
+ then wrap these in a 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 6eda4b4f5..ba11b3eca 100644
--- a/udkapi/com/sun/star/container/XIndexAccess.idl
+++ b/udkapi/com/sun/star/container/XIndexAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIndexAccess.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:53 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ 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 WrappedTargetException
+ then wrap these in a 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 7f2f8b2d3..eb85b79d8 100644
--- a/udkapi/com/sun/star/container/XNameAccess.idl
+++ b/udkapi/com/sun/star/container/XNameAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNameAccess.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:54 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ 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 WrappedTargetException
+ then wrap these in a WrappedTargetException
exception.
*/
any getByName( [in] string aName )
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index 028fcb29e..72aad4b3b 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Locale.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:00 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ module com { module sun { module star { module lang {
Because a Locale
object is just an identifier for a
region, no validity check is performed. If you want to see whether
particular resources are available for the Locale
, use
- the XLocalize::getAvailableLocales
method to ask for the
+ the XLocale::getAvailableLocales method to ask for the
locales it supports.
Note: When you ask for a resource for a
@@ -93,7 +93,7 @@ module com { module sun { module star { module lang {
Each implementation that performs locale-sensitive operations
allows you to get all the available objects of that type. Use the
- XLocalize interface to set the locale.
+ XLocale interface to set the locale.
*/
struct Locale
{
@@ -153,6 +153,9 @@ struct Locale
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
Revision 1.4 2000/11/08 12:28:41 mi
moved from api
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index 1e650be5d..e616d099b 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSupportException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ module com { module sun { module star { module lang {
does not allow the change.
@see XEnumeration
- @see XContent::setParent
+ @see com::sun::star::container::XChild::setParent
*/
exception NoSupportException: com::sun::star::uno::Exception
{
@@ -93,6 +93,9 @@ exception NoSupportException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/19 16:15:26 mi
+ documentation syntax fixed
+
Revision 1.5 2000/12/13 15:47:00 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index 076076b89..d8cc4a09d 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NullPointerException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
Applications should throw instances of this class to indicate
other illegal uses of the object.
- @see XIdlReflection::forName
+ @see com::sun::star::reflection::XIdlReflection::forName
*/
exception NullPointerException: com::sun::star::uno::Exception
{
@@ -92,6 +92,9 @@ exception NullPointerException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2000/12/19 16:15:26 mi
+ documentation syntax fixed
+
Revision 1.6 2000/12/19 13:49:35 mi
syntax errors in documentation fixed
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index b997deb8b..895327b1c 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ServiceManager.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dbo $ $Date: 2002-01-23 08:52:20 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,7 @@ service ServiceManager
It is possible to enumerate all implementations that support the
service specified with the argument of the
- XContentEnumerationAccess::createContentEnumeration method.
+ XContentEnumerationAccess::createContentEnumeration method.
The enumerator commonly returns XSingleComponentFactory
interfaces.
@@ -172,6 +172,9 @@ service ServiceManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.9 2002/01/23 08:52:20 dbo
+ #96711# IDL documentation review
+
Revision 1.8 2001/11/16 14:57:39 mi
proofing by Richard Holt
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index f2a5c46a3..54e5a7cf5 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponent.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: sb $ $Date: 2002-12-06 13:26:40 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,8 @@ interface XComponent: com::sun::star::uno::XInterface
in case it can comply with its specification (for instance addEventListener()).
Often the object can't fulfill its specification anymore,
in this case it must throw the DisposedException
- (which is derived from RuntimeException) when it gets called.
+ (which is derived from RuntimeException)
+ when it gets called.
For some objects no real owner can be identified, thus it can be
disposed from multiple reference holders. In this case
@@ -176,6 +177,9 @@ interface XComponent: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.11 2002/12/06 13:26:40 sb
+ #105668#, #105983# Clarified documentation.
+
Revision 1.10 2002/08/05 09:33:56 mi
add/remove...Listener more precisely specified for adding the same interface multiple times
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index ca7ef288e..9f855dca5 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectionPoint.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,7 @@ module com { module sun { module star { module lang {
to obtain access to connection point sub-objects with the
XConnectionPoint interface for each
- outgoing type. Through the IConnectionPoint interface,
+ outgoing type. Through the XConnectionPoint interface,
a client starts or terminates an advisory loop with the
connectable object and the client's own sink. The
client can also use the XConnectionPoint
@@ -162,7 +162,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
this same connection point through
XConnectionPointContainer::findConnectionPoint.
- @see IConnectionPointContainer::FindConnectionPoint
+ @see XConnectionPointContainer::findConnectionPoint
*/
type getConnectionType();
@@ -173,7 +173,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
the XConnectionPointContainer interface on
the parent connectable object.
- @see IConnectionPointContainer
+ @see XConnectionPointContainer
*/
com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
@@ -242,6 +242,9 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.8 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.7 2001/01/31 09:45:41 mi
TYPE_XIDLCLASS is now 'type'
diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index 9a6332112..07ad8aa5e 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XServiceName.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ interface XServiceName: com::sun::star::uno::XInterface
the service name that can be used to create such an object
by a factory.
- @see XPersistObject::getServiceName
+ @see com::sun::star::io::XPersistObject::getServiceName
*/
string getServiceName();
@@ -98,6 +98,9 @@ interface XServiceName: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:47:01 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl
index b79e5f240..8ae26a93b 100644
--- a/udkapi/com/sun/star/loader/Java2.idl
+++ b/udkapi/com/sun/star/loader/Java2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Java2.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2002-07-01 08:53:00 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
module com { module sun { module star { module loader {
/**the same as com::sun::star::loader::Java.
This service was introduced for UNO 3 components. The then
-com::sun::star::loader::Java service was intended for
+Java service was intended for
UNO 2 components. Since UNO 2 is not supported anymore, the service
name is reused again.
*/
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl
index a24c373ee..d18319d11 100644
--- a/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImplementationLoader.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:05 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,7 @@ interface XImplementationLoader: com::sun::star::uno::XInterface
@return returns a factory interface, which allows to create an instance of
the concrete implementation. In general, the object supports a
com::sun::star::lang::XSingleComponentFactory
- and the com::sun::star::lang::XServiceInfo interface. The
+ and the XServiceInfo interface. The
XServiceInfo interface informs about the capabilities of the
service implementation, not the factory itself.
*/
@@ -157,6 +157,9 @@ interface XImplementationLoader: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2002/10/03 12:44:05 mi
+ #94968# IDL reviews merged
+
Revision 1.5.16.1 2002/06/05 16:38:41 jbu
documentation reviewed
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 43cbcb666..d61f0ba1e 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeDescriptionManager.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: jsc $ $Date: 2002-12-03 17:20:50 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,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
- TypeDescriptionProviders
and may cache type descriptions.
Using cppuhelper's bootstrapping routines bootstrapping an initial
component context, there is a singleton accessable via key
@@ -136,6 +136,9 @@ service TypeDescriptionManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.11 2002/12/03 17:20:50 jsc
+ #105668# remove incompatibilities
+
Revision 1.10 2002/11/11 08:30:08 kso
#104677# - Introduced/modified for Type Description Manager/Provider Enumeration
Interface.
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index 584e000ad..769da4167 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlField2.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2002-03-08 17:19:13 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
value of field
@throws IllegalAccessException
- An IllegalAccessException
is thrown if the given object is no interface, enum or compound type;
or the given object does not have the reflected field.
*/
@@ -136,7 +136,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
value to be set
@throws IllegalAccessException
- An IllegalAccessException
is thrown if the given object is no interface or compound type;
or the given object does not have the reflected field.
*/
@@ -154,6 +154,9 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2002/03/08 17:19:13 dbo
+ #96711# reviewed reflection API documentation
+
Revision 1.2 2001/11/16 15:02:57 mi
proofing by Richard Holt
diff --git a/udkapi/com/sun/star/reflection/XIdlMember.idl b/udkapi/com/sun/star/reflection/XIdlMember.idl
index b38584d06..bef791c05 100644
--- a/udkapi/com/sun/star/reflection/XIdlMember.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMember.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlMember.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2002-03-08 17:19:13 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
interface XIdlClass;
-/** Base interface for XidlField2s and XIdlMethods.
+/** Base interface for XIdlField2s and XIdlMethods.
*/
interface XIdlMember: com::sun::star::uno::XInterface
{
@@ -98,6 +98,9 @@ interface XIdlMember: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2002/03/08 17:19:13 dbo
+ #96711# reviewed reflection API documentation
+
Revision 1.6 2001/11/16 15:02:57 mi
proofing by Richard Holt
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 823f32f37..66e2956f7 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NestedRegistry.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:09 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,10 +162,10 @@
the read-only one.
Two different ways are possible:
- - use com.sun.star.lang.XMultiServiceFactory::createInstanceWithArguments() to
+
- use XMultiServiceFactory::createInstanceWithArguments() to
create an instance of this service where the value of the any parameter must be the sequence with
the two open registries.
-
- use the initialize function of the XInitialization interface where the value of the
+
- use the initialize function of the XInitialization interface where the value of the
any parameter must be the sequence with the two open registries.
@@ -192,6 +192,9 @@ service NestedRegistry
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2002/10/03 12:44:09 mi
+ #94968# IDL reviews merged
+
Revision 1.6.2.1 2002/03/26 14:24:17 jsc
#98365# reviewed
diff --git a/udkapi/com/sun/star/script/InvocationInfo.idl b/udkapi/com/sun/star/script/InvocationInfo.idl
index ffe82a392..510929e26 100644
--- a/udkapi/com/sun/star/script/InvocationInfo.idl
+++ b/udkapi/com/sun/star/script/InvocationInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvocationInfo.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ struct InvocationInfo
/** Only for property members:
This field may contain zero or more constants of the
- com::sun::star::beans::PropertyAttribute
+ PropertyAttribute
constants group. It is not guaranteed that all necessary
constants are set to describe the property completely,
but a flag will only be set, if the corresponding charac-
diff --git a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
index 483506872..f22adc621 100644
--- a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
+++ b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAllListenerAdapterService.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:18 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ interface XAllListenerAdapterService: com::sun::star::uno::XInterface
listener.
To get the correct listener interface the returned
- com::sun::star::uno::XInterface has to
+ XInterface has to
be queried for it.
*/
com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType,
--
cgit v1.2.3