Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx170 UnoUrlDescriptor const & getProtocol() const;
/aoo41x/main/jurt/com/sun/star/lib/util/
H A DUrlToFileMapper.java75 return url.getProtocol().equalsIgnoreCase("file") in mapUrlToFile()
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java79 if (!url.getProtocol().equals("file")) { in checkAccess()
/aoo41x/main/bean/test/applet/oooapplet/
H A DOOoViewer.java187 if (u.getProtocol().startsWith("file")){ in getResource()
/aoo41x/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx163 aProtocolDescr = aUrl.getProtocol().getDescriptor(); in resolve()
/aoo41x/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx410 getProtocol().getDescriptor(); in testUrlProtocol()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java133 public String getProtocol() { in getProtocol() method in UnoUrl
/aoo41x/main/cppuhelper/source/
H A Dunourl.cxx286 UnoUrlDescriptor const & UnoUrl::getProtocol() const in getProtocol() function in UnoUrl
H A Dmsvc_win32_intel.map235 ?getProtocol@UnoUrl@cppu@@QBEABVUnoUrlDescriptor@2@XZ;
/aoo41x/main/bean/com/sun/star/beans/
H A DLocalOfficeConnection.java120 mProtocol = aURL.getProtocol(); in setUnoUrl()
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java194 mProtocol = aURL.getProtocol(); in setUnoUrl()
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java193 IProtocol getProtocol() { in getProtocol() method in java_remote_bridge
/aoo41x/main/rhino/
H A Drhino1_7R3.patch280 + if (url.getProtocol().startsWith("vnd.sun.star."))

Completed in 121 milliseconds