Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java61 protected XSpellChecker mxSpell = null; field in LinguisticExamples
125 mxSpell = mxLinguSvcMgr.getSpellChecker(); in GetSpell()
126 return mxSpell != null; in GetSpell()
180 if (mxSpell != null) in Run()
184 boolean bIsCorrect = mxSpell.isValid( aWord, aLocale, aEmptyProps ); in Run()
189 bIsCorrect = mxSpell.isValid( aWord, aLocale , aEmptyProps ); in Run()
194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run()

Completed in 11 milliseconds