diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:44:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch) | |
tree | d4f2388c89d137d62bced7b9e8339f964d3632ad /udkapi/com/sun/star/container | |
parent | 6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff) |
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g'
Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'udkapi/com/sun/star/container')
-rw-r--r-- | udkapi/com/sun/star/container/EnumerableMap.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XContainerApproveListener.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XElementAccess.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XHierarchicalNameAccess.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XMap.idl | 14 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XNameAccess.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XSet.idl | 4 |
7 files changed, 20 insertions, 20 deletions
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 ); |