Lines Matching refs:getLength
99 else if( aType.getLength() == 0) in FindProxyEntry()
164 if( aProxyBypassList.getLength() > 0 ) in WinInetBackend()
173 if ( aReverseList.getLength() ) in WinInetBackend()
190 if( aProxyList.getLength() > 0 ) in WinInetBackend()
218 if( aTypeIndepProxy.Server.getLength() ) in WinInetBackend()
224 if( aTypeIndepProxy.Port.getLength() ) in WinInetBackend()
238 if( aHttpProxy.Server.getLength() > 0 ) in WinInetBackend()
245 if( aHttpProxy.Port.getLength() > 0 ) in WinInetBackend()
252 if( aHttpsProxy.Server.getLength() > 0 ) in WinInetBackend()
259 if( aHttpsProxy.Port.getLength() > 0 ) in WinInetBackend()
266 if( aFtpProxy.Server.getLength() > 0 ) in WinInetBackend()
273 if( aFtpProxy.Port.getLength() > 0 ) in WinInetBackend()
386 for(sal_Int32 i = 0; i < svc.getLength(); ++i ) in supportsService()