summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2
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
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')
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryEvent.idl10
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryList.idl6
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryListEvent.idl14
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl6
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryType.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/LinguServiceEvent.idl12
-rw-r--r--offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/SpellFailure.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionDictionary.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl14
-rw-r--r--offapi/com/sun/star/linguistic2/XConversionPropertyType.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionary.idl28
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryEntry.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl8
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryList.idl38
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl6
-rw-r--r--offapi/com/sun/star/linguistic2/XHyphenatedWord.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XHyphenator.idl18
-rw-r--r--offapi/com/sun/star/linguistic2/XLanguageGuessing.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl8
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl6
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguServiceManager.idl16
-rw-r--r--offapi/com/sun/star/linguistic2/XMeaning.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XPossibleHyphens.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XSearchableDictionary.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl2
-rw-r--r--offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XSpellAlternatives.idl4
-rw-r--r--offapi/com/sun/star/linguistic2/XSpellChecker.idl8
-rw-r--r--offapi/com/sun/star/linguistic2/XSupportedLocales.idl10
-rw-r--r--offapi/com/sun/star/linguistic2/XThesaurus.idl8
32 files changed, 131 insertions, 131 deletions
diff --git a/offapi/com/sun/star/linguistic2/DictionaryEvent.idl b/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
index 6b3e2a4a3330..f6dfe8bac4a4 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryEvent.idl
@@ -33,9 +33,9 @@ module com { module sun { module star { module linguistic2 {
It consists of an event type and may supply an affected
dictionary entry.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
- @see <type scope="com::sun::star::lang">EventObject</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::linguistic2::XDictionaryEventListener
+ @see com::sun::star::lang::EventObject
*/
published struct DictionaryEvent : com::sun::star::lang::EventObject
{
@@ -44,7 +44,7 @@ published struct DictionaryEvent : com::sun::star::lang::EventObject
<p>This must be the value of a single flag. No combinations are
allowed.</p>
- @see <type scope="com::sun::star::linguistic2">DictionaryEventFlags</type>
+ @see com::sun::star::linguistic2::DictionaryEventFlags
*/
short nEvent;
@@ -53,7 +53,7 @@ published struct DictionaryEvent : com::sun::star::lang::EventObject
<p>It must be set if an entry was
added or deleted, otherwise it should be empty.</p>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
+ @see com::sun::star::linguistic2::XDictionaryEntry
*/
com::sun::star::linguistic2::XDictionaryEntry xDictionaryEntry;
diff --git a/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl b/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
index 2b0843ad9d3f..6460a21fb0ba 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryEventFlags.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module linguistic2 {
<P>These flags represent the type of events that a dictionary
may broadcast.</P>
- @see <type scope="com::sun::star::linguistic2">DictionaryEvent</type>
+ @see com::sun::star::linguistic2::DictionaryEvent
*/
published constants DictionaryEventFlags
{
diff --git a/offapi/com/sun/star/linguistic2/DictionaryList.idl b/offapi/com/sun/star/linguistic2/DictionaryList.idl
index 4e0c53ed8950..c12a0018ad4d 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryList.idl
@@ -29,9 +29,9 @@ module com { module sun { module star { module linguistic2 {
<P>The active dictionaries of this list will be used for
spell checking and hyphenation.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryList</type>
- @see <type scope="com::sun::star::linguistic2">XSearchableDictionaryList</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::linguistic2::XDictionaryList
+ @see com::sun::star::linguistic2::XSearchableDictionaryList
*/
published service DictionaryList : XSearchableDictionaryList;
diff --git a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
index e93590416e49..9254c2c9cffd 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl
@@ -39,19 +39,19 @@ module com { module sun { module star { module linguistic2 {
last broadcasting will be supplied. Otherwise, that list will
be empty.</P>
- @see <type scope="com::sun::star::linguistic2">DictionaryList</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
- @see <type scope="com::sun::star::lang">EventObject</type>
+ @see com::sun::star::linguistic2::DictionaryList
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
+ @see com::sun::star::lang::EventObject
*/
published struct DictionaryListEvent : com::sun::star::lang::EventObject
{
/** the combined type of the accumulated events.
<p>The value can be the combination of multiple
- <type scope="com::sun::star::linguistic2">DictionaryListEventFlags</type>
+ com::sun::star::linguistic2::DictionaryListEventFlags
by applying the logical OR to them.</p>
- @see <type scope="com::sun::star::linguistic2">DictionaryListEventFlags</type>
+ @see com::sun::star::linguistic2::DictionaryListEventFlags
<!-- Dennis: Does the <type> tag change the display of its contents -->
<!-- Thomas: AFAIK it should translate into a hyperlink or so. -->
@@ -61,11 +61,11 @@ published struct DictionaryListEvent : com::sun::star::lang::EventObject
/** list of accumulated dictionary events.
<p>It will be empty if all
- <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
+ com::sun::star::linguistic2::XDictionaryListEventListener
are satisfied with the condensed representation of the
<member scope="com::sun::star::linguistic2">DictionaryListEvent::nCondensedEvent</member>.</p>
- @see <type scope="com::sun::star::linguistic2">DictionaryEvent</type>
+ @see com::sun::star::linguistic2::DictionaryEvent
*/
sequence< com::sun::star::linguistic2::DictionaryEvent > aDictionaryEvents;
diff --git a/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl b/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
index d6790a541178..5371d522e1e5 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryListEventFlags.idl
@@ -28,9 +28,9 @@ module com { module sun { module star { module linguistic2 {
<P>These flags define the possible types for a
dictionary-list event.</P>
- @see <type scope="com::sun::star::linguistic2">DictionaryListEvent</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryList</type>
+ @see com::sun::star::linguistic2::DictionaryListEvent
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
+ @see com::sun::star::linguistic2::XDictionaryList
*/
published constants DictionaryListEventFlags
{
diff --git a/offapi/com/sun/star/linguistic2/DictionaryType.idl b/offapi/com/sun/star/linguistic2/DictionaryType.idl
index 14445e0da1d0..cbfc2ae29e8f 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryType.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryType.idl
@@ -31,8 +31,8 @@ module com { module sun { module star { module linguistic2 {
checking) and a negative one only negative entries (words defined
to be reported as incorrect by the spell checker).</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::linguistic2::XDictionaryEntry
*/
published enum DictionaryType
{
diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
index f86a9ca2f00c..fc30ac0144f9 100644
--- a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
+++ b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
@@ -33,18 +33,18 @@ module com { module sun { module star { module linguistic2 {
and/or the spelling of previously incorrect or correct words
should be checked again.</P>
- @see <type scope="com::sun::star::linguistic2">XLinguServiceEventBroadcaster</type>
- @see <type scope="com::sun::star::linguistic2">XLinguServiceEventListener</type>
- @see <type scope="com::sun::star::linguistic2">SpellChecker</type>
- @see <type scope="com::sun::star::linguistic2">Hyphenator</type>
- @see <type scope="com::sun::star::lang">EventObject</type>
+ @see com::sun::star::linguistic2::XLinguServiceEventBroadcaster
+ @see com::sun::star::linguistic2::XLinguServiceEventListener
+ @see com::sun::star::linguistic2::SpellChecker
+ @see com::sun::star::linguistic2::Hyphenator
+ @see com::sun::star::lang::EventObject
*/
published struct LinguServiceEvent : com::sun::star::lang::EventObject
{
/** The type of event.
<p>The value may be combined via logical OR from those values
- defined in <type scope="com::sun::star::linguistic2">LinguServiceEventFlags</type></p>
+ defined in com::sun::star::linguistic2::LinguServiceEventFlags</p>
*/
short nEvent;
diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
index 8c6fec6d34b8..324a74483286 100644
--- a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
+++ b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module linguistic2 {
<P>These values define the flags which may be logically combined
to build the event type of a
- <type scope="com::sun::star::linguistic2">LinguServiceEvent</type></P>
+ com::sun::star::linguistic2::LinguServiceEvent</P>
*/
published constants LinguServiceEventFlags
{
diff --git a/offapi/com/sun/star/linguistic2/SpellFailure.idl b/offapi/com/sun/star/linguistic2/SpellFailure.idl
index ee835bac62d1..fb02fe734c67 100644
--- a/offapi/com/sun/star/linguistic2/SpellFailure.idl
+++ b/offapi/com/sun/star/linguistic2/SpellFailure.idl
@@ -26,11 +26,11 @@ module com { module sun { module star { module linguistic2 {
/** these define the various return types for spell checking to fail verification.
<P>A value of this type is part of the
- <type scope="com::sun::star::linguistic2">XSpellAlternatives</type>
+ com::sun::star::linguistic2::XSpellAlternatives
interface which is the return type for an unsuccessful
spelling attempt.</P>
- @see <type scope="com::sun::star::linguistic2">XSpellChecker</type>
+ @see com::sun::star::linguistic2::XSpellChecker
*/
published constants SpellFailure
{
diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
index e4735bf4f30c..6c9890dcbccc 100644
--- a/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
+++ b/offapi/com/sun/star/linguistic2/XConversionDictionary.idl
@@ -113,10 +113,10 @@ published interface XConversionDictionary : com::sun::star::uno::XInterface
@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
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.
diff --git a/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl b/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
index 19be119e5053..7e822d9c0d7a 100644
--- a/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
+++ b/offapi/com/sun/star/linguistic2/XConversionPropertyType.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module linguistic2 {
conversion dictionary
<p>The property type must be one of
- <type scope="com::sun::star::linguistic2">ConversionPropertyType</type></p>
+ com::sun::star::linguistic2::ConversionPropertyType</p>
@see com::sun::star::linguistic2::XConversionDictionary
@see com::sun::star::linguistic2::ConversionPropertyType
diff --git a/offapi/com/sun/star/linguistic2/XDictionary.idl b/offapi/com/sun/star/linguistic2/XDictionary.idl
index 419d94688158..5582a3720027 100644
--- a/offapi/com/sun/star/linguistic2/XDictionary.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionary.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module linguistic2 {
<P>Personal dictionaries are used to supply additional
information for spell checking and hyphenation (see
- <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>).
+ com::sun::star::linguistic2::XDictionaryEntry).
Only active dictionaries with an appropriate language are used
for that purpose.
The entries of an active, positive dictionary are words that are
@@ -43,8 +43,8 @@ module com { module sun { module star { module linguistic2 {
SPELLCHECK. An entry in a negative dictionary may supply a
proposal for a word to be used instead of the one being used.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEvent</type>
- @see <type scope="com::sun::star::container">XNamed</type>
+ @see com::sun::star::linguistic2::XDictionaryEvent
+ @see com::sun::star::container::XNamed
*/
published interface XDictionary : com::sun::star::container::XNamed
{
@@ -53,7 +53,7 @@ published interface XDictionary : com::sun::star::container::XNamed
@returns
the type of the dictionary.
- @see <type scope="com::sun::star::linguistic2">DictionaryType</type>
+ @see com::sun::star::linguistic2::DictionaryType
*/
com::sun::star::linguistic2::DictionaryType getDictionaryType();
@@ -81,7 +81,7 @@ published interface XDictionary : com::sun::star::container::XNamed
@returns
the language of the dictionary.
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::lang::Locale
*/
com::sun::star::lang::Locale getLocale();
@@ -90,7 +90,7 @@ published interface XDictionary : com::sun::star::container::XNamed
@param aLocale
the new language of the dictionary.
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::lang::Locale
*/
void setLocale( [in] com::sun::star::lang::Locale aLocale );
@@ -103,7 +103,7 @@ published interface XDictionary : com::sun::star::container::XNamed
@param aWord
the word to be looked for.
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
+ @see com::sun::star::linguistic2::XDictionaryEntry
*/
com::sun::star::linguistic2::XDictionaryEntry getEntry( [in] string aWord );
@@ -121,8 +121,8 @@ published interface XDictionary : com::sun::star::container::XNamed
@returns
<TRUE/> if the entry was successfully added <FALSE/> otherwise.
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
- @see <type scope="com::sun::star::linguistic2">DictionaryType</type>
+ @see com::sun::star::linguistic2::XDictionaryEntry
+ @see com::sun::star::linguistic2::DictionaryType
*/
boolean addEntry(
[in] com::sun::star::linguistic2::XDictionaryEntry xDicEntry );
@@ -148,7 +148,7 @@ published interface XDictionary : com::sun::star::container::XNamed
@returns
<TRUE/> if the entry was successfully added, <FALSE/> otherwise.
- @see <type scope="com::sun::star::linguistic2">DictionaryType</type>
+ @see com::sun::star::linguistic2::DictionaryType
*/
boolean add(
[in] string aWord,
@@ -180,8 +180,8 @@ published interface XDictionary : com::sun::star::container::XNamed
@returns
a sequence with all the entries of the dictionary.
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
- @see <type scope="com::sun::star::linguistic2">XSearchableDictionary</type>
+ @see com::sun::star::linguistic2::XDictionaryEntry
+ @see com::sun::star::linguistic2::XSearchableDictionary
@deprecated
*/
@@ -206,7 +206,7 @@ published interface XDictionary : com::sun::star::container::XNamed
it will always fail.
@see <member scope="com::sun::star::linguistic2">XDictionary::removeDictionaryEventListener</member>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
+ @see com::sun::star::linguistic2::XDictionaryEventListener
*/
boolean addDictionaryEventListener(
[in] com::sun::star::linguistic2::XDictionaryEventListener xListener );
@@ -221,7 +221,7 @@ published interface XDictionary : com::sun::star::container::XNamed
<FALSE/> if the object was not found in the list.
@see <member scope="com::sun::star::linguistic2">XDictionary::addDictionaryEventListener</member>
- @see <type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
+ @see com::sun::star::linguistic2::XDictionaryEventListener
*/
boolean removeDictionaryEventListener(
[in] com::sun::star::linguistic2::XDictionaryEventListener xListener );
diff --git a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
index 095ee325ca29..475b773101c7 100644
--- a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl
@@ -42,8 +42,8 @@ module com { module sun { module star { module linguistic2 {
to be equal. Also a "." at the end of the word will make no
difference.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::uno">XInterface</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::uno::XInterface
*/
published interface XDictionaryEntry : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl b/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
index a6ae90b76e6c..af053808dacb 100644
--- a/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionaryEventListener.idl
@@ -30,10 +30,10 @@ module com { module sun { module star { module linguistic2 {
<P>The single method is used by a dictionary to notify its
listeners about
- <type scope="com::sun::star::linguistic2">DictionaryEvent</type>s.</P>
+ com::sun::star::linguistic2::DictionaryEvents.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::lang">XEventListener</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::lang::XEventListener
*/
published interface XDictionaryEventListener : com::sun::star::lang::XEventListener
{
@@ -42,7 +42,7 @@ published interface XDictionaryEventListener : com::sun::star::lang::XEventListe
@param aDicEvent
the event to be notified of.
- @see <type scope="com::sun::star::lang">DictionaryEvent</type>
+ @see com::sun::star::lang::DictionaryEvent
*/
void processDictionaryEvent(
[in] com::sun::star::linguistic2::DictionaryEvent aDicEvent );
diff --git a/offapi/com/sun/star/linguistic2/XDictionaryList.idl b/offapi/com/sun/star/linguistic2/XDictionaryList.idl
index fade986d2a74..50dbe3f999d2 100644
--- a/offapi/com/sun/star/linguistic2/XDictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionaryList.idl
@@ -33,8 +33,8 @@ module com { module sun { module star { module linguistic2 {
of dictionaries and additional information to be used for
those purposes.</P>
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::uno">XInterface</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::uno::XInterface
*/
published interface XDictionaryList : com::sun::star::uno::XInterface
{
@@ -49,7 +49,7 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
a sequence with an entry for every dictionary
in the list.
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
+ @see com::sun::star::linguistic2::XDictionary
*/
sequence<com::sun::star::linguistic2::XDictionary> getDictionaries();
@@ -62,7 +62,7 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@param aDictionaryName
specifies the name of the dictionary to look for.
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
+ @see com::sun::star::linguistic2::XDictionary
*/
com::sun::star::linguistic2::XDictionary getDictionaryByName(
[in] string aDictionaryName );
@@ -79,7 +79,7 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@param xDictionary
the dictionary to be added.
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
+ @see com::sun::star::linguistic2::XDictionary
*/
boolean addDictionary(
[in] com::sun::star::linguistic2::XDictionary xDictionary );
@@ -97,7 +97,7 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@param xDictionary
dictionary to be removed from the list of dictionaries.
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
+ @see com::sun::star::linguistic2::XDictionary
*/
boolean removeDictionary(
[in] com::sun::star::linguistic2::XDictionary xDictionary );
@@ -120,8 +120,8 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
<TRUE/> if the listener requires more detailed event
notification than usual.
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEvent</type>
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
+ @see com::sun::star::linguistic2::XDictionaryListEvent
*/
boolean addDictionaryListEventListener(
[in] com::sun::star::linguistic2::XDictionaryListEventListener xListener,
@@ -136,8 +136,8 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@param xListener
the object to be removed from the listener list.
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEvent</type>
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
+ @see com::sun::star::linguistic2::XDictionaryListEvent
*/
boolean removeDictionaryListEventListener(
[in] com::sun::star::linguistic2::XDictionaryListEventListener xListener );
@@ -152,8 +152,8 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@returns
the current request level for event buffering.
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEvent</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
+ @see com::sun::star::linguistic2::XDictionaryListEvent
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
@see <member scope="com::sun::star::linguistic2">XDictionaryList::endCollectEvents</member>
@see <member scope="com::sun::star::linguistic2">XDictionaryList::flushEvents</member>
*/
@@ -170,8 +170,8 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@returns
the current request level for event buffering.
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEvent</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
+ @see com::sun::star::linguistic2::XDictionaryListEvent
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
@see <member scope="com::sun::star::linguistic2">XDictionaryList::beginCollectEvents</member>
@see <member scope="com::sun::star::linguistic2">XDictionaryList::flushEvents</member>
*/
@@ -183,8 +183,8 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
@returns
the current request level for event buffering.
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEvent</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryListEventListener</type>
+ @see com::sun::star::linguistic2::XDictionaryListEvent
+ @see com::sun::star::linguistic2::XDictionaryListEventListener
@see <member scope="com::sun::star::linguistic2">XDictionaryList::beginCollectEvents</member>
@see <member scope="com::sun::star::linguistic2">XDictionaryList::endCollectEvents</member>
*/
@@ -212,9 +212,9 @@ published interface XDictionaryList : com::sun::star::uno::XInterface
if the XStorable interface is supported.
It may be empty, which means the dictionary will not be persistent.
- @see <type scope="com::sun::star::linguistic2">XDictionary</type>
- @see <type scope="com::sun::star::lang">Locale</type>
- @see <type scope="com::sun::star::linguistic2">DictionaryType</type>
+ @see com::sun::star::linguistic2::XDictionary
+ @see com::sun::star::lang::Locale
+ @see com::sun::star::linguistic2::DictionaryType
*/
com::sun::star::linguistic2::XDictionary createDictionary(
[in] string aName,
diff --git a/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl b/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
index 457f90aef02b..86bda5264375 100644
--- a/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
+++ b/offapi/com/sun/star/linguistic2/XDictionaryListEventListener.idl
@@ -33,8 +33,8 @@ module com { module sun { module star { module linguistic2 {
listeners. Its single function will be called by the broadcasting
dictionary-list in order to notify its registered listeners.</P>
- @see <type scope="com::sun::star::linguistic2">DictionaryListEvent</type>
- @see <type scope="com::sun::star::linguistic2">XDictionaryList</type>
+ @see com::sun::star::linguistic2::DictionaryListEvent
+ @see com::sun::star::linguistic2::XDictionaryList
*/
published interface XDictionaryListEventListener : com::sun::star::lang::XEventListener
{
@@ -43,7 +43,7 @@ published interface XDictionaryListEventListener : com::sun::star::lang::XEventL
@param aDicListEvent
the event to be notified of.
- @see <type scope="com::sun::star::linguistic2">DictionaryListEvent</type>
+ @see com::sun::star::linguistic2::DictionaryListEvent
*/
void processDictionaryListEvent(
[in] com::sun::star::linguistic2::DictionaryListEvent aDicListEvent );
diff --git a/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl b/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
index fb48c32be0ec..39c679452d62 100644
--- a/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
+++ b/offapi/com/sun/star/linguistic2/XHyphenatedWord.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module linguistic2 {
<P>This interface is used as a return value for some of the hyphenator
functions.</P>
- @see <type scope="com::sun::star::linguistic2">XHyphenator</type>
+ @see com::sun::star::linguistic2::XHyphenator
*/
published interface XHyphenatedWord : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/linguistic2/XHyphenator.idl b/offapi/com/sun/star/linguistic2/XHyphenator.idl
index 2daed6eccc3a..f07b5faa2aaa 100644
--- a/offapi/com/sun/star/linguistic2/XHyphenator.idl
+++ b/offapi/com/sun/star/linguistic2/XHyphenator.idl
@@ -47,8 +47,8 @@ module com { module sun { module star { module linguistic2 {
fulfills all the restrictions implied by the properties
MinLeading, MinTrailing and MinWordLength.</P>
- @see <type scope="com::sun::star::linguistic2">LinguProperties</type>
- @see <type scope="com::sun::star::linguistic2">XSupportedLocales</type>
+ @see com::sun::star::linguistic2::LinguProperties
+ @see com::sun::star::linguistic2::XSupportedLocales
*/
published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
{
@@ -83,8 +83,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XHyphenatedWord
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XHyphenatedWord hyphenate(
[in] string aWord,
@@ -130,8 +130,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XHyphenatedWord</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XHyphenatedWord
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XHyphenatedWord queryAlternativeSpelling(
[in] string aWord,
@@ -143,7 +143,7 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
/** returns information about all possible hyphenation positions of a word.
@returns
- an <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
+ an com::sun::star::linguistic2::XPossibleHyphens
for the given word and language if there are any hyphenation
positions. <NULL/> otherwise.
@@ -162,8 +162,8 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied
with the property set.
- @see <type scope="com::sun::star::linguistic2">XPossibleHyphens</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XPossibleHyphens
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XPossibleHyphens createPossibleHyphens(
[in] string aWord,
diff --git a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
index 6a5a63b67c52..5408ab07666a 100644
--- a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
+++ b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
@@ -136,7 +136,7 @@ interface XLanguageGuessing
specifies the length of the sub-string to be checked.
The value must met 0 <= nLen <= (length of text).
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::lang::Locale
*/
com::sun::star::lang::Locale guessPrimaryLanguage(
[in] string aText,
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl b/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
index 4f9699c1b548..c48b550278bf 100644
--- a/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
+++ b/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
@@ -30,17 +30,17 @@ module com { module sun { module star { module linguistic2 {
<P>This interface may be used by spell checker or hyphenator
implementations to allow clients to be registered and informed about
- <type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s.
+ com::sun::star::linguistic2::LinguServiceEvents.
</P>
<P>Note: The LinguServiceManager forwards the
- <type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s
+ com::sun::star::linguistic2::LinguServiceEvents
it receives (from spell checkers or hyphenators) to its own listeners.
Thus, there should be no need to register
as a listener for a specific implementation./P>
- @see <type scope="com::sun::star::linguistic2">XLinguServiceManager</type>
- @see <type scope="com::sun::star::linguistic2">XLinguServiceEventListener</type>
+ @see com::sun::star::linguistic2::XLinguServiceManager
+ @see com::sun::star::linguistic2::XLinguServiceEventListener
*/
published interface XLinguServiceEventBroadcaster : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl b/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
index 54f1fb7e37d8..ff5b9493c8e5 100644
--- a/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
+++ b/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
@@ -29,12 +29,12 @@ module com { module sun { module star { module linguistic2 {
/** is used to inform listeners about LinguServiceEvents.
<P>The function of this interface is used by the
- <type scope="com::sun::star::linguistic2">XLinguServiceEventBroadcaster</type>
+ com::sun::star::linguistic2::XLinguServiceEventBroadcaster
to inform its listeners about the
- <type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s.
+ com::sun::star::linguistic2::LinguServiceEvents.
</P>
- @see <type scope="com::sun::star::linguistic2">XLinguServiceManager</type>
+ @see com::sun::star::linguistic2::XLinguServiceManager
*/
published interface XLinguServiceEventListener : com::sun::star::lang::XEventListener
{
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
index f6bc64722e8b..63c330384980 100644
--- a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
+++ b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
@@ -51,29 +51,29 @@ module com { module sun { module star { module linguistic2 {
<P> For the thesaurus, the behavior is the same when no meaning was found.
</P>
- @see <type scope="com::sun::star::linguistic2">SpellChecker</type>
- @see <type scope="com::sun::star::linguistic2">Hyphenator</type>
- @see <type scope="com::sun::star::linguistic2">Thesaurus</type>
+ @see com::sun::star::linguistic2::SpellChecker
+ @see com::sun::star::linguistic2::Hyphenator
+ @see com::sun::star::linguistic2::Thesaurus
*/
published interface XLinguServiceManager : com::sun::star::uno::XInterface
{
/**
@returns
- the <type scope="com::sun::star::linguistic2">XSpellChecker</type>
+ the com::sun::star::linguistic2::XSpellChecker
interface to be used for spell checking.
*/
com::sun::star::linguistic2::XSpellChecker getSpellChecker();
/**
@returns
- the <type scope="com::sun::star::linguistic2">XHyphenator</type>
+ the com::sun::star::linguistic2::XHyphenator
interface to be used for hyphenation.
*/
com::sun::star::linguistic2::XHyphenator getHyphenator();
/**
@returns
- the <type scope="com::sun::star::linguistic2">XThesaurus</type>
+ the com::sun::star::linguistic2::XThesaurus
interface to be used for thesaurus functionality.
*/
com::sun::star::linguistic2::XThesaurus getThesaurus();
@@ -81,9 +81,9 @@ published interface XLinguServiceManager : com::sun::star::uno::XInterface
/** adds a listener to the list of event listeners.
<P>The listeners may support one or both of
- <type scope="com::sun::star::linguistic2">XDictionaryEventListener</type>
+ com::sun::star::linguistic2::XDictionaryEventListener
and
- <type scope="com::sun::star::linguistic2">XLinguServiceEventListener</type>
+ com::sun::star::linguistic2::XLinguServiceEventListener
interfaces.
</P>
diff --git a/offapi/com/sun/star/linguistic2/XMeaning.idl b/offapi/com/sun/star/linguistic2/XMeaning.idl
index 3c10925480fe..c93764d9afed 100644
--- a/offapi/com/sun/star/linguistic2/XMeaning.idl
+++ b/offapi/com/sun/star/linguistic2/XMeaning.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module linguistic2 {
call and allows for retrieval of its synonyms.
</P>
- @see <type scope="com::sun::star::linguistic2">XThesaurus</type>
+ @see com::sun::star::linguistic2::XThesaurus
*/
published interface XMeaning : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
index 731d991b3c9a..5e2bd1bc35bf 100644
--- a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
+++ b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module linguistic2 {
position 9 you will get an additional "f" before the hyphen
character.</P>
- @see <type scope="com::sun::star::linguistic2">XHyphenator</type>
+ @see com::sun::star::linguistic2::XHyphenator
*/
published interface XPossibleHyphens : com::sun::star::uno::XInterface
{
@@ -51,7 +51,7 @@ published interface XPossibleHyphens : com::sun::star::uno::XInterface
/** @returns
the language of the hyphenated word.
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::lang::Locale
*/
com::sun::star::lang::Locale getLocale();
diff --git a/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl b/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
index c844ad5950a7..a4488541224a 100644
--- a/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
+++ b/offapi/com/sun/star/linguistic2/XSearchableDictionary.idl
@@ -39,8 +39,8 @@ interface XSearchableDictionary : com::sun::star::linguistic2::XDictionary
@returns
the list of similar entries found.
- @see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>
- @see <type scope="com::sun::star::linguistic2">XSearchableDictionaryList</type>
+ @see com::sun::star::linguistic2::XDictionaryEntry
+ @see com::sun::star::linguistic2::XSearchableDictionaryList
@since OOo 3.0.1
*/
sequence< com::sun::star::linguistic2::XDictionaryEntry > searchSimilarEntries( [in] string aWord );
diff --git a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
index 475dd6bb6ca5..54d5dbbc60e7 100644
--- a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module linguistic2 {
the dictionary may hold entries of all languages.
<P>
- @see <type scope="com::sun::star::linguistic2">XDictionaryList</type>
+ @see com::sun::star::linguistic2::XDictionaryList
*/
published interface XSearchableDictionaryList : com::sun::star::linguistic2::XDictionaryList
{
diff --git a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
index f0d1812a00a3..09aed304fe8b 100644
--- a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
+++ b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module linguistic2 {
originally returned reference from the spell checker.
E.g. from the user dictionaries.</P>
- @see <type scope="com::sun::star::linguistic2">XSpellAlternatives</type>
+ @see com::sun::star::linguistic2::XSpellAlternatives
*/
interface XSetSpellAlternatives : com::sun::star::uno::XInterface
{
@@ -46,7 +46,7 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface
/**
set the type of error found.
- @see <type scope="com::sun::star::linguistic2">SpellFailure</type>
+ @see com::sun::star::linguistic2::SpellFailure
@since OOo 3.0.1
*/
void setFailureType( [in] short nFailureType );
diff --git a/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
index eb2a92cc2aeb..b10fd00acc6b 100644
--- a/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
+++ b/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module linguistic2 {
a failure-type that may specify why the word was not correct.
</P>
- @see <type scope="com::sun::star::linguistic2">SpellFailure</type>
+ @see com::sun::star::linguistic2::SpellFailure
*/
published interface XSpellAlternatives : com::sun::star::uno::XInterface
{
@@ -55,7 +55,7 @@ published interface XSpellAlternatives : com::sun::star::uno::XInterface
@returns
the type (reason) for spell checking to have failed verification.
- @see <type scope="com::sun::star::linguistic2">SpellFailure</type>
+ @see com::sun::star::linguistic2::SpellFailure
*/
short getFailureType();
diff --git a/offapi/com/sun/star/linguistic2/XSpellChecker.idl b/offapi/com/sun/star/linguistic2/XSpellChecker.idl
index fb3df7816ecc..0c6e9d3a7eed 100644
--- a/offapi/com/sun/star/linguistic2/XSpellChecker.idl
+++ b/offapi/com/sun/star/linguistic2/XSpellChecker.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module linguistic2 {
is correct or additionally, if it was misspelled, some proposals
how it might be correctly written.</P>
- @see <type scope="com::sun::star::linguistic2">XSupportedLocales</type>
+ @see com::sun::star::linguistic2::XSupportedLocales
*/
published interface XSpellChecker : com::sun::star::linguistic2::XSupportedLocales
{
@@ -60,7 +60,7 @@ published interface XSpellChecker : com::sun::star::linguistic2::XSupportedLocal
It is usually empty in order to use the default values supplied with
the property set.
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::lang::Locale
*/
boolean isValid(
[in] string aWord,
@@ -91,8 +91,8 @@ published interface XSpellChecker : com::sun::star::linguistic2::XSupportedLocal
the property set.
exception is raised.</P>
- @see <type scope="com::sun::star::linguistic2">XSpellAlternatives</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::linguistic2::XSpellAlternatives
+ @see com::sun::star::lang::Locale
*/
com::sun::star::linguistic2::XSpellAlternatives spell(
[in] string aWord,
diff --git a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
index 491b40eed2f0..453ef2309489 100644
--- a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
+++ b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
@@ -29,15 +29,15 @@ module com { module sun { module star { module linguistic2 {
/** Offers information about which languages are supported by the object.
<P>This interface has to be implemented by
- <type scope="com::sun::star::linguistic2">SpellChecker</type>,
- <type scope="com::sun::star::linguistic2">Hyphenator</type> and
- <type scope="com::sun::star::linguistic2">Thesaurus</type>
+ com::sun::star::linguistic2::SpellChecker,
+ com::sun::star::linguistic2::Hyphenator and
+ com::sun::star::linguistic2::Thesaurus
implementations in order to be queried for the languages they
can use.
</P>
- @see <type scope="com::sun::star::lang">Locale</type>
- @see <type scope="com::sun::star::uno">XInterface</type>
+ @see com::sun::star::lang::Locale
+ @see com::sun::star::uno::XInterface
*/
published interface XSupportedLocales : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/linguistic2/XThesaurus.idl b/offapi/com/sun/star/linguistic2/XThesaurus.idl
index ea363a56b474..a42fae4a4e7e 100644
--- a/offapi/com/sun/star/linguistic2/XThesaurus.idl
+++ b/offapi/com/sun/star/linguistic2/XThesaurus.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module linguistic2 {
(or small text) with the same or similar meaning.
</P>
- @see <type scope="com::sun::star::linguistic2">XSupportedLocales</type>
+ @see com::sun::star::linguistic2::XSupportedLocales
*/
published interface XThesaurus : com::sun::star::linguistic2::XSupportedLocales
{
@@ -50,7 +50,7 @@ published interface XThesaurus : com::sun::star::linguistic2::XSupportedLocales
specifies the language of the word.
<P>If the language is not supported, an
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
exception is raised.</P>
@param aProperties
@@ -58,8 +58,8 @@ published interface XThesaurus : com::sun::star::linguistic2::XSupportedLocales
It is usually empty in order to use the default values supplied with
the property set.
- @see <type scope="com::sun::star::lang">Locale</type>
- @see <type scope="com::sun::star::linguistic2">XMeaning</type>
+ @see com::sun::star::lang::Locale
+ @see com::sun::star::linguistic2::XMeaning
*/
sequence< com::sun::star::linguistic2::XMeaning > queryMeanings(
[in] string aTerm,