LibreOffice
LibreOffice 24.2 SDK API Reference
List of all members
ConversionDictionaryList Service Referencepublished

represents a list of available conversion dictionaries. More...

import"ConversionDictionaryList.idl";

Inheritance diagram for ConversionDictionaryList:
XConversionDictionaryList XInterface

Additional Inherited Members

- Public Member Functions inherited from XConversionDictionaryList
com::sun::star::container::XNameContainer getDictionaryContainer ()
 
com::sun::star::linguistic2::XConversionDictionary addNewDictionary ([in] string aName, [in] com::sun::star::lang::Locale aLocale, [in] short nConversionDictionaryType) raises ( com::sun::star::lang::NoSupportException, com::sun::star::container::ElementExistException )
 creates a new dictionary and adds it to the dictionary list. More...
 
sequence< string > queryConversions ([in] string aText, [in] long nStartPos, [in] long nLength, [in] com::sun::star::lang::Locale aLocale, [in] short nConversionDictionaryType, [in] com::sun::star::linguistic2::ConversionDirection eDirection, [in] long nTextConversionOptions) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::NoSupportException )
 searches for entries that match the given text. More...
 
short queryMaxCharCount ([in] com::sun::star::lang::Locale aLocale, [in] short nConversionDictionaryType, [in] com::sun::star::linguistic2::ConversionDirection eDirection)
 returns the maximum number of characters used as left or right text in entries. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed 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
com::sun::star::linguistic2::HangulHanjaConversionDictionary
com::sun::star::i18n::TextConversion
Since
OOo 1.1.2

The documentation for this service was generated from the following file: