summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
commit3b74e8ab836938e9233863de4e2aafcca701177d (patch)
treebe6cbe26847149c9deb4343178c44fdb2d1a825b /udkapi/com/sun/star
parent1751b13edf5819a8c4b66e97302b2b1de5ea66d5 (diff)
syntax errors in documentation fixed
Diffstat (limited to 'udkapi/com/sun/star')
-rw-r--r--udkapi/com/sun/star/container/XElementAccess.idl11
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClass.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMethod.idl9
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl9
-rw-r--r--udkapi/com/sun/star/registry/XRegistryKey.idl6
-rw-r--r--udkapi/com/sun/star/script/XLibraryAccess.idl11
7 files changed, 41 insertions, 23 deletions
diff --git a/udkapi/com/sun/star/container/XElementAccess.idl b/udkapi/com/sun/star/container/XElementAccess.idl
index 3373ba6dd..b05906b90 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,8 +96,8 @@ interface XElementAccess: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::container::XElementAccess::hasElements
/** @returns
- <TRUE> if the object contain elements,
- otherwise <FALSE>.
+ <TRUE/> if the object contain elements,
+ otherwise <FALSE/>.
*/
[const] boolean hasElements();
@@ -110,6 +110,9 @@ interface XElementAccess: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:45 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
Revision 1.4 2000/11/08 12:28:31 mi
moved from api
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index 4d1406d47..b3004dbe3 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:00 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
<NULL/> in a case where an object is required.
<p>Applications should throw instances of this class to indicate
- other illegal uses of the <null/> object. </p>
+ other illegal uses of the <NULL/> object. </p>
@see XIdlReflection::forName()
*/
@@ -92,6 +92,9 @@ exception NullPointerException: com::sun::star::uno::Exception
/*=============================================================================
$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/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl
index de1a3e355..3dc77a3ef 100644
--- a/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlClass.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,7 @@ interface XIdlClass: com::sun::star::uno::XInterface
/** If this class represents an array or sequence type, this method
returns the <type>XIdlClass</type> object representing the
component type of the array or sequence; otherwise it returns
- <null></null>.
+ <NULL/>.
*/
XIdlClass getComponentType();
@@ -298,6 +298,9 @@ interface XIdlClass: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl
index 2193d96a2..e1f1c8e95 100644
--- a/udkapi/com/sun/star/reflection/XIdlMethod.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMethod.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlMethod.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,7 +201,7 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
.
If the underlying method return type is void, the invocation
- returns <void></void>.
+ returns <void/>.
</p>
*/
@@ -219,6 +219,9 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index 9b2f6ba55..bcef6a61d 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DefaultRegistry.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@
</dd>
<dt> <b>isValid</b>
</dt>
- <dd> checks if the local registry is valid. If the interface is not <null></null>
+ <dd> checks if the local registry is valid. If the interface is not <NULL/>
the local registry should always be valid.
</dd>
<dt> <b>isReadOnly</b> </dt>
@@ -194,6 +194,9 @@ service DefaultRegistry
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:50 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl
index 507d7655e..bc88de587 100644
--- a/udkapi/com/sun/star/registry/XRegistryKey.idl
+++ b/udkapi/com/sun/star/registry/XRegistryKey.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRegistryKey.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -429,7 +429,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
/** creates a new link in the registry.
@returns
- <TRUE> if the link was created. If the link already
+ <TRUE/> if the link was created. If the link already
exists or the link target does not exist, the
function returns <FALSE/>.
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl
index e3a0aaee3..4b38901cf 100644
--- a/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLibraryAccess.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:49:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,8 +88,8 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::script::XLibraryAccess::isFunction
/** @returns
- <TRUE>, if the function is accessible through this library;
- otherwise it returns <FALSE>.
+ <TRUE/>, if the function is accessible through this library;
+ otherwise it returns <FALSE/>.
@param aFunctionName
the full qualified name of a funtion.
@@ -167,6 +167,9 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:36 hjs
initial import