Lines Matching refs:aLocale
232 Locale aLocale; in FillItemSet() local
233 SvxLanguageToLocale(aLocale, (sal_uInt16)nLang ); in FillItemSet()
235 pImpl->xForbidden->removeForbiddenCharacters( aLocale ); in FillItemSet()
237 pImpl->xForbidden->setForbiddenCharacters( aLocale, *pElem->pCharacters ); in FillItemSet()
344 Locale aLocale; in IMPL_LINK() local
346 SvxLanguageToLocale(aLocale, eSelectLanguage ); in IMPL_LINK()
370 bAvail = pImpl->xForbidden->hasForbiddenCharacters(aLocale); in IMPL_LINK()
373 ForbiddenCharacters aForbidden = pImpl->xForbidden->getForbiddenCharacters( aLocale ); in IMPL_LINK()
386 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK()
391 LocaleDataWrapper aWrap( xMSF, aLocale ); in IMPL_LINK()
425 Locale aLocale; in IMPL_LINK() local
427 SvxLanguageToLocale(aLocale, eSelectLanguage ); in IMPL_LINK()
452 pImpl->aConfig.SetStartEndChars( aLocale, bEnable ? &sStart : 0, bEnable ? &sEnd : 0); in IMPL_LINK()