summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
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/rdf
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/FileFormat.idl2
-rw-r--r--offapi/com/sun/star/rdf/URI.idl6
-rw-r--r--offapi/com/sun/star/rdf/XDocumentRepository.idl6
-rw-r--r--offapi/com/sun/star/rdf/XLiteral.idl2
-rw-r--r--offapi/com/sun/star/rdf/XRepository.idl6
5 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index 7a4bd33d776b..edf7daa8c240 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module rdf {
<p>
Note that these are integers because UNO IDL does not permit
- <atom>string</atom> constants.
+ `string` constants.
</p>
@since OOo 3.0
diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl
index c39fa47a4e38..b057e42660d6 100644
--- a/offapi/com/sun/star/rdf/URI.idl
+++ b/offapi/com/sun/star/rdf/URI.idl
@@ -39,7 +39,7 @@ service URI : XURI
/** creates an URI RDF node.
@param Value
- the URI, represented as <atom>string</atom>.
+ the URI, represented as `string`.
@throws com::sun::star::lang::IllegalArgumentException
if the argument does not represent a valid URI
@@ -51,10 +51,10 @@ service URI : XURI
@param Namespace
the namespace prefix of the URI, represented as
- <atom>string</atom>.
+ `string`.
@param LocalName
- the local name of the URI, represented as <atom>string</atom>.
+ the local name of the URI, represented as `string`.
@throws com::sun::star::lang::IllegalArgumentException
if the arguments do not represent a valid URI
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl
index d9d260ec7d4e..9e056048db4f 100644
--- a/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -53,7 +53,7 @@ interface XDocumentRepository : XRepository
<ol>
<li>Remove all previously set RDFa statements for the Object parameter
from the repository</li>
- <li>If the RDFaContent parameter is the empty <atom>string</atom>,
+ <li>If the RDFaContent parameter is the empty `string`,
for every Predicate in the given list of Predicates,
add the following RDF statement to an unspecified named graph:
<ul>
@@ -61,7 +61,7 @@ interface XDocumentRepository : XRepository
XLiteral(Object->getText()^^RDFaDatatype)</code></li>
</ul>
</li>
- <li>If the RDFaContent parameter is not the empty <atom>string</atom>,
+ <li>If the RDFaContent parameter is not the empty `string`,
for every Predicate in the given list of Predicates,
add the following RDF statement to an unspecified named graph:
<ul>
@@ -95,7 +95,7 @@ interface XDocumentRepository : XRepository
@param RDFaContent
the <code>rdfa:content</code> attribute (may be the empty
- <atom>string</atom>).
+ `string`).
@param RDFaDatatype
the <code>rdfa:datatype</code> attribute (may be <NULL/>)
diff --git a/offapi/com/sun/star/rdf/XLiteral.idl b/offapi/com/sun/star/rdf/XLiteral.idl
index e76ebc6f5f23..4233291e2d36 100644
--- a/offapi/com/sun/star/rdf/XLiteral.idl
+++ b/offapi/com/sun/star/rdf/XLiteral.idl
@@ -46,7 +46,7 @@ interface XLiteral : XNode
{
/// the content of the literal
[readonly, attribute] string Value;
- /// the language of the literal; may be the empty <atom>string</atom>
+ /// the language of the literal; may be the empty `string`
[readonly, attribute] string Language;
/// the data type of the literal; may be <NULL/>
[readonly, attribute] XURI Datatype;
diff --git a/offapi/com/sun/star/rdf/XRepository.idl b/offapi/com/sun/star/rdf/XRepository.idl
index 38673678cdfc..5899461593e6 100644
--- a/offapi/com/sun/star/rdf/XRepository.idl
+++ b/offapi/com/sun/star/rdf/XRepository.idl
@@ -313,7 +313,7 @@ interface XRepository
</p>
@param Query
- the SPARQL query <atom>string</atom>
+ the SPARQL query `string`
@returns
an enumeration, containing
@@ -343,7 +343,7 @@ interface XRepository
</p>
@param Query
- the SPARQL query <atom>string</atom>
+ the SPARQL query `string`
@returns
an iterator over the query result graph, represented as an
@@ -370,7 +370,7 @@ interface XRepository
</p>
@param Query
- the SPARQL query <atom>string</atom>
+ the SPARQL query `string`
@returns
the boolean query result