このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XDictionaryList
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: linguistic2 ::

interface XDictionaryList
Description
is used to manage and 持続する a 名簿(に載せる)/表(にあげる) of dictionaries.

A dictionary-名簿(に載せる)/表(にあげる) may be given to a spellchecker or hyphenator service 実施 on their 創造 ーするために 供給(する) a 始める,決める of dictionaries and 付加 (警察などへの)密告,告訴(状) to be used for those 目的s.

See also
XDictionary, ::com::sun::星/主役にする::uno::XInterface

Methods' 要約
getCount  
getDictionaries  
getDictionaryByName searches the 名簿(に載せる)/表(にあげる) for a dictionary with a given 指名する.  
addDictionary 追加するs a dictionary to the 名簿(に載せる)/表(にあげる).  
removeDictionary 除去するs a 選び出す/独身 dictionary from the 名簿(に載せる)/表(にあげる).  
addDictionaryListEventListener 追加するs an 入ること/参加(者) to the 名簿(に載せる)/表(にあげる) of dictionary-名簿(に載せる)/表(にあげる) event listeners.  
removeDictionaryListEventListener 除去するs an 入ること/参加(者) from the 名簿(に載せる)/表(にあげる) of dictionary-名簿(に載せる)/表(にあげる) event listeners.  
beginCollectEvents 増加するs request level for event 衝撃を和らげるものing by one.  
endCollectEvents 紅潮/摘発するs the event 衝撃を和らげるもの and 減少(する)s the request level for event 衝撃を和らげるものing by one.  
flushEvents 通知するs the listeners of all 衝撃を和らげるものd events and then (疑いを)晴らすs that 衝撃を和らげるもの.  
createDictionary creates a new dictionary.  
Methods' 詳細(に述べる)s
getCount
short
getCount();

Returns
the number of dictionaries in the 名簿(に載せる)/表(にあげる).
getDictionaries
sequence< XDictionary >
getDictionaries();

Returns
a sequence with an 入ること/参加(者) for every dictionary in the 名簿(に載せる)/表(にあげる).
See also
XDictionary
getDictionaryByName
XDictionary
getDictionaryByName( [in] string  aDictionaryName );

Description
searches the 名簿(に載せる)/表(にあげる) for a dictionary with a given 指名する.
Returns
the XDictionary with the 明示するd 指名する. If no such dictionary 存在するs, NULL will be returned.
Parameter aDictionaryName
明示するs the 指名する of the dictionary to look for.
See also
XDictionary
addDictionary
boolean
addDictionary( [in] XDictionary  xDictionary );

Description
追加するs a dictionary to the 名簿(に載せる)/表(にあげる).

Additionally, the dictionary-名簿(に載せる)/表(にあげる) will 追加する itself to the 名簿(に載せる)/表(にあげる) of dictionary event listeners of that dictionary.

Returns
true if the dictionary was 追加するd 首尾よく, 誤った さもなければ.
Parameter xDictionary
the dictionary to be 追加するd.
See also
XDictionary
removeDictionary
boolean
removeDictionary( [in] XDictionary  xDictionary );

Description
除去するs a 選び出す/独身 dictionary from the 名簿(に載せる)/表(にあげる).

If the dictionary is still active, it will be deactivated first. The dictionary-名簿(に載せる)/表(にあげる) will 除去する itself from the 名簿(に載せる)/表(にあげる) of dictionary event listeners of the dictionary.

Returns
true if the dictionary was 除去するd 首尾よく, 誤った さもなければ.
Parameter xDictionary
dictionary to be 除去するd from the 名簿(に載せる)/表(にあげる) of dictionaries.
See also
XDictionary
addDictionaryListEventListener
boolean
addDictionaryListEventListener( [in] XDictionaryListEventListener  xListener,
[in] boolean  bReceiveVerbose );

Description
追加するs an 入ること/参加(者) to the 名簿(に載せる)/表(にあげる) of dictionary-名簿(に載せる)/表(にあげる) event listeners.

On dictionary-名簿(に載せる)/表(にあげる) events, each 入ること/参加(者) in the listener 名簿(に載せる)/表(にあげる) will be 通知するd 経由で a call to XDictionaryListEventListener::processDictionaryListEvent.

Returns
true if the 入ること/参加(者) was made, 誤った さもなければ. If ::com::sun::星/主役にする::lang::XEventListener::配置する/処分する/したい気持ちにさせるing was called before, it will always fail.
Parameter xListener
the 反対する to be 通知するd of dictionary-名簿(に載せる)/表(にあげる) events.
Parameter bReceiveVerbose
true if the listener 要求するs more 詳細(に述べる)d event notification than usual.
See also
XDictionaryListEventListener, com::sun::星/主役にする::linguistic2::XDictionaryListEvent
removeDictionaryListEventListener
boolean
removeDictionaryListEventListener( [in] XDictionaryListEventListener  xListener );

Description
除去するs an 入ること/参加(者) from the 名簿(に載せる)/表(にあげる) of dictionary-名簿(に載せる)/表(にあげる) event listeners.
Returns
true if the 反対する to be 除去するd was 設立する and 除去するd, 誤った さもなければ.
Parameter xListener
the 反対する to be 除去するd from the listener 名簿(に載せる)/表(にあげる).
See also
XDictionaryListEventListener, com::sun::星/主役にする::linguistic2::XDictionaryListEvent
beginCollectEvents
short
beginCollectEvents();

Description
増加するs request level for event 衝撃を和らげるものing by one.

The request level for event 衝撃を和らげるものing is an integer 反対する that is 最初 始める,決める to 0. As long as the request level is not 0, events will be 衝撃を和らげるものd until the next 紅潮/摘発するing of the 衝撃を和らげるもの.

Returns
the 現在の request level for event 衝撃を和らげるものing.
See also
com::sun::星/主役にする::linguistic2::XDictionaryListEvent, XDictionaryListEventListener, XDictionaryList::endCollectEvents, XDictionaryList::flushEvents
endCollectEvents
short
endCollectEvents();

Description
紅潮/摘発するs the event 衝撃を和らげるもの and 減少(する)s the request level for event 衝撃を和らげるものing by one.

There should be one matching endCollectEvents call for every beginCollectEvents call. Usually you will group these around some code where you do not wish to get notfied of every 選び出す/独身 event.

Returns
the 現在の request level for event 衝撃を和らげるものing.
See also
com::sun::星/主役にする::linguistic2::XDictionaryListEvent, XDictionaryListEventListener, XDictionaryList::beginCollectEvents, XDictionaryList::flushEvents
flushEvents
short
flushEvents();

Description
通知するs the listeners of all 衝撃を和らげるものd events and then (疑いを)晴らすs that 衝撃を和らげるもの.
Returns
the 現在の request level for event 衝撃を和らげるものing.
See also
com::sun::星/主役にする::linguistic2::XDictionaryListEvent, XDictionaryListEventListener, XDictionaryList::beginCollectEvents, XDictionaryList::endCollectEvents
createDictionary
XDictionary
createDictionary( [in] string  aName,
[in] ::com::sun::星/主役にする::lang::地元の  aLocale,
[in] DictionaryType  eDicType,
[in] string  aURL );

Description
creates a new dictionary.
Returns
an empty dictionary with the given 指名する, language and type. NULL on 失敗.
Parameter aName
is the 指名する of the dictionary (should be unique).
Parameter aLocale
defines the language of the dictionary. Use an empty aLocale for dictionaries which may 含む/封じ込める 入ること/参加(者)s of all languages.
Parameter eDicType
明示するs the type of the dictionary.
Parameter aURL
is the URL of the 場所 where the dictionary is 執拗な, if the XStorable interface is supported. It may be empty, which means the dictionary will not be 執拗な.
See also
XDictionary, ::com::sun::星/主役にする::lang::地元の, DictionaryType
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.