summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XDictionaryList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XDictionaryList.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XDictionaryList.idl38
1 files changed, 19 insertions, 19 deletions
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,