summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl12
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl12
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl8
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl16
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertyStates.idl6
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeListener.idl6
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl6
-rw-r--r--udkapi/com/sun/star/container/XElementAccess.idl6
-rw-r--r--udkapi/com/sun/star/container/XEnumeration.idl6
-rw-r--r--udkapi/com/sun/star/container/XIdentifierAccess.idl6
-rw-r--r--udkapi/com/sun/star/container/XIdentifierContainer.idl8
-rw-r--r--udkapi/com/sun/star/container/XIdentifierReplace.idl6
-rw-r--r--udkapi/com/sun/star/container/XIndexAccess.idl6
-rw-r--r--udkapi/com/sun/star/container/XNameAccess.idl6
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl11
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl9
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl9
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl9
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl10
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl13
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl9
-rw-r--r--udkapi/com/sun/star/loader/Java2.idl6
-rw-r--r--udkapi/com/sun/star/loader/XImplementationLoader.idl9
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionManager.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl11
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMember.idl9
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl11
-rw-r--r--udkapi/com/sun/star/script/InvocationInfo.idl6
-rw-r--r--udkapi/com/sun/star/script/XAllListenerAdapterService.idl6
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
<p>These methods have the signature
<code>create...Enumeration</code> and return an interface
that is derived from <type scope="com::sun::star::container">
- XEnumeration</type> Additionally, the method <member scope=
- "com::sun::star::container">XEnumerationAccess::getElementType
- </member> belongs to this concept.</p>
+ XEnumeration</type> Additionally, the method
+ <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
+ belongs to this concept.</p>
*/
const long ENUMERATION = 8;
@@ -134,7 +134,7 @@ constants MethodConcept
<code>remove...ByName()</code>,
<code>has...ByName()</code>, or
<code>get...Names</code>. In addition, the method
- <member>XNameAccess::getElementType()</member>
+ <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
belongs to this concept. </p>
*/
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
- <type scope="com::sun::star::uno::lang">WrappedTargetException</type>.
+ <type scope="com::sun::star::lang">WrappedTargetException</type>.
@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
- <type scope="com::sun::star::uno::lang">WrappedTargetException</type>.
+ <type scope="com::sun::star::lang">WrappedTargetException</type>.
@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 <var>aHierarchicalName</var> 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 <var>aHierarchicalName</var> 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 <type>XVetoableChangeListener</type>.
- @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
- <type scope="com::sun::star::uno::lang">WrappedTargetException</type>.
+ <type scope="com::sun::star::lang">WrappedTargetException</type>.
@see XHierarchicalPropertySet::setHierarchicalPropertyValue
@see XMultiPropertySet::setPropertyValues
@@ -166,16 +166,16 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
<p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
- @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
- <type scope="com::sun::star::uno::lang">WrappedTargetException</type>.
+ <type scope="com::sun::star::lang">WrappedTargetException</type>.
@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
<p>If no default exists, is not known, or is void,
then the return type at the corresponding position in the
- sequence returned is <type>void</type>. </p>
+ sequence returned is <atom>void</atom>. </p>
@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 <type>PropertiesChangeEvent</type> objects
+ contains a sequence of <type>PropertyChangeEvent</type> 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.
<p>If no default exists, is not known or is void,
- then the return type is <type>void</type>.
+ then the return type is <atom>void</atom>.
@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. <type>void</type> means that it is a
+ the type of the elements. <atom>void</atom> 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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <typee scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 <type>WrappedTargetException</type>
+ then wrap these in a <type scope="com::sun::star::lang">WrappedTargetException</type>
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 {
<p> Because a <code>Locale</code> 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 <code>Locale</code>, use
- the <code>XLocalize::getAvailableLocales</code> method to ask for the
+ the <method scope="com::sun::star::resource">XLocale::getAvailableLocales</method> method to ask for the
locales it supports.</p>
<p> <strong>Note:</strong> When you ask for a resource for a
@@ -93,7 +93,7 @@ module com { module sun { module star { module lang {
<p> Each implementation that performs locale-sensitive operations
allows you to get all the available objects of that type. Use the
- <type>XLocalize</type> interface to set the locale. </p>
+ <typed scope="com::sun::star::resource">XLocale</type> interface to set the locale. </p>
*/
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. </p>
@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 @@
<p>Applications should throw instances of this class to indicate
other illegal uses of the <NULL/> object. </p>
- @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
<p>
It is possible to enumerate all implementations that support the
service specified with the argument of the
- <member>XContentEnumerationAccess::createContentEnumeration</member> method.
+ <member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member> method.
The enumerator commonly returns <type>XSingleComponentFactory</type>
interfaces.
</p>
@@ -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 <type>DisposedException</type>
- (which is derived from <type>RuntimeException</type>) when it gets called.</p>
+ (which is derived from <type scope="com::sun::star::uno">RuntimeException</type>)
+ when it gets called.</p>
<p>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 {
<LI>to obtain access to connection point sub-objects with the
<type>XConnectionPoint</type> 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 <type>XConnectionPoint</type>
@@ -162,7 +162,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
this same connection point through
<member>XConnectionPointContainer::findConnectionPoint</member>.
- @see IConnectionPointContainer::FindConnectionPoint
+ @see XConnectionPointContainer::findConnectionPoint
*/
type getConnectionType();
@@ -173,7 +173,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
the <type>XConnectionPointContainer</type> 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 <type scope="com::sun::star::loader">com::sun::star::loader::Java</type>.
<p>This service was introduced for UNO 3 components. The then
-<type scope="com::sun::star::loader">com::sun::star::loader::Java</type> service was intended for
+<type scope="com::sun::star::loader">Java</type> 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
<type>com::sun::star::lang::XSingleComponentFactory</type>
- and the <type>com::sun::star::lang::XServiceInfo</type> interface. The
+ and the <type scope="com::sun::star::lang">XServiceInfo</type> 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
- <type scope="com::sun::star::reflection>TypeDescriptionProvider</type>s
+ <type scope="com::sun::star::reflection">TypeDescriptionProvider</type>s
and may cache type descriptions.<br>
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 <type scope="com::sun::star::lang>IllegalAccessException</type>
+ An <type scope="com::sun::star::lang">IllegalAccessException</type>
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 <type scope="com::sun::star::lang>IllegalAccessException</type>
+ An <type scope="com::sun::star::lang">IllegalAccessException</type>
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 <type>XidlField2</type>s and <type>XIdlMethod</type>s.
+/** Base interface for <type>XIdlField2</type>s and <type>XIdlMethod</type>s.
*/
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.<br>
Two different ways are possible:<br>
<ul>
- <li> use <member>com.sun.star.lang.XMultiServiceFactory::createInstanceWithArguments()</member> to
+ <li> use <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method> to
create an instance of this service where the value of the any parameter must be the sequence with
the two open registries.
- <li> use the initialize function of the <type>XInitialization</type> interface where the value of the
+ <li> use the initialize function of the <type scope="com::sun::star::lang">XInitialization</type> interface where the value of the
any parameter must be the sequence with the two open registries.
</ul>
<br>
@@ -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
- <type>com::sun::star::beans::PropertyAttribute</type>
+ <type scope="com::sun::star::beans">PropertyAttribute</type>
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
- <type>com::sun::star::uno::XInterface</type> has to
+ <type scope="com::sun::star::uno">XInterface</type> has to
be queried for it.
*/
com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType,