Lines Matching refs:aLocale
338 Locale aLocale( CreateLocale( nLanguage ) ); in isValid_Impl() local
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
431 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl()
436 bTmpRes = xSpell->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
506 Locale aLocale( CreateLocale( nLanguage ) ); in spell_Impl() local
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
618 if (xSpell.is() && xSpell->hasLocale( aLocale )) in spell_Impl()
625 xTmpRes = xSpell->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
773 Locale aLocale( CreateLocale( nLanguage ) ); in hasLanguage() local
774 return hasLocale( aLocale ); in hasLanguage()
785 Locale aLocale( CreateLocale( nLanguage ) ); in isValid() local
786 return isValid( rWord, aLocale, rProperties); in isValid()
797 Locale aLocale( CreateLocale( nLanguage ) ); in spell() local
798 return spell( rWord, aLocale, rProperties); in spell()