Searched refs:getProtocol (Results 1 – 15 of 15) sorted by relevance
320 sResultURL = aURL.getProtocol() + "://" + aURL.getHost() + sResultURL; in GetMainURL()364 if ( !sResultURL.startsWith( aURL.getProtocol() )) in GetRedirectURL()368 sResultURL = aURL.getProtocol() + "://" + aURL.getHost() + sResultURL; in GetRedirectURL()370 … sResultURL = aURL.getProtocol() + "://" + aURL.getHost() + aURL.getPath() + sResultURL; in GetRedirectURL()670 if ( aHostConfig.getProtocol().getScheme().equals( "https" ) ) in SetConfigurationProxy()728 if ( aHostConfig.getProtocol().getScheme().equals( "https" ) in ExecuteMethod()
87 assertEquals("y", url.getProtocol()); in testStart4()183 assertEquals("urp", url.getProtocol()); in testCommon()
555 if ("file".equals(url.getProtocol())) { in getClassesInPackage()557 } else if ("jar".equals(url.getProtocol())) { in getClassesInPackage()
172 UnoUrlDescriptor const & getProtocol() const;
75 return url.getProtocol().equalsIgnoreCase("file") in mapUrlToFile()
79 if (!url.getProtocol().equals("file")) { in checkAccess()
187 if (u.getProtocol().startsWith("file")){ in getResource()
163 aProtocolDescr = aUrl.getProtocol().getDescriptor(); in resolve()
403 getProtocol().getDescriptor(); in TEST_F()
133 public String getProtocol() { in getProtocol() method in UnoUrl
286 UnoUrlDescriptor const & UnoUrl::getProtocol() const in getProtocol() function in UnoUrl
120 mProtocol = aURL.getProtocol(); in setUnoUrl()
193 IProtocol getProtocol() { in getProtocol() method in java_remote_bridge
194 mProtocol = aURL.getProtocol(); in setUnoUrl()
280 + if (url.getProtocol().startsWith("vnd.sun.star."))
Completed in 70 milliseconds