summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-08-05 08:22:48 +0000
committerMichael Hönnig <mi@openoffice.org>2002-08-05 08:22:48 +0000
commit14e801680faed98b3aa0f33b64dd083ef64dab7a (patch)
tree3e1ec74c01c163b0a33b7b6def4e189b77f5fec8
parentbcc3328824e8919d417c8589204c23de191fee64 (diff)
reviews
-rw-r--r--udkapi/com/sun/star/beans/NotRemoveableException.idl21
-rw-r--r--udkapi/com/sun/star/beans/Property.idl46
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl50
-rw-r--r--udkapi/com/sun/star/beans/PropertyBag.idl26
-rw-r--r--udkapi/com/sun/star/beans/PropertyChangeEvent.idl42
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl33
-rw-r--r--udkapi/com/sun/star/beans/PropertyExistException.idl26
-rw-r--r--udkapi/com/sun/star/beans/PropertySetInfoChange.idl23
-rw-r--r--udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl26
-rw-r--r--udkapi/com/sun/star/beans/PropertyState.idl31
-rw-r--r--udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl42
-rw-r--r--udkapi/com/sun/star/beans/PropertyValue.idl35
-rw-r--r--udkapi/com/sun/star/beans/PropertyVetoException.idl24
-rw-r--r--udkapi/com/sun/star/beans/UnknownPropertyException.idl24
-rw-r--r--udkapi/com/sun/star/beans/XExactName.idl40
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl39
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl23
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl24
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl26
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl49
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeListener.idl32
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl25
-rw-r--r--udkapi/com/sun/star/beans/XProperty.idl17
-rw-r--r--udkapi/com/sun/star/beans/XPropertyAccess.idl36
-rw-r--r--udkapi/com/sun/star/beans/XPropertyChangeListener.idl30
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl40
-rw-r--r--udkapi/com/sun/star/beans/XPropertySet.idl43
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfo.idl37
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl29
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl28
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl44
-rw-r--r--udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl31
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl23
-rw-r--r--udkapi/com/sun/star/beans/XVetoableChangeListener.idl28
34 files changed, 104 insertions, 989 deletions
diff --git a/udkapi/com/sun/star/beans/NotRemoveableException.idl b/udkapi/com/sun/star/beans/NotRemoveableException.idl
index aec6a10000ce..e2257ba98448 100644
--- a/udkapi/com/sun/star/beans/NotRemoveableException.idl
+++ b/udkapi/com/sun/star/beans/NotRemoveableException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NotRemoveableException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,6 @@
//=============================================================================
-// DocMerge from xml: exception com::sun::star::beans::NotRemoveableException
/** This exception is thrown to indicate that removing a property from an
<type>XPropertyContainer</type> is not allowed.
*/
@@ -84,20 +83,4 @@ exception NotRemoveableException: com::sun::star::uno::Exception
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.3 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.1 1999/12/20 12:11:17 kso
- #68274# - Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index 4b921e831413..200c5c6d46ce 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Property.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,11 +68,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::beans::Property
/** This structure describes a property.
@@ -84,16 +83,15 @@
*/
struct Property
{
- // DocMerge from xml: field com::sun::star::beans::Property::Name
/** specifies the name of the property.
- <p>The name is unique within an <type>XPropertySet</type>.</p>
+ <p>The name is unique within an <type>XPropertySet</type>.
+ Upper and lower case are distinguished.</p>
*/
string Name;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::Property::Handle
/** contains an implementation-specific handle for the property.
<p>It may be -1 if the implementation has no handle. You can use
@@ -103,7 +101,6 @@ struct Property
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::Property::Type
/** contains an object that identifies the declared type for
the property.
@@ -115,7 +112,6 @@ struct Property
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::Property::Attributes
/** This field may contain zero or more constants of the
<type>PropertyAttribute</type> constants group.
*/
@@ -127,36 +123,4 @@ struct Property
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/01/31 09:45:40 mi
- TYPE_XIDLCLASS is now 'type'
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- 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
-
- Revision 1.6 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.4 2000/02/23 12:43:23 mi
- missing documentations
-
- Revision 1.3 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.2 2000/01/14 11:05:18 jsc
- #71616# Typumstellung
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index cbdf78986017..a1acd8a4d333 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,14 +68,12 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::beans::PropertyAttribute
/** These values are used to specify the behavior of a <type>Property</type>.
*/
constants PropertyAttribute
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::MAYBEVOID
/** indicates that a property value can be void.
<p>It does not mean that the type of the property is void!
@@ -84,7 +82,6 @@ constants PropertyAttribute
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::BOUND
/** indicates that a <type>PropertyChangeEvent</type> will be fired
to all registered <type>XPropertyChangeListener</type>s whenever the
value of this property changes.
@@ -93,7 +90,6 @@ constants PropertyAttribute
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::CONSTRAINED
/** indicates that a <type>PropertyChangeEvent</type> will be fired
to all registered <type>XVetoableChangeListener</type>s whenever the
value of this property changes.
@@ -104,41 +100,36 @@ constants PropertyAttribute
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::TRANSIENT
/** indicates that the value of the property is not persistent.
*/
const short TRANSIENT = 8;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::READONLY
/** indicates that the value of the property is read-only.
*/
const short READONLY = 16;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::MAYBEAMBIGUOUS
/** indicates that the value of the property can be ambiguous.
*/
const short MAYBEAMBIGUOUS = 32;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT
/** indicates that the property can be set to default.
*/
const short MAYBEDEFAULT = 64;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::REMOVEABLE
/** indicates that the property can be removed
(i.e., by calling <member>XPropertyContainer::removeProperty</member>).
*/
const short REMOVEABLE = 128;
- // DocMerge from idl: value com::sun::star::beans::PropertyAttribute::REMOVABLE
+ //-------------------------------------------------------------------------
/** same as <const>PropertyAttribute::REMOVEABLE</const>.
*/
const short REMOVABLE = 128;
@@ -148,39 +139,4 @@ constants PropertyAttribute
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/19 15:32:23 mi
- documentation syntax fixed
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- 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
-
- Revision 1.7 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.5 2000/04/20 13:57:25 mi
- documentation
-
- Revision 1.4 2000/03/09 10:24:39 mi
- #70728# missing documentation
-
- Revision 1.3 2000/02/17 09:30:04 mi
- proofreading in layouted version
-
- Revision 1.2 1999/12/20 12:12:15 kso
- #68274# - Added attribute REMOVEABLE.
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyBag.idl b/udkapi/com/sun/star/beans/PropertyBag.idl
index a30880062c63..b2910d930af6 100644
--- a/udkapi/com/sun/star/beans/PropertyBag.idl
+++ b/udkapi/com/sun/star/beans/PropertyBag.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyBag.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,19 +80,19 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::beans::PropertyBag
/** Implementation of this service can keep any properties and is useful
when an <type>XPropertySet</type> is to be used, for example, as parameters for a method call.
+
+ <p>Scripting engines might not be able to use such objects as normal
+ property sets, giving direct access to the properties. In this case,
+ use the methods like <member>XPropertySet:getPropertyValue</member>.
*/
service PropertyBag
{
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertyContainer;
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertyAccess;
};
@@ -101,18 +101,4 @@ service PropertyBag
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:34:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
index 2b464ed1dd87..828722edb4ab 100644
--- a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyChangeEvent.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,6 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::beans::PropertyChangeEvent
/** gets delivered whenever a "bound" or "constrained" property is changed.
<p>A <type>PropertyChangeEvent</type> object is sent as an
@@ -89,21 +88,18 @@ struct PropertyChangeEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyChangeEvent::PropertyName
/** contains the unique name of the property which changes its value.
*/
string PropertyName;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyChangeEvent::Further
/** contains <true/> if further events in the same transaction occur.
*/
boolean Further;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyChangeEvent::PropertyHandle
/** contains the implementation handle for the property.
<p>May be -1 if the implementation has no handle. You can use
@@ -113,14 +109,12 @@ struct PropertyChangeEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyChangeEvent::OldValue
/** contains the old value of the property.
*/
any OldValue;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyChangeEvent::NewValue
/** contains the new value of the property.
*/
any NewValue;
@@ -131,36 +125,4 @@ struct PropertyChangeEvent: com::sun::star::lang::EventObject
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- 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
-
- Revision 1.7 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.5 2000/02/28 17:56:02 mh
- typical hoennical typo
-
- Revision 1.4 2000/02/23 12:43:23 mi
- missing documentations
-
- Revision 1.3 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.2 2000/01/03 12:03:18 mi
- reference manual
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 6b8d91d0b5c9..bfd7391dc2a1 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,6 @@
//=============================================================================
-// 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.
@@ -79,14 +78,12 @@ constants PropertyConcept
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyConcept::ALL
/** This value is used to query for all methods and properties.
*/
const long ALL = -1;
//-------------------------------------------------------------------------
- // 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, etc.)
@@ -95,7 +92,6 @@ 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>.
@@ -104,14 +100,12 @@ constants PropertyConcept
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertyConcept::ATTRIBUTES
/** 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.
<p>These methods have the signature <code>type get...()</code>,
@@ -125,27 +119,4 @@ constants PropertyConcept
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- 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
-
- Revision 1.4 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 09:30:04 mi
- proofreading in layouted version
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyExistException.idl b/udkapi/com/sun/star/beans/PropertyExistException.idl
index a87f218ede16..e891107a5282 100644
--- a/udkapi/com/sun/star/beans/PropertyExistException.idl
+++ b/udkapi/com/sun/star/beans/PropertyExistException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyExistException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,8 @@
//=============================================================================
-// DocMerge from xml: exception com::sun::star::beans::PropertyExistException
-/** This exception is thrown to indicate that the property already exists
- in the object.
+/** This exception is thrown to indicate that a property with this name already
+ exists in the object.
@see PropertyContainer
*/
@@ -86,21 +85,4 @@ exception PropertyExistException: com::sun::star::uno::Exception
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl b/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
index 0204ab874845..4ab1795f4d57 100644
--- a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
+++ b/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertySetInfoChange.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:21:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,6 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::beans::PropertySetInfoChange
/** specifies reasons for sending <type>PropertySetInfoChangeEvent</type>s.
@see PropertySetInfoChangeEvent
@@ -78,14 +77,12 @@ constants PropertySetInfoChange
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertySetInfoChange::PROPERTY_INSERTED
/** A property was inserted into a <type>XPropertySetInfo</type>.
*/
const long PROPERTY_INSERTED = 0;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::beans::PropertySetInfoChange::PROPERTY_REMOVED
/** A property was removed from a <type>XPropertySetInfo</type>.
*/
const long PROPERTY_REMOVED = 1;
@@ -95,20 +92,4 @@ constants PropertySetInfoChange
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1 2000/02/03 14:17:40 kso
- #68274# - Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
index 1390642f22b5..6f791e1c6133 100644
--- a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertySetInfoChangeEvent.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,11 +68,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::beans::PropertySetInfoChangeEvent
/** gets delivered whenever an <type>XPropertySetInfo</type> is
changed.
@@ -83,14 +82,12 @@ struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertySetInfoChangeEvent::Name
/** contains the name of the property.
*/
string Name;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertySetInfoChangeEvent::Handle
/** contains the implementation handle for the property.
<p>May be -1 if the implementation has no handle.</p>
@@ -99,7 +96,6 @@ struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertySetInfoChangeEvent::Reason
/** contains the reason for the event.
@see PropertySetInfoChange
@@ -111,20 +107,4 @@ struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1 2000/02/03 14:17:40 kso
- #68274# - Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl
index 2cd4778adfb5..127fb79be65b 100644
--- a/udkapi/com/sun/star/beans/PropertyState.idl
+++ b/udkapi/com/sun/star/beans/PropertyState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyState.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: enum com::sun::star::beans::PropertyState
/** This enumeration lists the states that a property value can have.
<p>The state consists of two aspects: </p>
@@ -85,7 +84,6 @@ enum PropertyState
{
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::beans::PropertyState::DIRECT_VALUE
/** The value of the property is stored in the PropertySet itself.
<p>The property value must be available and of the specified type.
@@ -97,7 +95,6 @@ enum PropertyState
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::beans::PropertyState::DEFAULT_VALUE
/** The value of the property is available from a master (e.g., template).
<p>The <member>PropertyAttribute</member> field in the struct
@@ -112,7 +109,6 @@ enum PropertyState
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::beans::PropertyState::AMBIGUOUS_VALUE
/** The value of the property is only a recommendation because there
are multiple values for this property (e.g., from a multi selection).
@@ -132,27 +128,4 @@ enum PropertyState
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/20 16:21:50 mi
- @see interface/struct/... ident -> @see ident - for new documentation generator
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
index ee067389526c..35cee317f848 100644
--- a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyStateChangeEvent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,8 +76,7 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::beans::PropertyStateChangeEvent
-/** gets delivered whenever the state of a "bound" property is changed.
+/** is delivered whenever the state of a "bound" property is changed.
<p>It is sent as an argument to the method of
<type>XPropertyStateChangeListener</type>. </p>
@@ -92,17 +91,15 @@ struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyStateChangeEvent::PropertyName
/** specifies the name of the property which changes its value.
<p>This name identifies the property uniquely within an
- <type>XPropertySet</type>.</p>
+ <type>XPropertySet</type>. Upper and lower case are distinguished.</p>
*/
string PropertyName;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyStateChangeEvent::PropertyHandle
/** contains the implementation handle for the property.
<p>It may be -1 if the implementation has no handle. You can use this
@@ -113,14 +110,12 @@ struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyStateChangeEvent::OldValue
/** contains the old value of the property.
*/
com::sun::star::beans::PropertyState OldValue;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyStateChangeEvent::NewValue
/** contains the new value of the property.
*/
com::sun::star::beans::PropertyState NewValue;
@@ -131,33 +126,4 @@ struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/09 10:15:44 mi
- #70728# missing documentation
-
- Revision 1.2 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyValue.idl b/udkapi/com/sun/star/beans/PropertyValue.idl
index 33bd3e72e8d1..47bc2e87657a 100644
--- a/udkapi/com/sun/star/beans/PropertyValue.idl
+++ b/udkapi/com/sun/star/beans/PropertyValue.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyValue.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,21 +76,19 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::beans::PropertyValue
/** specifies a property value.
*/
struct PropertyValue
{
- // DocMerge from xml: field com::sun::star::beans::PropertyValue::Name
/** specifies the name of the property.
- <p>The name is unique within a sequence of <type>PropertyValue</type>s.</p>
+ <p>The name is unique within a sequence of <type>PropertyValue</type>s.
+ Upper and lower case are distinguished.</p>
*/
string Name;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyValue::Handle
/** contains an implementation-specific handle for the property.
<p>It may be -1 if the implementation has no handle. If available
@@ -100,7 +98,6 @@ struct PropertyValue
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyValue::Value
/** contains the value of the property or <void/>,
if no value is available.
*/
@@ -108,7 +105,6 @@ struct PropertyValue
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::beans::PropertyValue::State
/** determines if the value comes from the object itself or from
a default and if the value cannot be determined exactly.
*/
@@ -120,27 +116,4 @@ struct PropertyValue
}; }; }; };
-/*=============================================================================
-
- $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:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.2 2000/01/28 09:26:43 mi
- #72424# PropertyValue now independent from Property
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/PropertyVetoException.idl b/udkapi/com/sun/star/beans/PropertyVetoException.idl
index 920d443cc00b..e3a4d82e76f9 100644
--- a/udkapi/com/sun/star/beans/PropertyVetoException.idl
+++ b/udkapi/com/sun/star/beans/PropertyVetoException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyVetoException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,11 +68,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: exception com::sun::star::beans::PropertyVetoException
/** This exception is thrown when a proposed change to a
property represents an unacceptable value.
@@ -86,21 +85,4 @@ exception PropertyVetoException: com::sun::star::uno::Exception
}; }; }; };
-/*=============================================================================
-
- $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:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/UnknownPropertyException.idl b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
index 0581ec872668..138431de5a6c 100644
--- a/udkapi/com/sun/star/beans/UnknownPropertyException.idl
+++ b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnknownPropertyException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,7 @@
//=============================================================================
-// DocMerge from xml: exception com::sun::star::beans::UnknownPropertyException
-/** This exception is thrown to indicate that the property is unknown to
+/** This exception is thrown to indicate that the property name is unknown to
the implementation.
@see XPropertySet
@@ -86,21 +85,4 @@ exception UnknownPropertyException: com::sun::star::uno::Exception
}; }; }; };
-/*=============================================================================
-
- $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:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl
index 76711f7d5c55..c6f14921f35e 100644
--- a/udkapi/com/sun/star/beans/XExactName.idl
+++ b/udkapi/com/sun/star/beans/XExactName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XExactName.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,11 +68,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XExactName
/** provides a method of changing names for converting
an approximate name to an existing name.
@@ -91,7 +90,6 @@ interface XExactName: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XExactName::getExactName
/** @returns
the exact name for a given aprroximate name.
@@ -106,36 +104,4 @@ interface XExactName: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:53 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.4 2000/02/23 12:43:23 mi
- missing documentations
-
- Revision 1.3 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.2 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index f5f66cc45626..341e03725aab 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFastPropertySet.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XFastPropertySet
/** provides a fast way of accessing and changing property values.
<p>This interface is an extension to the <type>XPropertySet</type>
@@ -99,7 +98,6 @@ interface XFastPropertySet: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XFastPropertySet::setFastPropertyValue
/** sets the value to the property with the specified name.
@param nHandle
@@ -135,7 +133,6 @@ interface XFastPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XFastPropertySet::getFastPropertyValue
/** @returns
the value of the property with the name PropertyName.
@@ -160,36 +157,4 @@ interface XFastPropertySet: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:53 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index f0bfe639fab2..376f834a9072 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -206,21 +206,4 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1 2000/10/19 08:32:35 jb
- Added HierarchicalPropertySet Interfaces
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
index d6f0dd9f9f40..77e6a59ca5e9 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:19 $
*
* 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 beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -135,22 +135,4 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1 2000/10/19 08:32:42 jb
- Added HierarchicalPropertySet Interfaces
-
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 934d83bb8348..7534067eb895 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:21 $
*
* 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 beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -192,24 +192,4 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.6 2000/12/19 16:15:24 mi
- documentation syntax fixed
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1 2000/10/19 08:32:51 jb
- Added HierarchicalPropertySet Interfaces
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index eae651ceecc8..ffc8782b7300 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiPropertySet.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,14 +92,12 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XMultiPropertySet
/** provides access to multiple properties with a single call.
*/
interface XMultiPropertySet: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XMultiPropertySet::getPropertySetInfo
/** @returns
the <type>XPropertySetInfo</type> interface, which describes
all properties of the object to which this interface belongs.
@@ -112,7 +110,6 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XMultiPropertySet::setPropertyValues
/** sets the values to the properties with the specified names.
<p>The values of the properties must change before the bound
@@ -144,7 +141,6 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XMultiPropertySet::getPropertyValues
/** @returns
a sequence of all values of the properties which are specified by their names.
@@ -159,7 +155,6 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XMultiPropertySet::addPropertiesChangeListener
/** adds an <type>XPropertiesChangeListener</type> to the
specified property with the specified names.
@@ -179,7 +174,6 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XMultiPropertySet::removePropertiesChangeListener
/** removes an <type>XPropertiesChangeListener</type> from the listener list.
<p>It is a "noop" if the listener is not registered. </p>
@@ -193,7 +187,6 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XMultiPropertySet::firePropertiesChangeEvent
/** fires a sequence of <type>PropertyChangeEvent</type>s to the specified
listener.
@@ -212,42 +205,4 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.8 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.7 2000/12/19 16:15:24 mi
- documentation syntax fixed
-
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.4 2000/02/23 12:43:24 mi
- missing documentations
-
- Revision 1.3 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.2 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index d0eac754f6ef..be2e677fd234 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,14 +76,12 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertiesChangeListener
/** receives events which get fired whenever a bound property is changed.
*/
interface XPropertiesChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertiesChangeListener::propertiesChange
/** gets called when bound properties are changed.
@param aEvent
@@ -99,30 +97,4 @@ interface XPropertiesChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.5 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
index 9a4908f6690f..b667edac6b70 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertiesChangeNotifier.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,18 +71,16 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertiesChangeNotifier
/** specifies a notifier for changed property values@see XPropertiesChangeListener
*/
interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertiesChangeNotifier::addPropertiesChangeListener
/** adds an <type>XPropertiesChangeListener</type> to the
specified properties with the specified names.
*/
@@ -92,7 +90,6 @@ interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertiesChangeNotifier::removePropertiesChangeListener
/** removes an <type>XPropertiesChangeListener</type> from the
listener list.
*/
@@ -105,20 +102,4 @@ interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $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:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.1 2000/03/24 08:48:18 kso
- Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XProperty.idl b/udkapi/com/sun/star/beans/XProperty.idl
index 8ad3cef30de1..5b68307b934f 100644
--- a/udkapi/com/sun/star/beans/XProperty.idl
+++ b/udkapi/com/sun/star/beans/XProperty.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XProperty.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -100,15 +100,4 @@ interface XProperty: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1 2000/10/19 08:33:45 jb
- Added Interfaces for property objects
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyAccess.idl b/udkapi/com/sun/star/beans/XPropertyAccess.idl
index 2013c72e549b..22c8194b8c4a 100644
--- a/udkapi/com/sun/star/beans/XPropertyAccess.idl
+++ b/udkapi/com/sun/star/beans/XPropertyAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyAccess.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertyAccess
/** makes it possible to access all property values and to set them at once.
<p>In most cases this interface will be in addition to
@@ -108,7 +107,6 @@ interface XPropertyAccess: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertyAccess::getPropertyValues
/** @returns
a sequence of all property values within the object in a single call.
*/
@@ -116,7 +114,6 @@ interface XPropertyAccess: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyAccess::setPropertyValues
/** sets the values of given properties.
<p>All properties which are not contained in the sequence
@@ -134,33 +131,4 @@ interface XPropertyAccess: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 12:43:24 mi
- missing documentations
-
- Revision 1.2 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
index 8363d0662d7c..93c690931a01 100644
--- a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyChangeListener.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,11 +72,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertyChangeListener
/** is used to receive <type>PropertyChangeEvent</type>s
whenever a bound property is changed.
*/
@@ -84,8 +83,7 @@ interface XPropertyChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyChangeListener::propertyChange
- /** gets called when a bound property is changed.
+ /** is called when a bound property is changed.
*/
void propertyChange( [in] com::sun::star::beans::PropertyChangeEvent evt );
@@ -95,24 +93,4 @@ interface XPropertyChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $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:56 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index c47607882b85..31c1a6756367 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,14 +95,16 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertyContainer
/** 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</type>
+ etc. in this case. </p>
*/
interface XPropertyContainer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyContainer::addProperty
/** adds a property to the object.
@param aName
@@ -128,7 +130,6 @@ interface XPropertyContainer: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyContainer::removeProperty
/** removes a property from the object.
@param aName
@@ -146,33 +147,4 @@ interface XPropertyContainer: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.3 1999/12/20 12:12:53 kso
- #68274# - removeProperty(...) now raises NotRemoveableException.
-
- Revision 1.2 1999/12/01 09:29:57 kso
- #68274# - Interface cleanup.
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl
index 3548fe4aed2c..9c8d102134a7 100644
--- a/udkapi/com/sun/star/beans/XPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySet.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,11 +96,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertySet
/** provides information about and access to the
properties from an implementation.
@@ -125,7 +124,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertySet::getPropertySetInfo
/** @returns
the <type>XPropertySetInfo</type> interface, which
describes all properties of the object which supplies this
@@ -140,7 +138,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySet::setPropertyValue
/** sets the value of the property with the specified name.
<p>If it is a bound property the value will be changed before
@@ -162,7 +159,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertySet::getPropertyValue
/** @returns
the value of the property with the specified name.
@@ -183,7 +179,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySet::addPropertyChangeListener
/** adds an <type>XPropertyChangeListener</type> to the specified property.
<p>An empty name ("") registers the listener to all bound
@@ -199,7 +194,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySet::removePropertyChangeListener
/** removes an <type>XPropertyChangeListener</type> from
the listener list.
@@ -214,7 +208,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySet::addVetoableChangeListener
/** adds an <type>XVetoableChangeListener</type> to the specified
property with the name PropertyName.
@@ -231,7 +224,6 @@ interface XPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySet::removeVetoableChangeListener
/** removes an <type>XVetoableChangeListener</type> from the
listener list.
@@ -250,33 +242,4 @@ interface XPropertySet: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2001/06/11 14:44:47 mi
- setPropertyValue thrws VetoException when read-only
-
- Revision 1.6 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:53 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index 5e8b416c4133..f8659d2417b0 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySetInfo.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertySetInfo
/** specifies a set of properties.
<p>There are three kinds of properties:
@@ -97,7 +96,6 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertySetInfo::getProperties
/** @returns
a sequence with all property descriptors which are specified
within this <type>XPropertySetInfo</type>.
@@ -106,7 +104,6 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertySetInfo::getPropertyByName
/** @returns
the property with the specified name from the object.
@@ -121,7 +118,6 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertySetInfo::hasPropertyByName
/** @returns
<TRUE/> if a property with the specified name exist;
otherwise <FALSE/> is returned.
@@ -137,33 +133,4 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 12:43:24 mi
- missing documentations
-
- Revision 1.2 2000/02/07 11:24:19 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
index 63c3e477b64f..abe3b57c5c1a 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySetInfoChangeListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,11 +71,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertySetInfoChangeListener
/** a listener for events related to <type>XPropertySetInfo</type>s.
@see PropertySetInfoChangeEvent
@@ -85,8 +84,7 @@ interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySetInfoChangeListener::propertySetInfoChange
- /** gets called whenever changes of a <type>XPropertySetInfo</type> shall
+ /** is called whenever changes of a <type>XPropertySetInfo</type> shall
be propagated.
*/
void propertySetInfoChange( [in] PropertySetInfoChangeEvent evt );
@@ -96,23 +94,4 @@ interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/19 16:15:24 mi
- documentation syntax fixed
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.1 2000/02/03 14:17:40 kso
- #68274# - Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
index a87d04bd829e..17ab28bb2038 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySetInfoChangeNotifier.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,11 +70,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertySetInfoChangeNotifier
/** a notifier for changes of <type>XPropertySetInfo</type>s.
@see PropertySetInfoChangeEvent
@@ -84,7 +83,6 @@ interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySetInfoChangeNotifier::addPropertySetInfoChangeListener
/** registers a listener for <type>PropertySetInfoChangeEvent</type>s.
*/
void addPropertySetInfoChangeListener(
@@ -92,7 +90,6 @@ interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertySetInfoChangeNotifier::removePropertySetInfoChangeListener
/** removes a listener for <type>PropertySetInfoChangeEvent</type>s.
*/
void removePropertySetInfoChangeListener(
@@ -103,23 +100,4 @@ interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/19 16:15:24 mi
- documentation syntax fixed
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.1 2000/02/03 14:17:40 kso
- #68274# - Initial revision.
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index d1939e3bd375..ef0a84bdd736 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertyState
/** makes it possible to query information about the state of
one or more properties.
@@ -104,7 +103,6 @@ interface XPropertyState: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertyState::getPropertyState
/** @returns
the state of the property.
@@ -119,7 +117,6 @@ interface XPropertyState: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertyState::getPropertyStates
/** @returns
a sequence of the states of the properties which are specified
by their names.
@@ -139,7 +136,6 @@ interface XPropertyState: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyState::setPropertyToDefault
/** Sets the property to default value.
<p>The value depends on the implementation of this interface.
@@ -159,7 +155,6 @@ interface XPropertyState: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::beans::XPropertyState::getPropertyDefault
/** @returns
the default value of the property with the name PropertyName.
@@ -186,39 +181,4 @@ interface XPropertyState: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.6 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:53 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 12:43:24 mi
- missing documentations
-
- Revision 1.2 2000/01/24 12:42:57 mi
- #69861# no status change listeners anymore
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
index ff58dc115b9c..cf01ab0b6370 100644
--- a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyStateChangeListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@ module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XPropertyStateChangeListener
/** receives events which get fired whenever the state of a bound
property is changed.
*/
@@ -84,8 +83,7 @@ interface XPropertyStateChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XPropertyStateChangeListener::propertyStateChange
- /** gets called when a bound property's state is changed.
+ /** is called when a bound property's state is changed.
@param aEvent
describes the event source and the property that has changed.
@@ -98,27 +96,4 @@ interface XPropertyStateChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/15 16:22:48 mi
- lost documentation from src536 inserted
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 09:30:05 mi
- proofreading in layouted version
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index a18235c70567..6ee619de528f 100644
--- a/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyWithState.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -148,21 +148,4 @@ interface XPropertyWithState: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1 2000/10/19 08:33:52 jb
- Added Interfaces for property objects
-
-
-=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
index c904d7c1d1ff..2bd7d8164f49 100644
--- a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XVetoableChangeListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2002-08-05 09:22:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,11 +76,10 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::beans::XVetoableChangeListener
/** is used to receive <type>PropertyChangeEvent</type>s
whenever a "constrained" property is changed.
@@ -91,7 +90,6 @@ interface XVetoableChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::XVetoableChangeListener::vetoableChange
/** gets called when a constrained property is changed.
*/
void vetoableChange( [in] com::sun::star::beans::PropertyChangeEvent aEvent )
@@ -103,24 +101,4 @@ interface XVetoableChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:12 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif