:: com :: sun :: star :: i18n ::

struct Implementation
Description
Implementation name details returned in a sequence by XLocaleData::getCollatorImplementations() .
See also
XLocaleData

Elements' Summary
unoID The implementation name.  
isDefault If this is the default implementation.  
Elements' Details
unoID
string unoID;
Description
The implementation name.
isDefault
boolean isDefault;
Description
If this is the default implementation.
Top of Page