To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58767





------- Additional comments from [EMAIL PROTECTED] Mon Jan 14 12:58:31 +0000 
2008 -------
TL->VA: you may use the macro  below to see all entries of a specific 
dictionary.

Sub Main

dls = createUnoService("com.sun.star.linguistic2.DictionaryList")
dic = dls.getDictionaryByName("soffice_de.dic")

entries = dic.getEntries()
n = ubound(entries)
msgbox n
aText = ""
for i = 0 to n 
    aText = aText + entries(i).getDictionaryWord() + " "
next i
msgbox aText

End Sub


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to