Searched refs:mxSpell (Results 1 – 1 of 1) sorted by relevance
61 protected XSpellChecker mxSpell = null; field in LinguisticExamples125 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 171 milliseconds