summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /udkapi
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl4
-rw-r--r--udkapi/com/sun/star/beans/XIntrospectionAccess.idl8
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl4
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfo.idl4
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl2
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl4
-rw-r--r--udkapi/com/sun/star/container/XContainerApproveListener.idl6
-rw-r--r--udkapi/com/sun/star/container/XElementAccess.idl4
-rw-r--r--udkapi/com/sun/star/container/XHierarchicalNameAccess.idl4
-rw-r--r--udkapi/com/sun/star/container/XMap.idl14
-rw-r--r--udkapi/com/sun/star/container/XNameAccess.idl4
-rw-r--r--udkapi/com/sun/star/container/XSet.idl4
-rw-r--r--udkapi/com/sun/star/io/XTextInputStream.idl4
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl4
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XParameter.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XPublished.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl6
-rw-r--r--udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl6
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl2
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl2
-rw-r--r--udkapi/com/sun/star/registry/XRegistryKey.idl4
-rw-r--r--udkapi/com/sun/star/script/XDirectInvocation.idl2
-rw-r--r--udkapi/com/sun/star/script/XInvocation.idl6
-rw-r--r--udkapi/com/sun/star/script/XLibraryAccess.idl6
-rw-r--r--udkapi/com/sun/star/uri/XUriReference.idl12
-rw-r--r--udkapi/com/sun/star/uri/XUriReferenceFactory.idl30
-rw-r--r--udkapi/com/sun/star/uri/XUriSchemeParser.idl2
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl2
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl4
34 files changed, 85 insertions, 85 deletions
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
index 78827af1fb3e..9230dcc28a5e 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl
@@ -68,7 +68,7 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface
supplies this interface.
@returns
- <NULL/> if the implementation cannot or will
+ `NULL` if the implementation cannot or will
not provide information about the properties; otherwise the
interface XHierarchicalPropertySetInfo is returned.
*/
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
index 6da27b74883d..7a21e4596f9b 100644
--- a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl
@@ -61,8 +61,8 @@ published interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterfac
/** @returns
- <TRUE/> if a property with the specified name exists;
- otherwise <FALSE/> is returned.
+ `TRUE` if a property with the specified name exists;
+ otherwise `FALSE` is returned.
@param aHierarchicalName
specifies the name of the property.
diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index 85c9bc165534..3e1f8fef2c5c 100644
--- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
+++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
@@ -132,9 +132,9 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
PropertyConcept</type>s.
@returns
- <TRUE/> if the property exists and accords to one of
+ `TRUE` if the property exists and accords to one of
the demanded PropertyConcepts, otherwise
- <FALSE/> is returned.
+ `FALSE` is returned.
@param aName
the name of the property.
@@ -194,9 +194,9 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
</type>s.
@returns
- <TRUE/> if the method exists and accords to one of
+ `TRUE` if the method exists and accords to one of
the demanded MethodConcepts, otherwise
- <FALSE/> is returned.
+ `FALSE` is returned.
@param aName
the name of the method.
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 01b05621683c..2c4a7502328a 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -48,7 +48,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
supplies this interface.
@returns
- <NULL/> if the implementation cannot or will
+ `NULL` if the implementation cannot or will
not provide information about the properties; otherwise the
interface XHierarchicalPropertySetInfo is returned.
@@ -107,7 +107,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
<p> The order of the values in the returned sequence will be the same
as the order of the names in the argument. </p>
- <p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
+ <p> Unknown properties are ignored, in their place `NULL` will be returned. </p>
@throws com::sun::star::lang::IllegalArgumentException
if one of the names is not a well-formed
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index 550c54e6cb15..938eb5e55012 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
@@ -66,8 +66,8 @@ published interface XPropertySetInfo: com::sun::star::uno::XInterface
/** @returns
- <TRUE/> if a property with the specified name exist;
- otherwise <FALSE/> is returned.
+ `TRUE` if a property with the specified name exist;
+ otherwise `FALSE` is returned.
@param aName
specifies the name of the property.
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index c75cb122f483..cde3739023b3 100644
--- a/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -79,7 +79,7 @@ published interface XPropertyWithState: com::sun::star::uno::XInterface
an object representing the default state of this object (as a property).
<p> If no default exists, is not known or is void,
- then the return value is <NULL/>.
+ then the return value is `NULL`.
</p>
@throws com::sun::star::lang::WrappedTargetException
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index e121843bd32b..44cab340aef7 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module container {
<p>For the keys put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="keyrules"></a>
- <ul><li>A <VOID/> key is not allowed.</li>
+ <ul><li>A `VOID` key is not allowed.</li>
<li>If the key type is <code>BOOLEAN</code>, <code>CHAR</code>, <code>FLOAT</code>, <code>DOUBLE</code>,
<code>STRING</code>, <code>TYPE</code>, or <code>UNSIGNED HYPER</code>, then only keys of exactly this
type are accepted.</li>
@@ -52,7 +52,7 @@ module com { module sun { module star { module container {
<p>For the values put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="valuerules"></a>
- <ul><li>The <VOID/> value will be accepted to be put into the map.</p>
+ <ul><li>The `VOID` value will be accepted to be put into the map.</p>
<li>If the value type's class is com::sun::star::uno::TypeClass::ANY, any value
will be accepted.</li>
<li>If the value type is an interface type, then all values denoting objects which can be queried for
diff --git a/udkapi/com/sun/star/container/XContainerApproveListener.idl b/udkapi/com/sun/star/container/XContainerApproveListener.idl
index 2ce4b25f3794..2521398a3e69 100644
--- a/udkapi/com/sun/star/container/XContainerApproveListener.idl
+++ b/udkapi/com/sun/star/container/XContainerApproveListener.idl
@@ -38,7 +38,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the insertion is vetoed, <NULL/> otherwise.
+ if the insertion is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveInsertElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );
@@ -47,7 +47,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the replacement is vetoed, <NULL/> otherwise.
+ if the replacement is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveReplaceElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );
@@ -56,7 +56,7 @@ interface XContainerApproveListener
@return
an instance implementing the com::sun::star::util::XVeto interface,
- if the removal is vetoed, <NULL/> otherwise.
+ if the removal is vetoed, `NULL` otherwise.
*/
com::sun::star::util::XVeto approveRemoveElement( [in] ContainerEvent Event )
raises ( com::sun::star::lang::WrappedTargetException );
diff --git a/udkapi/com/sun/star/container/XElementAccess.idl b/udkapi/com/sun/star/container/XElementAccess.idl
index a171cbf1110f..e009b36a7a16 100644
--- a/udkapi/com/sun/star/container/XElementAccess.idl
+++ b/udkapi/com/sun/star/container/XElementAccess.idl
@@ -42,8 +42,8 @@ published interface XElementAccess: com::sun::star::uno::XInterface
/** @returns
- <TRUE/> if the object contain elements,
- otherwise <FALSE/>.
+ `TRUE` if the object contain elements,
+ otherwise `FALSE`.
*/
boolean hasElements();
diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
index 3828ad3e2b02..59acaf0c07e3 100644
--- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
+++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
@@ -54,8 +54,8 @@ published interface XHierarchicalNameAccess: com::sun::star::uno::XInterface
/** @returns
- <TRUE/> if an element with this name is in
- the container, <FALSE/> otherwise.
+ `TRUE` if an element with this name is in
+ the container, `FALSE` otherwise.
<p>In many cases, the next call is XNameAccess::getByName().
You should optimize this case.
diff --git a/udkapi/com/sun/star/container/XMap.idl b/udkapi/com/sun/star/container/XMap.idl
index 8f2d48f842aa..2a191a683d29 100644
--- a/udkapi/com/sun/star/container/XMap.idl
+++ b/udkapi/com/sun/star/container/XMap.idl
@@ -70,14 +70,14 @@ interface XMap
@param Key
is the key whose presence in the map is to be tested.
@return
- <TRUE/> if and only if the map contains a mapping for the given key.
+ `TRUE` if and only if the map contains a mapping for the given key.
@throws ::com::sun::star::beans::IllegalTypeException
if the given key is not of a type which is accepted by the map
@throws ::com::sun::star::lang::IllegalArgumentException
if the given key is not supported to be put into the map. It's up to the service
implementing the <code>XMap</code> interface to specify which special values are not
- supported. For instances, implementations might decide to not allow <VOID/> keys, or
+ supported. For instances, implementations might decide to not allow `VOID` keys, or
to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic
behavior with respect to equality.
*/
@@ -90,7 +90,7 @@ interface XMap
@param Value
is the value whose presence in the map is to be tested.
@return
- <TRUE/> if and only one or more keys map to the given value.
+ `TRUE` if and only one or more keys map to the given value.
@throws ::com::sun::star::beans::IllegalTypeException
if the given value is not of a type which is accepted by the map. It's up to the service
@@ -116,7 +116,7 @@ interface XMap
@throws ::com::sun::star::beans::IllegalArgumentException
if the given key is not supported to be put into the map. It's up to the service
implementing the <code>XMap</code> interface to specify which special values are not
- supported. For instances, implementations might decide to not allow <VOID/> keys, or
+ supported. For instances, implementations might decide to not allow `VOID` keys, or
to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic
behavior with respect to equality.
@throws ::com::sun::star::container::NoSuchElementException
@@ -137,7 +137,7 @@ interface XMap
@param Value
is the value which should be associated with the given key
@return
- the value which was previously associated with the given key, or <VOID/>
+ the value which was previously associated with the given key, or `VOID`
if there was no such previous association.
@throws ::com::sun::star::beans::IllegalTypeException
@@ -146,7 +146,7 @@ interface XMap
if the given key, or the given value, is not supported to be put into the map. It's up to
the service implementing the <code>XMap</code> interface to specify which special values
are not supported.<br/>
- For instances, implementations might decide to not allow <VOID/> keys or values, or to
+ For instances, implementations might decide to not allow `VOID` keys or values, or to
reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic behavior
with respect to equality.
@throws ::com::sun::star::beans::NoSupportException
@@ -169,7 +169,7 @@ interface XMap
@throws ::com::sun::star::lang::IllegalArgumentException
if the given key is not supported to be put into the map. It's up to the service
implementing the <code>XMap</code> interface to specify which special values are not
- supported. For instances, implementations might decide to not allow <VOID/> keys, or
+ supported. For instances, implementations might decide to not allow `VOID` keys, or
to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic
behavior with respect to equality.
@throws ::com::sun::star::beans::NoSupportException
diff --git a/udkapi/com/sun/star/container/XNameAccess.idl b/udkapi/com/sun/star/container/XNameAccess.idl
index bb2086f3dc90..93040f761f13 100644
--- a/udkapi/com/sun/star/container/XNameAccess.idl
+++ b/udkapi/com/sun/star/container/XNameAccess.idl
@@ -67,8 +67,8 @@ published interface XNameAccess: com::sun::star::container::XElementAccess
/** @returns
- <TRUE/> if an element with this name is in
- the container, <FALSE/> otherwise.
+ `TRUE` if an element with this name is in
+ the container, `FALSE` otherwise.
<p>In many cases the next call is XNameAccess::getByName().
You should optimize this case. </p>
diff --git a/udkapi/com/sun/star/container/XSet.idl b/udkapi/com/sun/star/container/XSet.idl
index 236e847b82b4..5302f9aca418 100644
--- a/udkapi/com/sun/star/container/XSet.idl
+++ b/udkapi/com/sun/star/container/XSet.idl
@@ -38,8 +38,8 @@ published interface XSet: com::sun::star::container::XEnumerationAccess
{
/** @returns
- <TRUE/> if the given element is a member of this container,
- otherwise <FALSE/>.
+ `TRUE` if the given element is a member of this container,
+ otherwise `FALSE`.
*/
boolean has( [in] any aElement );
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl
index 85330556a78d..2a8eee42e8bf 100644
--- a/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -78,8 +78,8 @@ published interface XTextInputStream: com::sun::star::io::XInputStream
by the next one).</p>
@returns
- <TRUE/>, if the end of file is reached, so that
- no next string can be read. <FALSE/> otherwise
+ `TRUE`, if the end of file is reached, so that
+ no next string can be read. `FALSE` otherwise
*/
boolean isEOF()
raises( com::sun::star::io::IOException );
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index e3bed8468dab..fbdcc382f504 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -26,10 +26,10 @@
module com { module sun { module star { module lang {
/** This exception is thrown when an application attempts to use
- <NULL/> in a case where an object is required.
+ `NULL` in a case where an object is required.
<p>Applications should throw instances of this class to indicate
- other illegal uses of the <NULL/> object. </p>
+ other illegal uses of the `NULL` object. </p>
@see com::sun::star::reflection::XIdlReflection::forName
*/
diff --git a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
index 61201800a704..af6f7f911141 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl
@@ -41,7 +41,7 @@ interface XInterfaceAttributeTypeDescription2:
/**
Returns whether this object reflects a bound attribute.
- @return <TRUE/> iff this object reflects a bound attribute
+ @return `TRUE` iff this object reflects a bound attribute
*/
boolean isBound();
diff --git a/udkapi/com/sun/star/reflection/XParameter.idl b/udkapi/com/sun/star/reflection/XParameter.idl
index 69dfe890038b..a2785c42a149 100644
--- a/udkapi/com/sun/star/reflection/XParameter.idl
+++ b/udkapi/com/sun/star/reflection/XParameter.idl
@@ -41,7 +41,7 @@ interface XParameter: XMethodParameter {
<p>Currently, only service constructors can have rest parameters, and
those rest parameters must be in parameters of type `any`.</p>
- @return <TRUE/> if and only if this parameter is a rest parameter
+ @return `TRUE` if and only if this parameter is a rest parameter
*/
boolean isRestParameter();
};
diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl
index a5dc040ff4f8..b5e008a40f67 100644
--- a/udkapi/com/sun/star/reflection/XPublished.idl
+++ b/udkapi/com/sun/star/reflection/XPublished.idl
@@ -94,7 +94,7 @@ interface XPublished {
/**
Returns the &ldquo;published&rdquo; status of a UNOIDL entity.
- @return <TRUE/> if the UNOIDL entity represented by this object is
+ @return `TRUE` if the UNOIDL entity represented by this object is
published
*/
boolean isPublished();
diff --git a/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl b/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
index 6c7fa3987796..2ba4730c5bb4 100644
--- a/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
+++ b/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl
@@ -36,7 +36,7 @@ interface XServiceConstructorDescription {
/**
Returns whether the constructor is a default constructor.
- @return <TRUE/> if the constructor is a default constructor
+ @return `TRUE` if the constructor is a default constructor
*/
boolean isDefaultConstructor();
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
index 46307faca4bf..afa0e99e271a 100644
--- a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
@@ -40,8 +40,8 @@ interface XServiceTypeDescription2: XServiceTypeDescription {
Returns whether this object reflects a single-interface&ndash;based
service.
- @return <TRUE/> if this object reflects a single-interface&ndash;based
- service, and <FALSE/> if this object reflects an obsolete,
+ @return `TRUE` if this object reflects a single-interface&ndash;based
+ service, and `FALSE` if this object reflects an obsolete,
accumulation-based service
*/
boolean isSingleInterfaceBased();
@@ -55,7 +55,7 @@ interface XServiceTypeDescription2: XServiceTypeDescription {
or, in case of a typedef, <type
scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
for a single-interface&ndash;based service; for an obsolete,
- accumulation-based service, <NULL/> is returned
+ accumulation-based service, `NULL` is returned
*/
XTypeDescription getInterface();
diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
index beb3e3831187..8de061ba8654 100644
--- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
@@ -44,7 +44,7 @@ published interface XSingletonTypeDescription : com::sun::star::reflection::XTyp
@return the reflection of the service associated with the singleton, for
an obsolete, service-based singleton; for an interface-based
- singleton, <NULL/> is returned
+ singleton, `NULL` is returned
*/
XServiceTypeDescription getService();
diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
index c892968b7d19..90c32d184a62 100644
--- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl
@@ -38,8 +38,8 @@ interface XSingletonTypeDescription2: XSingletonTypeDescription {
/**
Returns whether this object reflects an interface-based singleton.
- @return <TRUE/> if this object reflects an interface-based singleton, and
- <FALSE/> if this object reflects an obsolete, service-based singleton
+ @return `TRUE` if this object reflects an interface-based singleton, and
+ `FALSE` if this object reflects an obsolete, service-based singleton
*/
boolean isInterfaceBased();
@@ -52,7 +52,7 @@ interface XSingletonTypeDescription2: XSingletonTypeDescription {
or, in case of a typedef, <type
scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
for an interface-based singleton; for an obsolete, service-based
- singleton, <NULL/> is returned
+ singleton, `NULL` is returned
*/
XTypeDescription getInterface();
};
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index 4626fe37fe45..b60c3de2d513 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -40,7 +40,7 @@
</dd>
<dt> <b>isValid</b>
</dt>
- <dd> checks if the local registry is valid. If the interface is not <NULL/>
+ <dd> checks if the local registry is valid. If the interface is not `NULL`
the local registry should always be valid.
</dd>
<dt> <b>isReadOnly</b> </dt>
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 07cdc7b990c5..841c9d793b9b 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -42,7 +42,7 @@
</dd>
<dt> <b>isValid</b>
</dt>
- <dd> checks if registry1 is valid. If the interface is not <NULL/>
+ <dd> checks if registry1 is valid. If the interface is not `NULL`
then registry1 should always be valid.
</dd>
diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl
index f9456e797653..d2759d9e3112 100644
--- a/udkapi/com/sun/star/registry/XRegistryKey.idl
+++ b/udkapi/com/sun/star/registry/XRegistryKey.idl
@@ -341,9 +341,9 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
/** creates a new link in the registry.
@returns
- <TRUE/> if the link was created. If the link already
+ `TRUE` if the link was created. If the link already
exists or the link target does not exist, the
- function returns <FALSE/>.
+ function returns `FALSE`.
@param aLinkName
specifies the relative path from the current key to
diff --git a/udkapi/com/sun/star/script/XDirectInvocation.idl b/udkapi/com/sun/star/script/XDirectInvocation.idl
index c0bcac41e148..801ad43e95c4 100644
--- a/udkapi/com/sun/star/script/XDirectInvocation.idl
+++ b/udkapi/com/sun/star/script/XDirectInvocation.idl
@@ -47,7 +47,7 @@ published interface XDirectInvocation: com::sun::star::uno::XInterface
com::sun::star::script::CannotConvertException,
com::sun::star::reflection::InvocationTargetException );
- /** returns <TRUE/> if the method or property with the specified name exists, else <FALSE/>.
+ /** returns `TRUE` if the method or property with the specified name exists, else `FALSE`.
*/
boolean hasMember( [in] string aName );
};
diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl
index 5910c37e3ebb..7545fdb415d6 100644
--- a/udkapi/com/sun/star/script/XInvocation.idl
+++ b/udkapi/com/sun/star/script/XInvocation.idl
@@ -44,7 +44,7 @@
*/
published interface XInvocation: com::sun::star::uno::XInterface
{
- /** returns the introspection from this object or <NULL/>
+ /** returns the introspection from this object or `NULL`
if the object does not provide this information.
*/
com::sun::star::beans::XIntrospectionAccess getIntrospection();
@@ -95,7 +95,7 @@ published interface XInvocation: com::sun::star::uno::XInterface
any getValue( [in] string aPropertyName )
raises( com::sun::star::beans::UnknownPropertyException );
- /** returns <TRUE/> if the method with the specified name exists, else <FALSE/>.
+ /** returns `TRUE` if the method with the specified name exists, else `FALSE`.
<p>This optimizes the calling sequence
( XInvocation::hasMethod(),
@@ -106,7 +106,7 @@ published interface XInvocation: com::sun::star::uno::XInterface
*/
boolean hasMethod( [in] string aName );
- /** returns <TRUE/> if the property with the specified name exists, else <FALSE/>.
+ /** returns `TRUE` if the property with the specified name exists, else `FALSE`.
<p>This optimizes the calling sequence
( XInvocation::hasProperty(),
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl
index c40b4960eb1b..95cc85dc54c3 100644
--- a/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -34,8 +34,8 @@
*/
published interface XLibraryAccess: com::sun::star::uno::XInterface
{
- /** returns <TRUE/>, if the function is accessible through this library;
- otherwise it returns <FALSE/>.
+ /** returns `TRUE`, if the function is accessible through this library;
+ otherwise it returns `FALSE`.
@param aFunctionName
the fully qualified name of a funtion.
@@ -43,7 +43,7 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface
*/
boolean isFunction( [in] string aFunctionName );
- /** returns <TRUE/> if a fully qualified function name begins with this name.
+ /** returns `TRUE` if a fully qualified function name begins with this name.
@param aPathName
a part of a function name (e.g., "UtilLibrary").
diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl
index 5a555fc6256b..147eaba79f2e 100644
--- a/udkapi/com/sun/star/uri/XUriReference.idl
+++ b/udkapi/com/sun/star/uri/XUriReference.idl
@@ -55,7 +55,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
returns whether this URI reference is absolute or relative.
@returns
- <TRUE/> if this URI reference is absolute, <FALSE/> if it is relative.
+ `TRUE` if this URI reference is absolute, `FALSE` if it is relative.
*/
boolean isAbsolute();
@@ -93,7 +93,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
always hierarchical.</p>
@returns
- <TRUE/> if this URI reference is hierarchical, <FALSE/> if it is opaque.
+ `TRUE` if this URI reference is hierarchical, `FALSE` if it is opaque.
*/
boolean isHierarchical();
@@ -101,7 +101,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
returns whether this (hierarchical) URI reference has an authority part.
@returns
- <TRUE/> if this URI reference is hierarchical and has an authority part.
+ `TRUE` if this URI reference is hierarchical and has an authority part.
*/
boolean hasAuthority();
@@ -130,7 +130,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
returns whether this (relative) URI reference has a relative path.
@returns
- <TRUE/> if this URI reference is relative and has a relative path.
+ `TRUE` if this URI reference is relative and has a relative path.
*/
boolean hasRelativePath();
@@ -169,7 +169,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
returns whether this (hierarchical) URI reference has a query part.
@returns
- <TRUE/> if this URI reference is hierarchical and has a query part.
+ `TRUE` if this URI reference is hierarchical and has a query part.
*/
boolean hasQuery();
@@ -188,7 +188,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
returns whether this URI reference has a fragment part.
@returns
- <TRUE/> if this URI reference has a fragment part.
+ `TRUE` if this URI reference has a fragment part.
*/
boolean hasFragment();
diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
index 5f3c56a3fbd5..145ee66c159c 100644
--- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
@@ -45,7 +45,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
an object that supports
com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given input can be parsed
- into a URI reference; otherwise, <NULL/> is returned.
+ into a URI reference; otherwise, `NULL` is returned.
*/
XUriReference parse([in] string uriReference);
@@ -64,10 +64,10 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
URI references.
@param processSpecialBaseSegments
- if <TRUE/>, special segments (&ldquo;<code>.</code>&rdquo; and
+ if `TRUE`, special segments (&ldquo;<code>.</code>&rdquo; and
&ldquo;<code>..</code>&rdquo;) within the path of the base URI (except
for the last, cut-off segment) are processed as suggested by
- RFC&nbsp;2396. If <FALSE/>, special segments within the path of the base
+ RFC&nbsp;2396. If `FALSE`, special segments within the path of the base
URI are treated like ordinary segments.
@param excessParentSegments
@@ -80,10 +80,10 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
additional, scheme-specific interfaces), if the given
<code>uriReference</code> is either already absolute, or can be resolved
to an absolute URI reference, relative to the given
- <code>baseUriReference</code>; otherwise, <NULL/> is returned.
- Especially, if <code>baseUriReference</code> is <NULL/>, or is not an
+ <code>baseUriReference</code>; otherwise, `NULL` is returned.
+ Especially, if <code>baseUriReference</code> is `NULL`, or is not an
absolute, hierarchical URI reference, or if <code>uriReference</code> is
- <NULL/>, then <NULL/> is always returned.
+ `NULL`, then `NULL` is always returned.
*/
XUriReference makeAbsolute(
[in] XUriReference baseUriReference, [in] XUriReference uriReference,
@@ -106,9 +106,9 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
<code>uriReference</code> (e.g.,
&ldquo;<code>scheme://auth//c/d</code>&rdquo;) have the same scheme and
authority components, and the path component of <code>uriReference</code>
- starts with &ldquo;<code>//</code>&rdquo;. If <TRUE/>, the generated
+ starts with &ldquo;<code>//</code>&rdquo;. If `TRUE`, the generated
relative URI reference includes an authority component (e.g.,
- &ldquo;<code>//auth//c/d</code>&rdquo;); if <FALSE/>, the generated
+ &ldquo;<code>//auth//c/d</code>&rdquo;); if `FALSE`, the generated
relative URI reference has a relative path (e.g.,
&ldquo;<code>..//c/d</code>&rdquo;).
@@ -119,12 +119,12 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
<code>uriReference</code> (e.g.,
&ldquo;<code>scheme://auth/c/d</code>&rdquo;) have the same scheme and
authority components (if present), but share no common path segments. If
- <TRUE/>, the generated relative URI reference has an absolute path (e.g.,
- &ldquo;<code>/c/d</code>&rdquo;); if <FALSE/>, the generated relative URI
+ `TRUE`, the generated relative URI reference has an absolute path (e.g.,
+ &ldquo;<code>/c/d</code>&rdquo;); if `FALSE`, the generated relative URI
reference has a relative path (e.g., &ldquo;<code>../c/d</code>&rdquo;).
@param encodeRetainedSpecialSegments
- if <TRUE/>, special segments (&ldquo;<code>.</code>&rdquo; and
+ if `TRUE`, special segments (&ldquo;<code>.</code>&rdquo; and
&ldquo;<code>..</code>&rdquo;) that are already present in the path
component of the given <code>uriReference</code> and which end up in a
relative path returned from this method, are encoded (as
@@ -138,10 +138,10 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
hierarchical, or is of a different scheme than the given
<code>baseUriReference</code>, or can be changed to a relative URI
reference, relative to the given <code>baseUriReference</code>;
- otherwise, <NULL/> is returned. Especially, if
- <code>baseUriReference</code> is <NULL/>, or is not an absolute,
- hierarchical URI reference, or if <code>uriReference</code> is <NULL/>,
- then <NULL/> is always returned.
+ otherwise, `NULL` is returned. Especially, if
+ <code>baseUriReference</code> is `NULL`, or is not an absolute,
+ hierarchical URI reference, or if <code>uriReference</code> is `NULL`,
+ then `NULL` is always returned.
*/
XUriReference makeRelative(
[in] XUriReference baseUriReference, [in] XUriReference uriReference,
diff --git a/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
index 881c19a2dd09..0794ba803f80 100644
--- a/udkapi/com/sun/star/uri/XUriSchemeParser.idl
+++ b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
@@ -57,7 +57,7 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface {
an object that supports
com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given input can be parsed
- into an absolute URI; otherwise, <NULL/> is returned.
+ into an absolute URI; otherwise, `NULL` is returned.
*/
XUriReference parse([in] string scheme, [in] string schemeSpecificPart);
};
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
index a8ac8280dc58..72f87c031565 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
@@ -50,7 +50,7 @@ published interface XVndSunStarExpandUrl {
returns the expanded content of this URL.
@param expander
- a macro expander; must not be <NULL/>.
+ a macro expander; must not be `NULL`.
@returns
the expanded content of this URL.
diff --git a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
index a7ba3e68fe3d..03b58b718564 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
@@ -39,9 +39,9 @@ published interface XVndSunStarPkgUrlReferenceFactory {
no fragment.</p>
@param authority the authority of the created URL reference; must not be
- <NULL/>, and should be an absolute URI reference with no fragment
+ `NULL`, and should be an absolute URI reference with no fragment
- @return a new &ldquo;vnd.sun.star.pkg&rdquo; URL reference, or <NULL/> if
+ @return a new &ldquo;vnd.sun.star.pkg&rdquo; URL reference, or `NULL` if
the given authority is either not an absolute URI reference or has a
fragment
*/
diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
index 6a55b5155955..15161ddb0098 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
@@ -85,8 +85,8 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
a non-escaped key.
@returns
- <TRUE/> if this URL has at least one parameter with the given key. In
- particular, if <code>key</code> is an empty `string`, <FALSE/>
+ `TRUE` if this URL has at least one parameter with the given key. In
+ particular, if <code>key</code> is an empty `string`, `FALSE`
is returned.
*/
boolean hasParameter([in] string key);