summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 13:06:25 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 13:06:25 +0000
commitef5eabf336877d1aeb04fccb6b3a9fe88b1ba1c8 (patch)
tree3f3d95451a2a6af7ae1c5f3a368585e10c19a343 /udkapi
parentd1cc7bd84d714f7fafd0bb97de79e28f113ad851 (diff)
proofing by Richard Holt
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/IllegalTypeException.idl9
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl15
-rw-r--r--udkapi/com/sun/star/beans/Property.idl19
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl11
-rw-r--r--udkapi/com/sun/star/beans/PropertyChangeEvent.idl9
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl9
-rw-r--r--udkapi/com/sun/star/beans/PropertyState.idl13
-rw-r--r--udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl9
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl13
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl9
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl9
-rw-r--r--udkapi/com/sun/star/beans/XIntroTest.idl6
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl9
-rw-r--r--udkapi/com/sun/star/beans/XIntrospectionAccess.idl9
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl9
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl19
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertyStates.idl15
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeListener.idl9
-rw-r--r--udkapi/com/sun/star/beans/XPropertySet.idl13
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl11
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl9
21 files changed, 145 insertions, 89 deletions
diff --git a/udkapi/com/sun/star/beans/IllegalTypeException.idl b/udkapi/com/sun/star/beans/IllegalTypeException.idl
index 17512f163..3b40fdab0 100644
--- a/udkapi/com/sun/star/beans/IllegalTypeException.idl
+++ b/udkapi/com/sun/star/beans/IllegalTypeException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IllegalTypeException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** This exception is thrown to indicate the use of a type which is
not appropriate.
- <p>This problem can occur, if you use <atom>any</atom>. </p>
+ <p>This problem can occur, if you use an <atom>any</atom>. </p>
@see PropertyContainer
*/
@@ -91,6 +91,9 @@ exception IllegalTypeException: com::sun::star::uno::Exception
/*=============================================================================
$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
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index 19a0ce742..7c3fbd458 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MethodConcept.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 15:32:23 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ constants MethodConcept
// DocMerge from idl: value com::sun::star::beans::MethodConcept::DANGEROUS
/** specifies methods which can result in an unstable state
- (i.e. deadlock, application crash, security hole ... ) when called
+ (i.e., deadlock, application crash, security hole, etc.) when called
directly by the user.
*/
const long DANGEROUS = 1;
@@ -120,7 +120,7 @@ constants MethodConcept
/** specifies methods of the <em>enumeration concept</em>.
<p>These methods have the signature <code>create...Enumeration</code>
- and return an interface that was derived from
+ and return an interface that was derived from
<type scope="com::sun::star::container">XEnumeration</type>.
Additionally, the method
<member scope="com::sun::star::container">XEnumerationAccess::getElementType</member>
@@ -135,7 +135,7 @@ constants MethodConcept
<p>These methods have the signature <code>get...ByName()</code>,
<code>set...ByName()</code>, <code>replace...ByName()</code>,
- <code>remove...ByName()</code>, <code>has...ByName()</code> or
+ <code>remove...ByName()</code>, <code>has...ByName()</code>, or
<code>get...Names</code>. In addition, the method
<member>XNameAccess::getElementType()</member> belongs to this
concept. </p>
@@ -148,7 +148,7 @@ constants MethodConcept
/** specifies methods of the <em>index container concept</em>.
<p>These methods have the signature <code>get...ByIndex()</code>,
- <code>insert...ByIndex()</code>, <code>replace...ByIndex()</code> or
+ <code>insert...ByIndex()</code>, <code>replace...ByIndex()</code>, or
<code>remove...ByIndex()</code>. The method
<member scope="com::sun::star::container">XIndexAccess::getCount()</member>
also belongs to this concept. </p>
@@ -164,6 +164,9 @@ constants MethodConcept
/*=============================================================================
$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
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index af61505f7..7c1eac107 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,11 +75,11 @@
// DocMerge from xml: struct com::sun::star::beans::Property
/** This structure describes a property.
- <p>There are three types of properties: </p>
- <dl>
- <dt>bound properties</dt>
- <dt>constrained properties</dt>
- <dt>free properties</dt>
+
+ <dl>There are three types of properties:
+ <dt>- bound properties</dt>
+ <dt>- constrained properties</dt>
+ <dt>- free properties</dt>
</dl>
*/
struct Property
@@ -108,7 +108,7 @@ struct Property
the property.
<p>If the property has multiple types or the type is not
- known, <strong>but not <atom>any</atom></strong>, then
+ known, <strong>but not an <atom>any</atom></strong>, then
<const>void</const> must be returned.</p>
*/
type Type;
@@ -130,6 +130,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index dc678b20b..1885e1c5a 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 15:32:23 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::beans::PropertyAttribute
-/** These values are used to specify the behaviour of a <type>Property</type>.
+/** These values are used to specify the behavior of a <type>Property</type>.
*/
constants PropertyAttribute
{
@@ -134,7 +134,7 @@ constants PropertyAttribute
// 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>).
+ (i.e., by calling <member>XPropertyContainer::removeProperty</member>).
*/
const short REMOVEABLE = 128;
@@ -151,6 +151,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
index 5510a4ade..30ab031d5 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@
<p>Normally such events contain the name and the old and new
value of the changed property. </p>
- <p>Void values may be provided for the old and the new values if their
+ <p>Void values may be provided for the old and new values if their
true values are not known. </p>
*/
struct PropertyChangeEvent: com::sun::star::lang::EventObject
@@ -134,6 +134,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 2afb42560..fd2ea115d 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ 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 ... ).
+ state (deadlock, application crash, security hole, etc.)
*/
const long DANGEROUS = 1;
@@ -128,6 +128,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl
index d8d8c7aab..e600670d4 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-20 16:21:50 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* 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 {
<ol>
<li>whether a value is available or void, </li>
<li>whether the value is stored in the property set itself or is a
- default or ambiguous. </li>
+ default, or ambiguous. </li>
</ol>
@see XPropertyState
@@ -98,7 +98,7 @@ 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).
+ /** The value of the property is available from a master (e.g., template).
<p>The <member>PropertyAttribute</member> field in the struct
<type>Property</type> must contain the
@@ -114,7 +114,7 @@ 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).
+ are multiple values for this property (e.g., from a multi selection).
<p>The <member>PropertyAttribute</member> field in the struct
<type>Property</type> must contain the
@@ -135,6 +135,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
index 94182158e..648c52acc 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ module com { module sun { module star { module beans {
<p>It is sent as an argument to the method of
<type>XPropertyStateChangeListener</type>. </p>
- <p>Normally these events are accompanied by the name and the old
+ <p>Normally these events are accompanied by the name, and the old
and new values of the changed property. </p>
<p>Void values may be provided for the old and new values if their
@@ -134,6 +134,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index 500e9bcad..915eb1516 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,11 +103,11 @@ interface XFastPropertySet: com::sun::star::uno::XInterface
/** sets the value to the property with the specified name.
@param nHandle
- constains the implementation handle of the
+ contains the implementation handle of the
implementation for the property.
@param aValue
- constains the new value of the property.
+ contains the new value of the property.
@throws UnknownPropertyException
if the property does not exist.
@@ -140,7 +140,7 @@ interface XFastPropertySet: com::sun::star::uno::XInterface
the value of the property with the name PropertyName.
@param nHandle
- contains the implementation handle of the implementation for the property.
+ contains the implementation handle of the implementation for the property.
@throws UnknownPropertyException
if the property does not exist.
@@ -163,6 +163,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index 9c2377311..8935f8977 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@
least some of the properties have subproperties. </p>
<p> This interface allows direct access to subsubproperties, ...
- up to arbitrary nesting depth. Often the intermediate
+ up to an arbitrary nesting depth. Often the intermediate
elements of the hierarchy implement <type>XProperty</type>. </p>
<p> Each implementation specifies how the
@@ -209,6 +209,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
index 71b80c2d0..921132a78 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- <TRUE/> if a property with the specified name exist;
+ <TRUE/> if a property with the specified name exists;
otherwise <FALSE/> is returned.
@param aHierarchicalName
@@ -138,6 +138,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XIntroTest.idl b/udkapi/com/sun/star/beans/XIntroTest.idl
index 10fdb9d75..cd95cc634 100644
--- a/udkapi/com/sun/star/beans/XIntroTest.idl
+++ b/udkapi/com/sun/star/beans/XIntroTest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIntroTest.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ interface XPropertiesChangeListener;
<p>The following interface is just for testing purposes. It will not
stay in the product. It is only used as an exportable test class,
- i.e. for BASIC integration.
+ i.e., for BASIC integration.
@deprecated
*/
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index 7b2cbe1aa..0a7031fc2 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIntrospection.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ interface XIntrospection: com::sun::star::uno::XInterface
<p>Methods which do not belong to a property nor which represent
a listener access nor which are methods of <type>XPropertySet</type>,
<type scope="com::sun::star::container">XNameAccess</type>,
- <type scope="com::sun::star::container">XIndexAccess</type> or
+ <type scope="com::sun::star::container">XIndexAccess</type>, or
<type scope="com::sun::star::container">XEnumerationAccess</type>, are considered to be normal
methods. </p>
@@ -151,6 +151,9 @@ interface XIntrospection: 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/12 10:21:31 jbu
reconstructed some method references, that have gone lost during merges
diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index 11b046f81..9c16ce30a 100644
--- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
+++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIntrospectionAccess.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -212,7 +212,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface
zero or more constants of the <type>MethodConcept</type> group.
@throws NoSuchElementException
- if no element with the name <var>Name</var> exists.
+ if no element with the <var>Name</var> exists.
*/
com::sun::star::reflection::XIdlMethod getMethod( [in] string aName,
[in] long nMethodConcepts )
@@ -302,6 +302,9 @@ interface XIntrospectionAccess: 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 2001/01/31 09:45:40 mi
TYPE_XIDLCLASS is now 'type'
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index e0f7a06d8..c866922ce 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,7 +167,7 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
<p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
@throws com::sun::star::uno::lang::IllegalArgumentException
- if one of the names is not a well-formed
+ if one of the names is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect this
condition.
@@ -195,6 +195,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index b09022423..bd14d8279 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
the <type>XPropertySetInfo</type> interface, which describes
all properties of the object to which this interface belongs.
<const>NULL</const> is returned if the object cannot or will
- not provide information about the properties.
+ not provide information about the properties.
@see XPropertySet::getPropertySetInfo
*/
@@ -117,8 +117,8 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
<p>The values of the properties must change before the bound
events are fired. The values of the constrained properties
- should change after the vetoable events are fired and after if no
- exception occur Unknown properties are ignored. </p>
+ should change after the vetoable events are fired and only if no
+ exception occured. Unknown properties are ignored. </p>
@param aPropertyNames
specifies the names of the properties. All names must be unique.
@@ -129,8 +129,8 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
as in <var>aPropertyNames</var>.
@throws IllegalArgumentException
- if one of th enew values cannot be converted to the type
- of the unterlying property by an identity or widening conversion.
+ if one of the new values cannot be converted to the type
+ of the underlying property by an identity or widening conversion.
@throws com::sun::star::lang:WrappedTargetException
if the implementation has an internal reason for the exception.
@@ -185,7 +185,7 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
<p>It is a "noop" if the listener is not registered. </p>
@param
- contains th elistener to be removed.
+ contains the listener to be removed.
@see addPropertiesChangeListener
*/
@@ -215,6 +215,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
index 6677715bf..6b3f1bd90 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiPropertyStates.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,11 +89,10 @@ module com { module sun { module star { module beans {
//=============================================================================
/** makes it possible to query information about the state of
one or more properties.
-
- <p>The state contains the information if a value is available or void and
- if the value is stored in the object itself, or if a default value
- is to be used and if the value cannot be determined, due to ambiguity
- (multi selection with multipe values). </p>
+
+ <p>The state of a property contains information about the source of
+ the value, e.g. the object itself, a default or a stylesheet.
+ For more information see <type>PropertyState</type>.
*/
interface XMultiPropertyStates: com::sun::star::uno::XInterface
{
@@ -141,7 +140,7 @@ interface XMultiPropertyStates: com::sun::star::uno::XInterface
/** @returns
the default values of the propertes with the specified names.
- <p>If no default exists, is not known or is void,
+ <p>If no default exists, is not known, or is void,
then the return type at the corresponding position in the
sequence returned is <type>void</type>. </p>
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 5f3e5e2cd..a1d4503bd 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ interface XPropertiesChangeListener: com::sun::star::lang::XEventListener
/** gets called when bound properties are changed.
@param aEvent
- constains a sequence of <type>PropertiesChangeEvent</type> objects
+ contains a sequence of <type>PropertiesChangeEvent</type> objects
which describe the event source and the properites wich have
changed.
*/
@@ -102,6 +102,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl
index 4a1d124c7..4a8cc76c6 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-06-11 14:44:47 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,9 +149,9 @@ interface XPropertySet: com::sun::star::uno::XInterface
changed. </p>
@raises com::sun::star::beans::PropertyVetoException
- if the property is read-only or it is a vetoable
- property and one of the listeners throws this exception
- because of the value.
+ if the property is read-only or vetoable
+ and one of the listeners throws this exception
+ because of an unaccepted new value.
*/
void setPropertyValue( [in] string aPropertyName,
[in] any aValue )
@@ -253,6 +253,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index 87d7fd609..d186772b6 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ module com { module sun { module star { module beans {
<li>a value is available or void</li>
<li>the value is stored in the object itself, or if a default value is to be used</li>
<li>and if the value cannot be determined, due to ambiguity
- (multi selection with multipe values).</li>
+ (multi selection with multiple values).</li>
</ul>
*/
interface XPropertyState: com::sun::star::uno::XInterface
@@ -128,7 +128,7 @@ interface XPropertyState: com::sun::star::uno::XInterface
given property names. </p>
@param aPropertyNames
- contains te sequence of property names.
+ contains the sequence of property names.
@throws UnknownPropertyException
if one property does not exist.
@@ -189,6 +189,9 @@ 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
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index 4a247ab9c..0dceca1ff 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@
<li>a value is available or void</li>
<li>the value is stored in the object itself, or if a default value is being used</li>
<li>or if the value cannot be determined, due to ambiguity
- (multi selection with multipe values).</li>
+ (multi selection with multiple values).</li>
</ul>
<p> Generally objects that implement this interface
@@ -151,6 +151,9 @@ 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