:: com :: sun :: star :: linguistic2 ::

service ConversionDictionaryList
Description
represents a list of available conversion dictionaries.

There will be only one list that may hold different types of conversion dictionaries. That is e.g. it may hold dictionaries for Korean Hangul/Hanja conversion along with ones for Chinese traditional/simplified conversion or conversion between different Indic script types.

The list will be used by the text conversion service to check for user supplied text conversions.

See also
ConversionDictionary
See also
HangulHanjaConversionDictionary
See also
::com::sun::star::i18n::TextConversion
Since version
OpenOffice.org 1.1.1

Exported Interfaces
XConversionDictionaryList
is used to manage and maintain a list of conversion dictionaries.
::com::sun::star::lang::XComponent
allows to exclicitly free resources and break cyclic references.

 
Top of Page