Home
last modified time | relevance | path

Searched refs:mxHyph (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java64 protected XHyphenator mxHyph = null; field in LinguisticExamples
136 mxHyph = mxLinguSvcMgr.getHyphenator(); in GetHyph()
137 return mxHyph != null; in GetHyph()
213 if (mxHyph != null) in Run()
219 XHyphenatedWord xHyphWord = mxHyph.hyphenate( "waterfall", in Run()
236 xHyphWord = mxHyph.queryAlternativeSpelling( "Schiffahrt", in Run()
253 XPossibleHyphens xPossHyph = mxHyph.createPossibleHyphens("waterfall", in Run()

Completed in 28 milliseconds