Lines Matching refs:UNISTRING
49 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
194 UNISTRING( "Download: empty component context" ), in getProxyForURL()
201 UNISTRING( "Download: unable to obtain service manager from component context" ), in getProxyForURL()
205 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.configuration.ConfigurationPr… in getProxyForURL()
209 aProperty.Name = UNISTRING( "nodepath" ); in getProxyForURL()
210 aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Inet/Settings") ); in getProxyForURL()
217 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in getProxyForURL()
220 OSL_ASSERT(xNameAccess->hasByName(UNISTRING("ooInetProxyType"))); in getProxyForURL()
221 uno::Any aValue = xNameAccess->getByName(UNISTRING("ooInetProxyType")); in getProxyForURL()
228 rHost = getStringValue(xNameAccess, UNISTRING("ooInetHTTPProxyName")); in getProxyForURL()
229 rPort = getInt32Value(xNameAccess, UNISTRING("ooInetHTTPProxyPort")); in getProxyForURL()
233 rHost = getStringValue(xNameAccess, UNISTRING("ooInetHTTPSProxyName")); in getProxyForURL()
234 rPort = getInt32Value(xNameAccess, UNISTRING("ooInetHTTPSProxyPort")); in getProxyForURL()
238 rHost = getStringValue(xNameAccess, UNISTRING("ooInetFTPProxyName")); in getProxyForURL()
239 rPort = getInt32Value(xNameAccess, UNISTRING("ooInetFTPProxyPort")); in getProxyForURL()