Home
last modified time | relevance | path

Searched refs:aNoProxyFor (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx273 QString aNoProxyFor; in getValue() local
280 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()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx269 QString aNoProxyFor; in getValue() local
276 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 18 milliseconds