summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/PropertyConcept.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
commit9e4cadbdd8c5c7ceb8563ce2966af193fe1e172f (patch)
tree1d630ebced6bff4c203877150a87bb5bca693a23 /udkapi/com/sun/star/beans/PropertyConcept.idl
parentb08282d705433b98a1657169d9596e9b0af0f244 (diff)
documentation syntax fixed and some minor semantic documentation fixes
Diffstat (limited to 'udkapi/com/sun/star/beans/PropertyConcept.idl')
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl31
1 files changed, 16 insertions, 15 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 0dc3a730810d..e736e6ad7e1f 100644
--- a/udkapi/com/sun/star/beans/PropertyConcept.idl
+++ b/udkapi/com/sun/star/beans/PropertyConcept.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyConcept.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,10 +70,10 @@
// DocMerge from idl: constants com::sun::star::beans::PropertyConcept
/** These constants are used to specify concepts of the introspection
- which apply to properties and to the methods which represent attributes.
+ which apply to properties and to the methods which represent attributes.
- <p>This list is not necessarily complete; new constants may be added
- (by the author).
+ <p>This list is not necessarily complete; new constants may be added
+ (by the author). </p>
*/
constants PropertyConcept
{
@@ -88,8 +88,8 @@ constants PropertyConcept
// DocMerge from idl: value com::sun::star::beans::PropertyConcept::DANGEROUS
/** specifies that the change or retrieval of this
- property directly by the user can result in an unstable
- state (deadlock, application crash, security hole ... ).
+ property directly by the user can result in an unstable
+ state (deadlock, application crash, security hole ... ).
*/
const long DANGEROUS = 1;
@@ -97,27 +97,25 @@ constants PropertyConcept
// DocMerge from idl: value com::sun::star::beans::PropertyConcept::PROPERTYSET
/** specifies all properties which are reachable by
- <type>XPropertySet</type>, <type>XFastPropertySet</type> or
- <type>XMultiPropertySet</type>.
+ <type>XPropertySet</type>, <type>XFastPropertySet</type> or
+ <type>XMultiPropertySet</type>.
*/
const long PROPERTYSET = 2;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::beans::PropertyConcept::ATTRIBUTES
- /** specifies all properties which are actually attributes
- of interfaces.
+ /** specifies all properties which are actually attributes of interfaces.
*/
const long ATTRIBUTES = 4;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::beans::PropertyConcept::METHODS
- /** specifies all properties which are represented by
- getter or setter methods.
+ /** specifies all properties which are represented by getter or setter methods.
- <p>These methods have the signature <code>type get...()</code>,
- <code>void set...()</code> or <code>boolean is...()</code>.
+ <p>These methods have the signature <code>type get...()</code>,
+ <code>void set...()</code> or <code>boolean is...()</code>. </p>
*/
const long METHODS = 8;
@@ -130,6 +128,9 @@ constants PropertyConcept
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:55 hjs
initial import