Lines Matching refs:locale
103 rtl::OUString const & locale): in Service() argument
105 locale_(locale) in Service()
187 rtl::OUString locale; in createInstanceWithArguments() local
227 if (locale.getLength() != 0 || !(value >>= locale) || in createInstanceWithArguments()
228 locale.getLength() == 0) in createInstanceWithArguments()
248 if (locale.getLength() == 0) { in createInstanceWithArguments()
250 locale = locale_; in createInstanceWithArguments()
251 if (locale.getLength() == 0) { in createInstanceWithArguments()
252 locale = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("en-US")); in createInstanceWithArguments()
276 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()
458 rtl::OUString locale; in createInstanceWithArgumentsAndContext() local
484 if (locale.getLength() != 0 || !(value >>= locale) || in createInstanceWithArgumentsAndContext()
485 locale.getLength() == 0) in createInstanceWithArgumentsAndContext()
506 return static_cast< cppu::OWeakObject * >(new Service(Context, locale)); in createInstanceWithArgumentsAndContext()