summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
index ef1b72280525..feebf469e0fd 100644
--- a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module linguistic2 {
/** is used to manage and maintain a list of conversion dictionaries.
<p>The dictionaries added to the list may or may not support the
- <type scope="com::sun::star::util">XFlushable</type> interface.
+ com::sun::star::util::XFlushable interface.
If they do those dictionaries have to be flushed upon termination
of the dictionary list.</p>
@@ -52,7 +52,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface
parameter.</p>
<p>A dictionary to be added must support the
- <type scope="com::sun::star::linguistic2">XConversionDictionary</type>
+ com::sun::star::linguistic2::XConversionDictionary
interface.
The dictionary to be added needs not necessarily be created by
this service.</p>
@@ -79,7 +79,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface
defines the language of the dictionary.
@param nConversionDictionaryType
- One of <type scope="com::sun::star::linguistic2">ConversionDictionaryType</type> values.
+ One of com::sun::star::linguistic2::ConversionDictionaryType values.
@throws NoSupportException
when <var>nConversionDictionaryType</var> is not known by the implementation.
@@ -122,15 +122,15 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface
@param nConversionDictionaryType
specifies the type of conversion the dictionary
can be used for. It is one of
- <type scope="com::sun::star::linguistic2">ConversionDictionaryType</type>.
+ com::sun::star::linguistic2::ConversionDictionaryType.
@param eConversionDirection
specifies the direction of the conversion to look for.
It is one of
- <type scope="com::sun::star::linguistic2">ConversionDirection</type>.
+ com::sun::star::linguistic2::ConversionDirection.
@param nTextConversionOptions
- Combination of <type scope="com::sun::star::i18n">TextConversionOption</type>
+ Combination of com::sun::star::i18n::TextConversionOption
values.
@throws com::sun::star::lang::IllegalArgumentException
@@ -166,7 +166,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface
@param nConversionDictionaryType
specifies the type of conversion dictionaries to be looked up.
It is one of
- <type scope="com::sun::star::linguistic2">ConversionDictionaryType</type>.
+ com::sun::star::linguistic2::ConversionDictionaryType.
@param eDirection
specifies if the left text or the right text of entries will
be used.