:: 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
::com::sun::star::linguistic2::ConversionDictionary
See also
::com::sun::star::linguistic2::HangulHanjaConversionDictionary
See also
::com::sun::star::i18n::TextConversion
Since
OpenOffice 1.1.2

Exported Interfaces
::com::sun::star::linguistic2::XConversionDictionaryList
(referenced entity's summary:)
is used to manage and maintain a list of conversion dictionaries.
::com::sun::star::lang::XComponent
(referenced entity's summary:)
allows to exclicitly free resources and break cyclic references.

 
Top of Page