summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 08:18:14 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 08:18:14 +0000
commit4f6c644f408b5db0fb4e75d2a980fe2faed9d00c (patch)
tree7f680f5058ddb3e07eab9b855d5ef2e7ff69b011 /registry/inc
parentca60497922e7bf7fd6491459b74e16a71ef7674c (diff)
INTEGRATION: CWS sb22 (1.3.16); FILE MERGED
2004/10/14 10:55:27 sb 1.3.16.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 13:53:48 sb 1.3.16.1: #i33217# Fixed @since tags.
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/types.h18
-rw-r--r--registry/inc/registry/version.h6
-rw-r--r--registry/inc/registry/writer.h20
-rw-r--r--registry/inc/registry/writer.hxx18
4 files changed, 25 insertions, 37 deletions
diff --git a/registry/inc/registry/types.h b/registry/inc/registry/types.h
index 4ef36a748fa5..9059ae2793b2 100644
--- a/registry/inc/registry/types.h
+++ b/registry/inc/registry/types.h
@@ -2,9 +2,9 @@
*
* $RCSfile: types.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 02:43:02 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:17:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,7 +146,7 @@ enum RTTypeClass {
@internal
- @since #i21150#
+ @since UDK 3.2.0
*/
RT_TYPE_PUBLISHED = 0x4000
};
@@ -214,7 +214,7 @@ typedef sal_uInt16 RTFieldAccess;
Only valid for fields that represent members of polymorphic struct type
templates.
- @since #i21150#
+ @since UDK 3.2.0
*/
#define RT_ACCESS_PARAMETERIZED_TYPE 0x4000
@@ -224,7 +224,7 @@ typedef sal_uInt16 RTFieldAccess;
Used in combination with RT_ACCESS_CONST for individual constants (which are
not members of constant groups).
- @since #i21150#
+ @since UDK 3.2.0
*/
#define RT_ACCESS_PUBLISHED 0x8000
@@ -288,7 +288,7 @@ enum RTMethodMode {
Indicates an extended attribute getter (that has a 'raises' clause) of an
interface type.
- @since #i21150#
+ @since UDK 3.2.0
*/
RT_MODE_ATTRIBUTE_GET,
@@ -296,7 +296,7 @@ enum RTMethodMode {
Indicates an extended attribute setter (that has a 'raises' clause) of an
interface type.
- @since #i21150#
+ @since UDK 3.2.0
*/
RT_MODE_ATTRIBUTE_SET
};
@@ -327,7 +327,7 @@ enum RTParamMode {
RT_PARAM_INOUT (however, service constructors currently only allow
RT_PARAM_IN, anyway).
- @since #i21150#
+ @since UDK 3.2.0
*/
RT_PARAM_REST = 4
};
@@ -362,7 +362,7 @@ enum RTReferenceType {
/**
Indicates a type parameter of a polymorphic struct type template.
- @since #i21150#
+ @since UDK 3.2.0
*/
RT_REF_TYPE_PARAMETER
};
diff --git a/registry/inc/registry/version.h b/registry/inc/registry/version.h
index 3ee9361c8bcf..c9d667d0d9e7 100644
--- a/registry/inc/registry/version.h
+++ b/registry/inc/registry/version.h
@@ -2,9 +2,9 @@
*
* $RCSfile: version.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 02:43:18 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:17:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ extern "C" {
@see typereg::Reader
@see typereg::Writer
- @since #i21150#
+ @since UDK 3.2.0
*/
enum typereg_Version {
/**
diff --git a/registry/inc/registry/writer.h b/registry/inc/registry/writer.h
index 88409963f0bb..7748bcda3de1 100644
--- a/registry/inc/registry/writer.h
+++ b/registry/inc/registry/writer.h
@@ -2,9 +2,9 @@
*
* $RCSfile: writer.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 02:43:31 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:18:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ extern "C" {
@return a handle on the type writer; if an out-of-memory condition occurs,
null is returned, and no type writer is created
- @since #i21150#
+ @since UDK 3.2.0
*/
void * SAL_CALL typereg_writer_create(
typereg_Version version, rtl_uString const * documentation,
@@ -118,7 +118,7 @@ void * SAL_CALL typereg_writer_create(
@param handle a handle on a type writer obtained from a call to
<code>typereg_writer_create</code>; must not be null
- @since #i21150#
+ @since UDK 3.2.0
*/
void SAL_CALL typereg_writer_destroy(void * handle) SAL_THROW_EXTERN_C();
@@ -135,7 +135,7 @@ void SAL_CALL typereg_writer_destroy(void * handle) SAL_THROW_EXTERN_C();
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setSuperTypeName(
void * handle, sal_uInt16 index, rtl_uString const * typeName)
@@ -165,7 +165,7 @@ sal_Bool SAL_CALL typereg_writer_setSuperTypeName(
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setFieldData(
void * handle, sal_uInt16 index, rtl_uString const * documentation,
@@ -196,7 +196,7 @@ sal_Bool SAL_CALL typereg_writer_setFieldData(
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setMethodData(
void * handle, sal_uInt16 index, rtl_uString const * documentation,
@@ -225,7 +225,7 @@ sal_Bool SAL_CALL typereg_writer_setMethodData(
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setMethodParameterData(
void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
@@ -248,7 +248,7 @@ sal_Bool SAL_CALL typereg_writer_setMethodParameterData(
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setMethodExceptionTypeName(
void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
@@ -274,7 +274,7 @@ sal_Bool SAL_CALL typereg_writer_setMethodExceptionTypeName(
@return false iff an out-of-memory condition ocurred, in which case the type
writer is not modified
- @since #i21150#
+ @since UDK 3.2.0
*/
sal_Bool SAL_CALL typereg_writer_setReferenceData(
void * handle, sal_uInt16 index, rtl_uString const * documentation,
diff --git a/registry/inc/registry/writer.hxx b/registry/inc/registry/writer.hxx
index 2f8f8ecf37e2..52d32bb6790c 100644
--- a/registry/inc/registry/writer.hxx
+++ b/registry/inc/registry/writer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: writer.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 02:43:44 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:18:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ namespace typereg {
<p>Instances of this class are not multi-thread&ndash;safe.</p>
- @since #i21150#
+ @since UDK 3.2.0
*/
class Writer {
public:
@@ -146,8 +146,6 @@ public:
@param typeName the super type name
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setSuperTypeName(sal_uInt16 index, rtl::OUString const & typeName) {
if (!typereg_writer_setSuperTypeName(m_handle, index, typeName.pData)) {
@@ -175,8 +173,6 @@ public:
@param valueValue the value of the value of the field
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setFieldData(
sal_uInt16 index, rtl::OUString const & documentation,
@@ -210,8 +206,6 @@ public:
@param exceptionCount the number of exceptions of the method
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setMethodData(
sal_uInt16 index, rtl::OUString const & documentation,
@@ -243,8 +237,6 @@ public:
@param typeName the type name of the parameter
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setMethodParameterData(
sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
@@ -271,8 +263,6 @@ public:
@param typeName the exception type name
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setMethodExceptionTypeName(
sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
@@ -302,8 +292,6 @@ public:
@param typeName the type name of the reference
@exception std::bad_alloc is raised if an out-of-memory condition occurs
-
- @since #i21150#
*/
void setReferenceData(
sal_uInt16 index, rtl::OUString const & documentation,