summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n
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 /offapi/com/sun/star/i18n
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/XBreakIterator.idl4
-rw-r--r--offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl4
-rw-r--r--offapi/com/sun/star/i18n/XIndexEntrySupplier.idl4
-rw-r--r--offapi/com/sun/star/i18n/XTextConversion.idl4
-rw-r--r--offapi/com/sun/star/i18n/XTransliteration.idl8
5 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/i18n/XBreakIterator.idl b/offapi/com/sun/star/i18n/XBreakIterator.idl
index 37930fcee43a..7ea9c5d5b023 100644
--- a/offapi/com/sun/star/i18n/XBreakIterator.idl
+++ b/offapi/com/sun/star/i18n/XBreakIterator.idl
@@ -123,7 +123,7 @@ published interface XBreakIterator: com::sun::star::uno::XInterface
of one word and EndPos of previous word. In this situation, the
outcome of the algorithm can be indeterminate. In this situation
the <em>bPreferForward</em> flag is used. If bPreferForward ==
- <FALSE/>, <em>nPos</em> is considered to be the end of the word
+ `FALSE`, <em>nPos</em> is considered to be the end of the word
and we look backwards for beginning of word, otherwise
<em>nPos</em> is considered to be the start of the next word and
we look forwards for the end of the word. </p>
@@ -156,7 +156,7 @@ published interface XBreakIterator: com::sun::star::uno::XInterface
<p> It is possible that both of this method
and following method <em>isEndWord</em> all return
- <TRUE/>, since StartPos of a word is inclusive
+ `TRUE`, since StartPos of a word is inclusive
while EndPos of a word is exclusive.
</p>
diff --git a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
index eca414a78200..d7e1a46e1018 100644
--- a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
+++ b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl
@@ -79,8 +79,8 @@ published interface XExtendedIndexEntrySupplier : ::com::sun::star::i18n::XIndex
comparing index entries
@return
- <TRUE/> if algorithm successfully loaded,
- <FALSE/> else.
+ `TRUE` if algorithm successfully loaded,
+ `FALSE` else.
*/
boolean loadAlgorithm( [in] com::sun::star::lang::Locale aLocale,
[in] string aIndexAlgorithm,
diff --git a/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl b/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
index b95dce043ad1..72195f86a1d7 100644
--- a/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
+++ b/offapi/com/sun/star/i18n/XIndexEntrySupplier.idl
@@ -50,8 +50,8 @@ published interface XIndexEntrySupplier : com::sun::star::uno::XInterface
com::sun::star::lang::Locale.
<p> For example, in English locale it returns <br/>
- <b>"p."</b> for <em>bMorePages</em> == <FALSE/> <br/>
- <b>"pp."</b> for <em>bMorePages</em> == <TRUE/> </p>
+ <b>"p."</b> for <em>bMorePages</em> == `FALSE` <br/>
+ <b>"pp."</b> for <em>bMorePages</em> == `TRUE` </p>
*/
string getIndexFollowPageWord( [in] boolean bMorePages,
[in] com::sun::star::lang::Locale aLocale );
diff --git a/offapi/com/sun/star/i18n/XTextConversion.idl b/offapi/com/sun/star/i18n/XTextConversion.idl
index e809cebb9973..0c48f84df33b 100644
--- a/offapi/com/sun/star/i18n/XTextConversion.idl
+++ b/offapi/com/sun/star/i18n/XTextConversion.idl
@@ -111,8 +111,8 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface
@param nTextConversionOptions
Combination of TextConversionOption values.
@returns
- <TRUE/> if the entry is a valid entry for the dictionary
- <FALSE/> otherwise.
+ `TRUE` if the entry is a valid entry for the dictionary
+ `FALSE` otherwise.
@throws NoSupportException
when <var>nConversionDictionaryType</var> is not known by the implementation,
diff --git a/offapi/com/sun/star/i18n/XTransliteration.idl b/offapi/com/sun/star/i18n/XTransliteration.idl
index 22e8f494481b..4c4867782bae 100644
--- a/offapi/com/sun/star/i18n/XTransliteration.idl
+++ b/offapi/com/sun/star/i18n/XTransliteration.idl
@@ -203,9 +203,9 @@ published interface XTransliteration: com::sun::star::uno::XInterface
<p> Returns the number of matched code points in any case, even if
strings are not equal, for example: <br/>
equals( "a", 0, 1, nMatch1, "aaa", 0, 3, nMatch2 ) <br/>
- returns <FALSE/> and nMatch:=1 and nMatch2:=1 <br/>
+ returns `FALSE` and nMatch:=1 and nMatch2:=1 <br/>
equals( "aab", 0, 3, nMatch1, "aaa", 0, 3, nMatch2 ) <br/>
- returns <FALSE/> and nMatch:=2 and nMatch2:=2 <br/> </p>
+ returns `FALSE` and nMatch:=2 and nMatch2:=2 <br/> </p>
@param aStr1
First string to match.
@@ -232,9 +232,9 @@ published interface XTransliteration: com::sun::star::uno::XInterface
Returns number of matched code points in aStr2.
@returns
- <TRUE/> if the substrings are equal per this
+ `TRUE` if the substrings are equal per this
transliteration <br/>
- <FALSE/> else.
+ `FALSE` else.
*/
boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,