Home
last modified time | relevance | path

Searched refs:getProtocol (Results 1 – 15 of 15) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java320 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()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DUnoUrlTest.java87 assertEquals("y", url.getProtocol()); in testStart4()
183 assertEquals("urp", url.getProtocol()); in testCommon()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java555 if ("file".equals(url.getProtocol())) { in getClassesInPackage()
557 } else if ("jar".equals(url.getProtocol())) { in getClassesInPackage()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx172 UnoUrlDescriptor const & getProtocol() const;
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DUrlToFileMapper.java75 return url.getProtocol().equalsIgnoreCase("file") in mapUrlToFile()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java79 if (!url.getProtocol().equals("file")) { in checkAccess()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java187 if (u.getProtocol().startsWith("file")){ in getResource()
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx163 aProtocolDescr = aUrl.getProtocol().getDescriptor(); in resolve()
/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx403 getProtocol().getDescriptor(); in TEST_F()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java133 public String getProtocol() { in getProtocol() method in UnoUrl
/trunk/main/cppuhelper/source/
H A Dunourl.cxx286 UnoUrlDescriptor const & UnoUrl::getProtocol() const in getProtocol() function in UnoUrl
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java120 mProtocol = aURL.getProtocol(); in setUnoUrl()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java193 IProtocol getProtocol() { in getProtocol() method in java_remote_bridge
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java194 mProtocol = aURL.getProtocol(); in setUnoUrl()
/trunk/main/rhino/
H A Drhino1_7R3.patch280 + if (url.getProtocol().startsWith("vnd.sun.star."))

Completed in 70 milliseconds