Searched refs:aNoProxyFor (Results 1 – 2 of 2) sorted by relevance
273 QString aNoProxyFor; in getValue() local280 aNoProxyFor = KProtocolManager::noProxyFor(); in getValue()285 if ( !aNoProxyFor.isEmpty() ) in getValue()289 aNoProxyFor = aNoProxyFor.replace( COMMA, SEMI_COLON ); in getValue()290 sNoProxyFor = (const sal_Unicode *) aNoProxyFor.utf16(); in getValue()
269 QString aNoProxyFor; in getValue() local276 aNoProxyFor = KProtocolManager::noProxyFor(); in getValue()281 if ( !aNoProxyFor.isEmpty() ) in getValue()285 aNoProxyFor = aNoProxyFor.replace( COMMA, SEMI_COLON ); in getValue()286 sNoProxyFor = (const sal_Unicode *) aNoProxyFor.ucs2(); in getValue()
Completed in 24 milliseconds