To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86190
------- Additional comments from [EMAIL PROTECTED] Mon Mar 3 15:22:43 +0000
2008 -------
Basic macro:
REM ***** BASIC *****
Sub Main
xLSM = createUnoService( "com.sun.star.linguistic2.LinguServiceManager" )
Dim aLang as new com.sun.star.lang.Locale
aLang.Language = "de"
aLang.Country = "DE"
aLang.Variant = ""
xH = xLSM.getHyphenator()
xHW = xH.hyphenate( "Silbentrennung", aLang, 5, DimArray() )
aText = "no result"
if not IsNull(xHW) then
aText = xHW.getHyphenatedWord() + " -> " + xHW.getHyphenationPos()
endif
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]