summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/NamedValue.idl9
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl15
-rw-r--r--udkapi/com/sun/star/beans/StringPair.idl9
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl6
-rw-r--r--udkapi/com/sun/star/beans/makefile.mk7
5 files changed, 22 insertions, 24 deletions
diff --git a/udkapi/com/sun/star/beans/NamedValue.idl b/udkapi/com/sun/star/beans/NamedValue.idl
index b4e59a140159..25c5907a3d31 100644
--- a/udkapi/com/sun/star/beans/NamedValue.idl
+++ b/udkapi/com/sun/star/beans/NamedValue.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NamedValue.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:05 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,5 +88,10 @@ struct NamedValue
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.1 2001/09/14 09:35:41 fs
+ initial checkin - definition of a named value
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index 3ff579279680..9f381d8b1ddb 100644
--- a/udkapi/com/sun/star/beans/PropertyAttribute.idl
+++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyAttribute.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kso $ $Date: 2002-11-11 08:17:56 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,17 +133,6 @@ constants PropertyAttribute
/** same as <const>PropertyAttribute::REMOVEABLE</const>.
*/
const short REMOVABLE = 128;
-
- /** indicates that a property is optional.
-
- <p>This attribute is not of interest for concrete property
- implementations. It's needed for property specifications inside
- service specifications in UNOIDL.
-
- @see com::sun::star::reflection::PropertyDescription
- @see com::sun::star::reflection::XServiceTypeDescription
- */
- const short OPTIONAL = 256;
};
//=============================================================================
diff --git a/udkapi/com/sun/star/beans/StringPair.idl b/udkapi/com/sun/star/beans/StringPair.idl
index 676beb422642..5050a3aa956a 100644
--- a/udkapi/com/sun/star/beans/StringPair.idl
+++ b/udkapi/com/sun/star/beans/StringPair.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: StringPair.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:30:11 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,5 +88,10 @@ struct StringPair
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.1 2001/09/14 09:38:25 fs
+ initial checkin - definition of a string pair
+
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 5e5e62c37868..f2a2ee919491 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyContainer.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 08:05:30 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ module com { module sun { module star { module beans {
/** makes it possible to add and remove properties to or from an object.
<p>Some scripting engines cannot access properties directly when the
- property set is changed. Please use <member>XPropertySet::getPropertyValue</member>
+ property set is changed. Please use <member>XPropertySet::getPropertyValue</type>
etc. in this case. </p>
*/
interface XPropertyContainer: com::sun::star::uno::XInterface
diff --git a/udkapi/com/sun/star/beans/makefile.mk b/udkapi/com/sun/star/beans/makefile.mk
index a5494330a6f8..4f040c08c6f4 100644
--- a/udkapi/com/sun/star/beans/makefile.mk
+++ b/udkapi/com/sun/star/beans/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: mi $ $Date: 2002-09-02 11:22:46 $
+# last change: $Author: mi $ $Date: 2003-01-21 13:16:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,12 +81,11 @@ IDLFILES=\
NotRemoveableException.idl\
Property.idl\
PropertyAttribute.idl\
- PropertySet.idl\
- PropertySetInfo.idl\
PropertyBag.idl\
PropertyChangeEvent.idl\
PropertyConcept.idl\
PropertyExistException.idl\
+ PropertySet.idl \
PropertySetInfoChange.idl\
PropertySetInfoChangeEvent.idl\
PropertyState.idl\