summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /offapi/com/sun/star/ucb
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl18
-rw-r--r--offapi/com/sun/star/ucb/HierarchyDataSource.idl2
-rw-r--r--offapi/com/sun/star/ucb/XAnyCompare.idl4
-rw-r--r--offapi/com/sun/star/ucb/XProgressHandler.idl4
4 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl b/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
index 27fc3959586a..1c034f2e8cac 100644
--- a/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
+++ b/offapi/com/sun/star/ucb/HierarchyDataReadAccess.idl
@@ -36,9 +36,9 @@ module com { module sun { module star { module ucb {
<p>Each hierarchy data node has three data members:
<ul>
- <li>"Title", which is of type <atom>string</atom>. It contains a title
+ <li>"Title", which is of type `string`. It contains a title
for the node. This value must not be empty.
- <li>"TargetURL", which is of type <atom>string</atom></li> It may contain
+ <li>"TargetURL", which is of type `string`</li> It may contain
any URL, which will be treated as the target of a hierarchy link.
<li>"Children", which is of type HierarchyDataReadAccess or
of type HierarchyDataReadWriteAccess</li>, depending on the
@@ -51,10 +51,10 @@ published service HierarchyDataReadAccess
<p>Examples:
<ul>
- <li><code>getByName( "Title" )</code> will return an <atom>any</atom>
+ <li><code>getByName( "Title" )</code> will return an `any`
containing a string containing the title of the node.
</li>
- <li><code>getByName( "Children" )</code> will return an <atom>any</atom>
+ <li><code>getByName( "Children" )</code> will return an `any`
containing an implementation of service
HierarchyDataReadAccess, if it was called on a read-only
node. It will return an implementation of service
@@ -92,13 +92,13 @@ published service HierarchyDataReadAccess
<ul>
<li>
<code>getByHierarchicalName( "Title" )</code> will return an
- <atom>any</atom> containing a string containing the title of the node
+ `any` containing a string containing the title of the node
itself.
</li>
<li>
<code>getByHierarchicalName( "Children/['subnode1']" )</code> will give
access to the child node named "subnode1" of the node. It will return
- an <atom>any</atom> containing an implementation of service
+ an `any` containing an implementation of service
HierarchyDataReadAccess, if it was called on a read-only
node. It will return an implementation of service
HierarchyDataReadWriteAccess if it was called on a
@@ -107,13 +107,13 @@ published service HierarchyDataReadAccess
<li>
<code>getByHierarchicalName( "Children/['subnode2']/TargetURL" )</code>
will give direct access to the "TargetURL" data member of the child node
- named "subnode2" of the node. It will return an <atom>any</atom>
- containing a <atom>string</atom> containing the target URL of the node.
+ named "subnode2" of the node. It will return an `any`
+ containing a `string` containing the target URL of the node.
</li>
<li>
<code>getByHierarchicalName( "Children/['subnode3']/Children" )</code>
will give direct access to the "Children" data member of the child node
- named "subnode3" of the node. It will return an <atom>any</atom>
+ named "subnode3" of the node. It will return an `any`
containing an implementation of service
HierarchyDataReadAccess, if it was called on a read-only
node. It will return an implementation of service
diff --git a/offapi/com/sun/star/ucb/HierarchyDataSource.idl b/offapi/com/sun/star/ucb/HierarchyDataSource.idl
index 0da7ea0f18b6..4a9842cb67fc 100644
--- a/offapi/com/sun/star/ucb/HierarchyDataSource.idl
+++ b/offapi/com/sun/star/ucb/HierarchyDataSource.idl
@@ -65,7 +65,7 @@ published service HierarchyDataSource
<p>With both of the standard service specifiers above, an implementation
must accept a property named <code>nodepath</code> of type
- <atom>string</atom>. This property must contain the absolute path to an
+ `string`. This property must contain the absolute path to an
element of the data. The view that is selected consists of the named
element and all its descendants. A path consists of segments that are
separated by a single slash ("/"). There is neither a leading nor a
diff --git a/offapi/com/sun/star/ucb/XAnyCompare.idl b/offapi/com/sun/star/ucb/XAnyCompare.idl
index d0809f549666..cac854fd57d1 100644
--- a/offapi/com/sun/star/ucb/XAnyCompare.idl
+++ b/offapi/com/sun/star/ucb/XAnyCompare.idl
@@ -24,12 +24,12 @@
module com { module sun { module star { module ucb {
-/** compares two <atom>any</atom>s.
+/** compares two `any`s.
*/
published interface XAnyCompare: com::sun::star::uno::XInterface
{
- /** allows comparison of two <atom>any</atom>s.
+ /** allows comparison of two `any`s.
@param Any1
is the first compare value
diff --git a/offapi/com/sun/star/ucb/XProgressHandler.idl b/offapi/com/sun/star/ucb/XProgressHandler.idl
index 170a8670c65e..bfa4d5644f8c 100644
--- a/offapi/com/sun/star/ucb/XProgressHandler.idl
+++ b/offapi/com/sun/star/ucb/XProgressHandler.idl
@@ -37,11 +37,11 @@ published interface XProgressHandler: com::sun::star::uno::XInterface
be an agreement between caller and callee of methods
XProgressHandler::push() and
XProgressHandler::update() as to which Status
- arguments are meaningful. For example, a <atom>string</atom> argument
+ arguments are meaningful. For example, a `string` argument
to XProgressHandler::push() should be used to transport
some status text that describes the progress being made (possibly
followed by one or more XProgressHandler::update()s with
- <atom>string</atom> arguments, if the appropriate status text changes
+ `string` arguments, if the appropriate status text changes
as progress is being made).
*/
void push([in] any Status);