summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /udkapi/com/sun/star/beans
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/NotRemoveableException.idl2
-rw-r--r--udkapi/com/sun/star/beans/Property.idl6
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl10
-rw-r--r--udkapi/com/sun/star/beans/PropertyBag.idl2
-rw-r--r--udkapi/com/sun/star/beans/PropertyChangeEvent.idl8
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl4
-rw-r--r--udkapi/com/sun/star/beans/PropertySetInfoChange.idl6
-rw-r--r--udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl6
-rw-r--r--udkapi/com/sun/star/beans/PropertyState.idl8
-rw-r--r--udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl6
-rw-r--r--udkapi/com/sun/star/beans/PropertyValue.idl2
-rw-r--r--udkapi/com/sun/star/beans/PropertyValues.idl2
-rw-r--r--udkapi/com/sun/star/beans/XExactName.idl2
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl10
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl6
-rw-r--r--udkapi/com/sun/star/beans/XIntrospectionAccess.idl42
-rw-r--r--udkapi/com/sun/star/beans/XMaterialHolder.idl4
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl6
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl8
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertyStates.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeListener.idl4
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl4
-rw-r--r--udkapi/com/sun/star/beans/XProperty.idl6
-rw-r--r--udkapi/com/sun/star/beans/XPropertyAccess.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertyChangeListener.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertySet.idl18
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfo.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl4
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl6
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl4
-rw-r--r--udkapi/com/sun/star/beans/XVetoableChangeListener.idl4
33 files changed, 101 insertions, 101 deletions
diff --git a/udkapi/com/sun/star/beans/NotRemoveableException.idl b/udkapi/com/sun/star/beans/NotRemoveableException.idl
index b8bf870cfe1b..3229b567c7d9 100644
--- a/udkapi/com/sun/star/beans/NotRemoveableException.idl
+++ b/udkapi/com/sun/star/beans/NotRemoveableException.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module beans {
/** This exception is thrown to indicate that removing a property from an
- <type>XPropertyContainer</type> is not allowed.
+ XPropertyContainer is not allowed.
*/
published exception NotRemoveableException: com::sun::star::uno::Exception
{
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index 365784427ce3..b22e5e0c3edc 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -39,7 +39,7 @@ published struct Property
{
/** specifies the name of the property.
- <p>The name is unique within an <type>XPropertySet</type>.
+ <p>The name is unique within an XPropertySet.
Upper and lower case are distinguished.</p>
*/
string Name;
@@ -48,7 +48,7 @@ published struct Property
/** contains an implementation-specific handle for the property.
<p>It may be -1 if the implementation has no handle. You can use
- this handle to get values from the <type>XFastPropertySet</type>.</p>
+ this handle to get values from the XFastPropertySet.</p>
*/
long Handle;
@@ -64,7 +64,7 @@ published struct Property
/** This field may contain zero or more constants of the
- <type>PropertyAttribute</type> constants group.
+ PropertyAttribute constants group.
*/
short Attributes;
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index 36fc4f828e16..9c6c02e475d2 100644
--- a/udkapi/com/sun/star/beans/PropertyAttribute.idl
+++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl
@@ -23,7 +23,7 @@
module com { module sun { module star { module beans {
-/** These values are used to specify the behavior of a <type>Property</type>.
+/** These values are used to specify the behavior of a Property.
*/
published constants PropertyAttribute
{
@@ -35,15 +35,15 @@ published constants PropertyAttribute
const short MAYBEVOID = 1;
- /** indicates that a <type>PropertyChangeEvent</type> will be fired
- to all registered <type>XPropertyChangeListener</type>s whenever the
+ /** indicates that a PropertyChangeEvent will be fired
+ to all registered XPropertyChangeListeners whenever the
value of this property changes.
*/
const short BOUND = 2;
- /** indicates that a <type>PropertyChangeEvent</type> will be fired
- to all registered <type>XVetoableChangeListener</type>s whenever the
+ /** indicates that a PropertyChangeEvent will be fired
+ to all registered XVetoableChangeListeners whenever the
value of this property is about to change.
<p>This always implies that the property is <em>bound</em>, too. </p>
diff --git a/udkapi/com/sun/star/beans/PropertyBag.idl b/udkapi/com/sun/star/beans/PropertyBag.idl
index 5cb477458a25..51c30761b00d 100644
--- a/udkapi/com/sun/star/beans/PropertyBag.idl
+++ b/udkapi/com/sun/star/beans/PropertyBag.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module beans {
/** 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.
+ when an XPropertySet 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,
diff --git a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
index e0fe1954b95f..8e9a56cb3ff7 100644
--- a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl
@@ -28,9 +28,9 @@
/** gets delivered whenever a "bound" or "constrained" property is changed.
- <p>A <type>PropertyChangeEvent</type> object is sent as an
- argument to the methods of <type>XPropertyChangeListener</type>
- and <type>XVetoableChangeListener</type>. </p>
+ <p>A PropertyChangeEvent object is sent as an
+ argument to the methods of XPropertyChangeListener
+ and XVetoableChangeListener. </p>
<p>Normally such events contain the name and the old and new
value of the changed property. </p>
@@ -54,7 +54,7 @@ published struct PropertyChangeEvent: com::sun::star::lang::EventObject
/** contains the implementation handle for the property.
<p>May be -1 if the implementation has no handle. You can use
- this handle to get values from the <type>XFastPropertySet</type>.</p>
+ this handle to get values from the XFastPropertySet.</p>
*/
long PropertyHandle;
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 03a130f6ab7f..9eae8b2b813e 100644
--- a/udkapi/com/sun/star/beans/PropertyConcept.idl
+++ b/udkapi/com/sun/star/beans/PropertyConcept.idl
@@ -51,8 +51,8 @@ published constants PropertyConcept
const long DANGEROUS = 1;
/** specifies all properties which are reachable by
- <type>XPropertySet</type>, <type>XFastPropertySet</type> or
- <type>XMultiPropertySet</type>.
+ XPropertySet, XFastPropertySet or
+ XMultiPropertySet.
*/
const long PROPERTYSET = 2;
diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl b/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
index 81546e6ba89d..fddcc514e66f 100644
--- a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
+++ b/udkapi/com/sun/star/beans/PropertySetInfoChange.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module beans {
-/** specifies reasons for sending <type>PropertySetInfoChangeEvent</type>s.
+/** specifies reasons for sending PropertySetInfoChangeEvents.
@see PropertySetInfoChangeEvent
@see XPropertySetInfo
@@ -32,12 +32,12 @@
published constants PropertySetInfoChange
{
- /** A property was inserted into a <type>XPropertySetInfo</type>.
+ /** A property was inserted into a XPropertySetInfo.
*/
const long PROPERTY_INSERTED = 0;
- /** A property was removed from a <type>XPropertySetInfo</type>.
+ /** A property was removed from a XPropertySetInfo.
*/
const long PROPERTY_REMOVED = 1;
};
diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
index ad38b9a8e800..7ba1ac54f0bb 100644
--- a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl
@@ -26,11 +26,11 @@
module com { module sun { module star { module beans {
-/** gets delivered whenever an <type>XPropertySetInfo</type> is
+/** gets delivered whenever an XPropertySetInfo is
changed.
- <p>A <type>PropertySetInfoChangeEvent</type> object is sent
- to <type>XPropertySetInfoChangeListener</type>s.</p>
+ <p>A PropertySetInfoChangeEvent object is sent
+ to XPropertySetInfoChangeListeners.</p>
*/
published struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject
{
diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl
index 4af527293239..414b82a2b510 100644
--- a/udkapi/com/sun/star/beans/PropertyState.idl
+++ b/udkapi/com/sun/star/beans/PropertyState.idl
@@ -43,7 +43,7 @@ published enum PropertyState
<p>The property value must be available and of the specified type.
If the <member>PropertyAttribute</member> field in the struct
- <type>Property</type> contains <const>PropertyAttribute::MAYBEVOID</const>,
+ Property contains <const>PropertyAttribute::MAYBEVOID</const>,
then the value may be void. </p>
*/
DIRECT_VALUE,
@@ -52,10 +52,10 @@ published enum PropertyState
/** 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
+ Property must contain the
<const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property
value must be available and of the specified type. If the
- <member>PropertyAttribute</member> field in the struct <type>Property</type>
+ <member>PropertyAttribute</member> field in the struct Property
contains <const>PropertyAttribute::MAYBEVOID</const>, then the
value may be void. </p>
*/
@@ -66,7 +66,7 @@ published enum PropertyState
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
+ Property must contain the
<const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The
property value must be available and of the specified type.
If the Attribute field in the struct Property contains
diff --git a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
index ecd631c2a408..4573a1e474f7 100644
--- a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
+++ b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module beans {
/** 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>
+ XPropertyStateChangeListener. </p>
<p>Normally these events are accompanied by the name, and the old
and new values of the changed property. </p>
@@ -45,7 +45,7 @@ published struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
/** specifies the name of the property which changes its value.
<p>This name identifies the property uniquely within an
- <type>XPropertySet</type>. Upper and lower case are distinguished.</p>
+ XPropertySet. Upper and lower case are distinguished.</p>
*/
string PropertyName;
@@ -53,7 +53,7 @@ published struct PropertyStateChangeEvent: com::sun::star::lang::EventObject
/** contains the implementation handle for the property.
<p>It may be -1 if the implementation has no handle. You can use this
- handle to get values from the <type>XFastPropertySet</type>
+ handle to get values from the XFastPropertySet
interface.</p>
*/
long PropertyHandle;
diff --git a/udkapi/com/sun/star/beans/PropertyValue.idl b/udkapi/com/sun/star/beans/PropertyValue.idl
index db8e6d61df8c..0d86568ef0a0 100644
--- a/udkapi/com/sun/star/beans/PropertyValue.idl
+++ b/udkapi/com/sun/star/beans/PropertyValue.idl
@@ -34,7 +34,7 @@ published struct PropertyValue
{
/** specifies the name of the property.
- <p>The name is unique within a sequence of <type>PropertyValue</type>s.
+ <p>The name is unique within a sequence of PropertyValues.
Upper and lower case are distinguished.</p>
*/
string Name;
diff --git a/udkapi/com/sun/star/beans/PropertyValues.idl b/udkapi/com/sun/star/beans/PropertyValues.idl
index 9ed3da5a0c8f..8f79c10c7423 100644
--- a/udkapi/com/sun/star/beans/PropertyValues.idl
+++ b/udkapi/com/sun/star/beans/PropertyValues.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module beans {
-/** specifies a sequence of <type>PropertyValue</type> instances.
+/** specifies a sequence of PropertyValue instances.
<p>Such sequences are especially useful for remote interfaces. </p>
*/
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl
index b82710a77ce3..31cd88f9df93 100644
--- a/udkapi/com/sun/star/beans/XExactName.idl
+++ b/udkapi/com/sun/star/beans/XExactName.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module beans {
names to the existing names. </p>
<p>Example: A basic interpreter ignores the case of the names. So
- it must query the <type>XExactName</type> interface and then call
+ it must query the XExactName interface and then call
the method. </p>
@see com::sun::star::beans::XPropertySet
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index 2a214ea95d0f..e90fde48bfbd 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module beans {
/** provides a fast way of accessing and changing property values.
- <p>This interface is an extension to the <type>XPropertySet</type>
+ <p>This interface is an extension to the XPropertySet
interface. The get and set methods use handles to access the
property values instead of character strings.</p>
*/
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index d750f2177546..d669ff48d3c9 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
@@ -40,12 +40,12 @@ module com { module sun { module star { module beans {
a hierarchy of properties from an implementation.
<p> Usually an object that implements this interface
- also implements <type>XPropertySet</type> and at
+ also implements XPropertySet and at
least some of the properties have subproperties. </p>
<p> This interface allows direct access to subsubproperties, ...
up to an arbitrary nesting depth. Often the intermediate
- elements of the hierarchy implement <type>XProperty</type>. </p>
+ elements of the hierarchy implement XProperty. </p>
<p> Each implementation specifies how the
hierarchical property names, that are
@@ -63,14 +63,14 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
/** retrieve information about the hierarchy of properties
@returns
- the <type>XHierarchicalPropertySetInfo</type> interface,
+ the XHierarchicalPropertySetInfo interface,
which describes the property hierarchy of the object which
supplies this interface.
@returns
<NULL/> if the implementation cannot or will
not provide information about the properties; otherwise the
- interface <type>XHierarchicalPropertySetInfo</type> is returned.
+ interface XHierarchicalPropertySetInfo is returned.
*/
com::sun::star::beans::XHierarchicalPropertySetInfo
getHierarchicalPropertySetInfo();
@@ -89,7 +89,7 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
@throws PropertyVetoException
if the property is constrained and the change is vetoed by a
- <type>XVetoableChangeListener</type>.
+ XVetoableChangeListener.
@throws com::sun::star::uno::lang::IllegalArgumentException
if <var>aValue</var> is not a legal value for this property or
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index e0eaed34dd49..7c9261fbb963 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -46,7 +46,7 @@ published interface XIntrospection: com::sun::star::uno::XInterface
<dl>
<dt>property set </dt>
- <dd>If the object supports an <type>XPropertySet</type>
+ <dd>If the object supports an XPropertySet
interface, all its properties are adopted.
</dd>
@@ -79,11 +79,11 @@ published interface XIntrospection: com::sun::star::uno::XInterface
<p>In addition, the inspect method identifies all listener
access methods in the form <code>add...Listener</code>/
<code>remove...Listener</code> (except methods of interface
- <type>XPropertySet</type>) where "..." stands for the listener type.
+ XPropertySet) where "..." stands for the listener type.
</p>
<p>Methods which do not belong to a property nor which represent
- a listener access nor which are methods of <type>XPropertySet</type>,
+ a listener access nor which are methods of XPropertySet,
<type scope="com::sun::star::container">XNameAccess</type>,
<type scope="com::sun::star::container">XIndexAccess</type>, or
<type scope="com::sun::star::container">XEnumerationAccess</type>, are considered to be normal
diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index 542198975262..cfac4c05ca63 100644
--- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
+++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
@@ -49,12 +49,12 @@
See <member scope="com::sun::star::beans">
XIntrospectionAccess::queryAdapter()</member></p>
- <p>The <type>XExactName</type> interface has to be supported
+ <p>The XExactName interface has to be supported
in order to implement inaccurate name access for all objects
which implement the <type scope="com::sun::star::container">
- XNameAccess</type> interface or <type>XPropertySet</type>.</p>
+ XNameAccess</type> interface or XPropertySet.</p>
- <p>The <type>XMaterialHolder</type> interface has to be
+ <p>The XMaterialHolder interface has to be
supported to give access to the inspected object.</p>
@see XPropertySet
@@ -63,8 +63,8 @@
published interface XIntrospectionAccess: com::sun::star::uno::XInterface
{
/** returns information about which method concepts described in
- the <type>MethodConcept</type> constants group are supported
- by this <type>XIntrospectionAccess</type> implementation.
+ the MethodConcept constants group are supported
+ by this XIntrospectionAccess implementation.
<p>The minimum supported concepts should be:</p>
@@ -77,14 +77,14 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
</ul>
@returns
- zero or more constants of the <type>MethodConcept</type>
+ zero or more constants of the MethodConcept
constants group combined by an arithmetical or-operation.
*/
long getSuppliedMethodConcepts();
/** returns information about which property concepts described in
- the <type>PropertyConcept</type> constants group are supported
- by this <type>XIntrospectionAccess</type> implementation.
+ the PropertyConcept constants group are supported
+ by this XIntrospectionAccess implementation.
<p>The minimum supported concepts should be:</p>
@@ -95,18 +95,18 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
</ul>
@returns
- zero or more constants of the <type>PropertyConcept</type>
+ zero or more constants of the PropertyConcept
constants group.combined by an arithmetical or-operation.
*/
long getSuppliedPropertyConcepts();
/** returns information about a property if a property with
the demanded name exists and if it accords to one of the
- demanded <type>PropertyConcept</type>s. The information
- is provided as <type>Property</type> struct.
+ demanded PropertyConcepts. The information
+ is provided as Property struct.
@returns
- A <type>Property</type> struct providing
+ A Property struct providing
information about the demanded property,
if a corresponding property exists.
@@ -133,7 +133,7 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
@returns
<TRUE/> if the property exists and accords to one of
- the demanded <type>PropertyConcept</type>s, otherwise
+ the demanded PropertyConcepts, otherwise
<FALSE/> is returned.
@param aName
@@ -151,7 +151,7 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
@returns
all properties of the introspected object which accord
- to the demanded <type>PropertyConcept</type>s.
+ to the demanded PropertyConcepts.
@param nPropertyConcepts
zero or more constants of the <type>PropertyConcept
@@ -183,7 +183,7 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
@throws NoSuchElementException
when a method with the demanded name doesn't exist
- or if it accords to a wrong <type>MethodConcept</type>.
+ or if it accords to a wrong MethodConcept.
*/
com::sun::star::reflection::XIdlMethod getMethod( [in] string aName,
[in] long nMethodConcepts )
@@ -195,7 +195,7 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
@returns
<TRUE/> if the method exists and accords to one of
- the demanded <type>MethodConcept</type>s, otherwise
+ the demanded MethodConcepts, otherwise
<FALSE/> is returned.
@param aName
@@ -213,7 +213,7 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
@returns
all methods of the introspected object which accord
- to the demanded <type>MethodConcept</type>s.
+ to the demanded MethodConcepts.
@param nMethodConcepts
zero or more constants of the <type>MethodConcept
@@ -242,8 +242,8 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
specified type.
<p>To access properties, query for the <type>XPropertySet
- </type> interface. If the <type>XPropertySet</type> can
- be queried, the <type>XFastPropertySet</type> interface
+ </type> interface. If the XPropertySet can
+ be queried, the XFastPropertySet interface
must be supported too. </p>
<p>If the introspected object implements a name container,
@@ -269,8 +269,8 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
<p>To implement inaccurate name access, at all objects,
which implement the <type scope="com::sun::star::container">
- XNameAccess</type> or <type>XPropertySet</type> interface,
- the <type>XExactName</type> interface has to be supported.
+ XNameAccess</type> or XPropertySet interface,
+ the XExactName interface has to be supported.
</p>
@see com::sun::star::beans::XExactName
diff --git a/udkapi/com/sun/star/beans/XMaterialHolder.idl b/udkapi/com/sun/star/beans/XMaterialHolder.idl
index e15c685279c0..372b9af8cbe1 100644
--- a/udkapi/com/sun/star/beans/XMaterialHolder.idl
+++ b/udkapi/com/sun/star/beans/XMaterialHolder.idl
@@ -31,8 +31,8 @@
object's properties and methods. The result is represented as
XIntrospectionAccess interface. The inspected object then is the
material attached to the introspection tool and an implementation
- of <type>XIntrospectionAccess</type> should also support
- <type>XMaterialHolder</type> to give access to this material.</p>
+ of XIntrospectionAccess should also support
+ XMaterialHolder to give access to this material.</p>
@see XIntrospectionAccess
*/
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 932ef1ba48f0..fe35ea3d2b77 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -43,14 +43,14 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
/** retrieve information about the hierarchy of properties
@returns
- the <type>XHierarchicalPropertySetInfo</type> interface,
+ the XHierarchicalPropertySetInfo interface,
which describes the property hierarchy of the object which
supplies this interface.
@returns
<NULL/> if the implementation cannot or will
not provide information about the properties; otherwise the
- interface <type>XHierarchicalPropertySetInfo</type> is returned.
+ interface XHierarchicalPropertySetInfo is returned.
@see XHierarchicalPropertySet::getHierarchicalPropertySetInfo
*/
@@ -74,7 +74,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
@throws PropertyVetoException
if one of the properties is constrained and the change is
- vetoed by a <type>XVetoableChangeListener</type>.
+ vetoed by a XVetoableChangeListener.
@throws com::sun::star::lang::IllegalArgumentException
if one of the values is not a legal value for the
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index a32710bf54ca..113279edc363 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -42,7 +42,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
{
/** @returns
- the <type>XPropertySetInfo</type> interface, which describes
+ the XPropertySetInfo 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.
@@ -95,7 +95,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
- /** adds an <type>XPropertiesChangeListener</type> to the
+ /** adds an XPropertiesChangeListener to the
specified property with the specified names.
<p>The implementation can ignore the names of the properties
@@ -116,7 +116,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
[in] com::sun::star::beans::XPropertiesChangeListener xListener );
- /** removes an <type>XPropertiesChangeListener</type> from the listener list.
+ /** removes an XPropertiesChangeListener from the listener list.
<p>It is a "noop" if the listener is not registered. </p>
@@ -131,7 +131,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
void removePropertiesChangeListener( [in] com::sun::star::beans::XPropertiesChangeListener xListener );
- /** fires a sequence of <type>PropertyChangeEvent</type>s to the specified
+ /** fires a sequence of PropertyChangeEvents to the specified
listener.
@param aPropertynames
diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
index a4398e958ccd..6611226a7d16 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module beans {
<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>.
+ For more information see PropertyState.
*/
published interface XMultiPropertyStates: com::sun::star::uno::XInterface
{
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 9daadb49c776..55a0f7812068 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
@@ -36,8 +36,8 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe
/** gets called when bound properties are changed.
@param aEvent
- contains a sequence of <type>PropertyChangeEvent</type> objects
- which describe the event source and the properites that have been
+ contains a sequence of PropertyChangeEvent objects
+ which describe the event source and the properites that have
changed.
*/
void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
index 575e57118a73..cb5d6fa8b6fa 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module beans {
published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
{
- /** adds an <type>XPropertiesChangeListener</type> to the
+ /** adds an XPropertiesChangeListener to the
specified properties with the specified names.
*/
void addPropertiesChangeListener(
@@ -40,7 +40,7 @@ published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
[in] com::sun::star::beans::XPropertiesChangeListener Listener );
- /** removes an <type>XPropertiesChangeListener</type> from the
+ /** removes an XPropertiesChangeListener from the
listener list.
*/
void removePropertiesChangeListener(
diff --git a/udkapi/com/sun/star/beans/XProperty.idl b/udkapi/com/sun/star/beans/XProperty.idl
index 3bfe3f6d6731..de65682f5131 100644
--- a/udkapi/com/sun/star/beans/XProperty.idl
+++ b/udkapi/com/sun/star/beans/XProperty.idl
@@ -32,15 +32,15 @@ module com { module sun { module star { module beans {
<p> Provides access to traits of this object that would
otherwise only be available from a containing
- <type>XPropertySet</type> via its
- <type>XPropertySetInfo</type>.
+ XPropertySet via its
+ XPropertySetInfo.
</p>
*/
published interface XProperty: com::sun::star::uno::XInterface
{
/** @returns
- the specification of this object as <type>Property</type>.
+ the specification of this object as Property.
*/
com::sun::star::beans::Property getAsProperty();
diff --git a/udkapi/com/sun/star/beans/XPropertyAccess.idl b/udkapi/com/sun/star/beans/XPropertyAccess.idl
index eaecdf5a0ed6..d8cbb43c4bfe 100644
--- a/udkapi/com/sun/star/beans/XPropertyAccess.idl
+++ b/udkapi/com/sun/star/beans/XPropertyAccess.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module beans {
/** 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
- <type>XPropertySet</type>. It is especially useful for remote
+ XPropertySet. It is especially useful for remote
communication because it lessens the number of calls for getting
property values; that is especially important because these calls
are necessarily synchronous. </p>
diff --git a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
index 9e1ab8e98c05..c80ec9748409 100644
--- a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module beans {
-/** is used to receive <type>PropertyChangeEvent</type>s
+/** is used to receive PropertyChangeEvents
whenever a bound property is changed.
*/
published interface XPropertyChangeListener: com::sun::star::lang::XEventListener
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index c614a99d5c3a..9349bf8f5331 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -52,7 +52,7 @@ published interface XPropertyContainer: com::sun::star::uno::XInterface
specifies the name of the new property.
@param Attributes
- specifies the property attributes, see <type>PropertyAttribute</type>.
+ specifies the property attributes, see PropertyAttribute.
@param DefaultValue
specifies the type of the new property and a potential default value.
diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl
index ccf1aae00c71..ad494b9fd8e6 100644
--- a/udkapi/com/sun/star/beans/XPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XPropertySet.idl
@@ -52,11 +52,11 @@ module com { module sun { module star { module beans {
</ul>
<p>You can listen to changes of bound properties with the
- <type>XPropertyChangeListener</type> and you can veto changes
- of constrained properties with the <type>XVetoableChangeListener</type>. </p>
+ XPropertyChangeListener and you can veto changes
+ of constrained properties with the XVetoableChangeListener. </p>
<p>To implement inaccurate name access, you must support the
- interface <type>XExactName</type>. </p>
+ interface XExactName. </p>
@see com::sun::star::beans::XExactName
*/
@@ -64,14 +64,14 @@ published interface XPropertySet: com::sun::star::uno::XInterface
{
/** @returns
- the <type>XPropertySetInfo</type> interface, which
+ the XPropertySetInfo interface, which
describes all properties of the object which supplies this
interface.
@returns
<const>NULL</const> if the implementation cannot or will
not provide information about the properties; otherwise the
- interface <type>XPropertySetInfo</type> is returned.
+ interface XPropertySetInfo is returned.
*/
com::sun::star::beans::XPropertySetInfo getPropertySetInfo();
@@ -115,7 +115,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
com::sun::star::lang::WrappedTargetException );
- /** adds an <type>XPropertyChangeListener</type> to the specified property.
+ /** adds an XPropertyChangeListener to the specified property.
<p>An empty name ("") registers the listener to all bound
properties. If the property is not bound, the behavior is
@@ -132,7 +132,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
com::sun::star::lang::WrappedTargetException );
- /** removes an <type>XPropertyChangeListener</type> from
+ /** removes an XPropertyChangeListener from
the listener list.
<p>It is a "noop" if the listener is not registered. </p>
@@ -148,7 +148,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
com::sun::star::lang::WrappedTargetException );
- /** adds an <type>XVetoableChangeListener</type> to the specified
+ /** adds an XVetoableChangeListener to the specified
property with the name PropertyName.
<p>An empty name ("") registers the listener to all
@@ -163,7 +163,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
com::sun::star::lang::WrappedTargetException );
- /** removes an <type>XVetoableChangeListener</type> from the
+ /** removes an XVetoableChangeListener from the
listener list.
<p>It is a "noop" if the listener is not registered. </p>
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index b71ccb142338..550c54e6cb15 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
@@ -47,7 +47,7 @@ published interface XPropertySetInfo: com::sun::star::uno::XInterface
/** @returns
a sequence with all property descriptors which are specified
- within this <type>XPropertySetInfo</type>.
+ within this XPropertySetInfo.
*/
sequence<com::sun::star::beans::Property> getProperties();
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
index f0c34e3453ca..1d0676332488 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module beans {
-/** a listener for events related to <type>XPropertySetInfo</type>s.
+/** a listener for events related to XPropertySetInfos.
@see PropertySetInfoChangeEvent
@see XPropertySetInfoChangeNotifier
@@ -35,7 +35,7 @@ module com { module sun { module star { module beans {
published interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
{
- /** is called whenever changes of a <type>XPropertySetInfo</type> shall
+ /** is called whenever changes of a XPropertySetInfo shall
be propagated.
*/
void propertySetInfoChange( [in] PropertySetInfoChangeEvent evt );
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
index 204cb62cd066..b8302b640743 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module beans {
-/** a notifier for changes of <type>XPropertySetInfo</type>s.
+/** a notifier for changes of XPropertySetInfos.
@see PropertySetInfoChangeEvent
@see XPropertySetInfoChangeListener
@@ -34,7 +34,7 @@ module com { module sun { module star { module beans {
published interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
{
- /** registers a listener for <type>PropertySetInfoChangeEvent</type>s.
+ /** registers a listener for PropertySetInfoChangeEvents.
<p>It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.
@@ -43,7 +43,7 @@ published interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterf
[in] XPropertySetInfoChangeListener Listener );
- /** removes a listener for <type>PropertySetInfoChangeEvent</type>s.
+ /** removes a listener for PropertySetInfoChangeEvents.
<p>It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index 6fede980fa35..606015948deb 100644
--- a/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module beans {
<p> This interface provides direct access to operations
that are available if the containing property set
- implements <type>XPropertyState</type>.
+ implements XPropertyState.
</p>
<p>The state contains the information if:</p>
@@ -46,7 +46,7 @@ module com { module sun { module star { module beans {
</ul>
<p> Generally objects that implement this interface
- also implement <type>XProperty</type>.
+ also implement XProperty.
</p>
*/
published interface XPropertyWithState: com::sun::star::uno::XInterface
diff --git a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
index 5aa63efebc2f..60738a54b421 100644
--- a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl
@@ -30,10 +30,10 @@
module com { module sun { module star { module beans {
-/** is used to receive <type>PropertyChangeEvent</type>s
+/** is used to receive PropertyChangeEvents
whenever a "constrained" property is changed.
- <p>You can register an <type>XVetoableChangeListener</type> with
+ <p>You can register an XVetoableChangeListener with
a source object so as to be notified of any constrained property updates.</p>
*/
published interface XVetoableChangeListener: com::sun::star::lang::XEventListener