Lines Matching refs:getStringValue
316 if(ftpProxy_name.is() && ftpProxy_name->getStringValue().getLength()) { in getINetPropsFromConfig()
318 ftpHost += ftpProxy_name->getStringValue(); in getINetPropsFromConfig()
333 if(httpProxy_name.is() && httpProxy_name->getStringValue().getLength()) { in getINetPropsFromConfig()
335 httpHost += httpProxy_name->getStringValue(); in getINetPropsFromConfig()
350 if(httpsProxy_name.is() && httpsProxy_name->getStringValue().getLength()) { in getINetPropsFromConfig()
352 httpsHost += httpsProxy_name->getStringValue(); in getINetPropsFromConfig()
367 if(nonProxies_name.is() && nonProxies_name->getStringValue().getLength()) { in getINetPropsFromConfig()
370 rtl::OUString value= nonProxies_name->getStringValue(); in getINetPropsFromConfig()
426 if(ooLocale.is() && ooLocale->getStringValue().getLength()) { in getDefaultLocaleFromConfig()
428 sal_Int32 index = ooLocale->getStringValue().indexOf((sal_Unicode) '-'); in getDefaultLocaleFromConfig()
430 language = ooLocale->getStringValue().copy(0, index); in getDefaultLocaleFromConfig()
432 language = ooLocale->getStringValue(); in getDefaultLocaleFromConfig()
440 if(ooSetupSystemLocale.is() && ooSetupSystemLocale->getStringValue().getLength()) { in getDefaultLocaleFromConfig()
441 sal_Int32 index = ooSetupSystemLocale->getStringValue().indexOf((sal_Unicode) '-'); in getDefaultLocaleFromConfig()
443 rtl::OUString country = ooSetupSystemLocale->getStringValue().copy(index + 1); in getDefaultLocaleFromConfig()