Issue 31296 - API: i18n.IndexEntrySupplier::XExtendedIndexEntrySupplier
Summary: API: i18n.IndexEntrySupplier::XExtendedIndexEntrySupplier
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 13:41 UTC by steffen.grund
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description steffen.grund 2004-07-09 13:41:22 UTC
As far as I know, the "usePhoneticEntry" method returns true for ja, ko, and zh.
False is returned for all other languages.
Now true is returned for every language.

As an example:

Sub Main
	Dim locale as new com.sun.star.lang.Locale
	
	oObj = createUnoService("com.sun.star.i18n.IndexEntrySupplier")
	
	locale.Language = "en"
	locale.Country = "US"
	msgbox oObj.usePhoneticEntry(locale)
End Sub
Comment 1 karl.hong 2004-07-13 00:45:18 UTC
fixed in cws i18n13.
Comment 2 karl.hong 2004-07-14 18:00:58 UTC
reopen for reassign to QA.
Comment 3 karl.hong 2004-07-14 18:04:27 UTC
.
Comment 4 karl.hong 2004-07-14 18:14:45 UTC
Ready for QA
Comment 5 steffen.grund 2004-07-20 10:43:15 UTC
.
Comment 6 steffen.grund 2004-07-20 10:50:53 UTC
checked on Windows and Solaris, ok -> verified.
Comment 7 steffen.grund 2004-10-01 18:26:26 UTC
checked again on src680_m52 and works -> closed.