/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XURLTransformer.idl | 31 #include <com/sun/star/util/URL.idl> 43 @see URL 50 a syntactically complete URL. 54 if the meaning of the URL remain unchanged. Parts of the URL are stored in the other 75 <member>URL::Complete</member> if it is not a syntactically complete URL. 82 <member>URL::Complete</member>. 94 [inout] com::sun::star::util::URL aURL, 99 stores it into <member>URL::Complete</member> 103 member <member>URL::Complete</member> contains the URL in string notation after 110 boolean assemble( [inout] com::sun::star::util::URL aURL ); [all …]
|
H A D | URL.idl | 41 fields, like <member>URL::Host</member>, <member>URL::Port</member>, 42 <member>URL::User</member>, <member>URL::Password</member>, 43 or <member>URL::Mark</member>, are optional. 49 published struct URL 58 <member>URL::Complete</member> represents always a valid URL! 70 /** contains the protocol (scheme) of the URL, for example, "http" 75 /** contains the user-identifier of the URL, for example, "me" 80 /** contains the users password of the URL, for example, "pass" 85 /** contains the server part of the URL, for example, "www.sun.de" 112 /** contains the arguments part of the URL, for example, "a=b" [all …]
|
H A D | XOfficeInstallationDirectories.idl | 53 the absolute URL containing the directory of the current office 70 /** calculates a relocatable URL from the given URL. 78 @param URL 79 The URL for that a relocatable URL is requested. In case the URL does 81 user data directory, the input URL will be returned unchanged. 84 The relocatable URL. 86 string makeRelocatableURL( [in] string URL ); 97 @param URL 98 The URL for that an absolute URL is requested. In case the URL does 104 The absolute URL. [all …]
|
/aoo42x/main/embeddedobj/source/general/ |
H A D | intercept.cxx | 143 const util::URL& URL, in dispatch() argument 151 if(URL.Complete == m_aInterceptedURL[0]) in dispatch() 154 URL.Complete == m_aInterceptedURL[3] || in dispatch() 155 URL.Complete == m_aInterceptedURL[4]) in dispatch() 189 xDispatch->dispatch( URL, aNewArgs ); in dispatch() 198 const util::URL& URL ) in addStatusListener() argument 206 if(URL.Complete == m_aInterceptedURL[0]) in addStatusListener() 283 const util::URL& URL ) in removeStatusListener() argument 315 const util::URL& URL, in queryDispatch() argument 323 if(URL.Complete == m_aInterceptedURL[0]) in queryDispatch() [all …]
|
/aoo42x/main/embedserv/source/embed/ |
H A D | intercept.cxx | 181 const util::URL& URL, in dispatch() argument 229 xDispatch->dispatch( URL, aNewArgs ); in dispatch() 316 const util::URL& URL ) in addStatusListener() argument 357 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener() 363 && ( URL.Complete == m_aInterceptedURL[i] || in addStatusListener() 403 if(URL.Complete == m_aInterceptedURL[5]) in addStatusListener() 432 const util::URL& URL ) in removeStatusListener() argument 472 const util::URL& URL, in queryDispatch() argument 482 else if(URL.Complete == m_aInterceptedURL[1]) in queryDispatch() 490 else if(URL.Complete == m_aInterceptedURL[5]) in queryDispatch() [all …]
|
/aoo42x/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/ |
H A D | UnoClassLoader.java | 29 import java.net.URL; 70 public UnoClassLoader(URL base, URL[] classPath, ClassLoader parent) in UnoClassLoader() 92 public ClassLoader getClassLoader(URL jar, Attributes mainAttributes) in getClassLoader() 123 addURL(new URL(jar, url)); in getClassLoader() 126 return URLClassLoader.newInstance(new URL[] { jar }, this); in getClassLoader() 153 public void execute(URL jar, String[] arguments) in execute() 196 private static URL[] createUrls(URL base, URL[] classPath) in createUrls() 200 URL[] urls = new URL[JARS + (classPath == null ? 0 : classPath.length)]; in createUrls() 202 urls[1] = new URL(base, "juh.jar"); in createUrls() 203 urls[2] = new URL(base, "jurt.jar"); in createUrls() [all …]
|
/aoo42x/main/bean/test/applet/oooapplet/ |
H A D | OOoViewer.java | 51 URL url = f.toURL(); in init() 53 URL[] arURL = new URL[] { in init() 55 new URL(officeURL + "/program/classes/jurt.jar"), in init() 56 new URL(officeURL + "/program/classes/ridl.jar"), in init() 59 new URL(officeURL + "/program/classes/juh.jar") in init() 134 public CustomURLClassLoader( URL[] urls ) { in CustomURLClassLoader() 170 public void addResourcePath(URL rurl) { in addResourcePath() 175 public URL getResource(String name) { in getResource() 178 URL result = super.getResource(name); in getResource() 183 URL u = null; in getResource() [all …]
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XDispatch.idl | 31 #include <com/sun/star/util/URL.idl> 74 /** dispatches (executes) an URL asynchronously. 81 @param URL 93 com.sun.star.util.URL[] aURL = new com.sun.star.util.URL[1]; 94 aURL[0] = new com.sun.star.util.URL(); 111 [in] com::sun::star::util::URL URL, 127 @param URL 136 [in] com::sun::star::util::URL URL); 144 @param URL 145 URL the listener was registered for. [all …]
|
H A D | XDispatchRecorder.idl | 31 #include <com/sun/star/util/URL.idl> 88 /** records a single dispatch call identified by its command URL 90 @param URL 91 the full parsed command URL 94 optional arguments for the command URL 100 [in] com::sun::star::util::URL URL, 104 /** records a single dispatch call identified by its command URL, but 111 @param URL 112 the full parsed command URL 115 optional arguments for the command URL [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 26 import com.sun.star.util.URL; 46 URL url; 75 URL[] url = new URL[1]; in _assemble() 76 url[0] = new URL(); in _assemble() 102 url[0] = new URL(); in _assemble() 125 URL[] incompleteUrl = new URL[1]; in _assemble() 147 URL[] url = new URL[1]; in _parseStrict() 149 url[0] = new URL(); in _parseStrict() 264 URL[] incompleteUrl = new URL[1]; in _parseStrict() 284 URL[] url = new URL[1]; in _parseSmart() [all …]
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | unoctitm.hxx | 55 ::com::sun::star::util::URL aCommand; 69 const ::com::sun::star::util::URL& GetCommand() const in GetCommand() 105 virtual void SAL_CALL dispatchWithNotification( const ::com::sun::star::util::URL& aURL, 141 virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, 145 const ::com::sun::star::util::URL& aURL) 152 static sal_Bool IsMasterUnoCommand( const ::com::sun::star::util::URL& aURL ); 153 static rtl::OUString GetMasterUnoCommand( const ::com::sun::star::util::URL& aURL ); 166 ::com::sun::star::util::URL aDispatchURL; 177 void addParametersToArgs( const com::sun::star::util::URL& aURL, 190 static rtl::OUString getSlaveCommand( const ::com::sun::star::util::URL& rURL ); [all …]
|
/aoo42x/main/comphelper/source/officeinstdir/ |
H A D | officeinstallationdirectories.cxx | 149 if ( !URL.isEmpty() ) in makeRelocatableURL() 153 rtl::OUString aCanonicalURL( URL ); in makeRelocatableURL() 160 URL.replaceAt( nIndex, in makeRelocatableURL() 170 URL.replaceAt( nIndex, in makeRelocatableURL() 180 URL.replaceAt( nIndex, in makeRelocatableURL() 187 return rtl::OUString( URL ); in makeRelocatableURL() 196 if ( !URL.isEmpty() ) in makeAbsoluteURL() 204 URL.replaceAt( nIndex, in makeAbsoluteURL() 216 URL.replaceAt( nIndex, in makeAbsoluteURL() 228 URL.replaceAt( nIndex, in makeAbsoluteURL() [all …]
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 33 rtl::OUString URL; member 35 DownloadSource(bool bIsDirect, const rtl::OUString& aURL) : IsDirect(bIsDirect), URL(aURL) {}; in DownloadSource() 36 DownloadSource(const DownloadSource& ds) : IsDirect(ds.IsDirect), URL(ds.URL) {}; in DownloadSource() 38 …DownloadSource & operator=( const DownloadSource & ds ) { IsDirect = ds.IsDirect; URL = ds.URL; re… in operator =() 44 rtl::OUString URL; member 48 ReleaseNote(sal_uInt8 pos, const rtl::OUString aURL) : Pos(pos), URL(aURL), Pos2(0), URL2() {}; in ReleaseNote() 49 …rtl::OUString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL), Pos2(pos2), … in ReleaseNote() 51 ReleaseNote(const ReleaseNote& rn) :Pos(rn.Pos), URL(rn.URL), Pos2(rn.Pos2), URL2(rn.URL2) {}; in ReleaseNote() 52 …ReleaseNote & operator=( const ReleaseNote& rn) { Pos=rn.Pos; URL=rn.URL; Pos2=rn.Pos2; URL2=rn.UR… in operator =()
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XDispatchProvider.java | 35 import com.sun.star.util.URL; 73 URL url = new URL(); in _queryDispatch() 84 URL[] aParseURL = new URL[1]; in _queryDispatch() 85 aParseURL[0] = new URL(); in _queryDispatch() 106 URL url1 = new URL(); in _queryDispatches() 107 URL url2 = new URL(); in _queryDispatches() 119 URL[] aParseURL = new URL[1]; in _queryDispatches() 120 aParseURL[0] = new URL(); in _queryDispatches()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | XContentProviderManager.idl | 57 /** registers a content provider for a specific URL template. 77 the URL scheme for the provided contents. More generally, this may not 78 only be a URL scheme, but a URL template. 103 scheme (ignoring case), keeping the extension from URL schemes to URL 115 URL. This mapping is only relevant for methods of the 122 <TRUE/>: replace the provider possibly registered for the given URL 127 for the given URL template. 145 the URL scheme for the provided contents. More generally, this 146 may not only be a URL scheme, but a URL template (see 147 <member>registerContentProvider</member> for a discussion of URL [all …]
|
H A D | XFileIdentifierConverter.idl | 50 the base (file) URL used to specify a file content provider. 63 /** converts a file path in system dependent notation to a (file) URL. 66 the base (file) URL relative to which the file path shall be 73 the URL corresponding to the file path, or an empty string if the file 74 path cannot be converted into a URL. 80 /** converts a (file) URL to a file path in system dependent notation. 82 @param URL 83 a (file) URL. 86 the file path corresponding to the URL, or an empty string if the URL 89 string getSystemPathFromFileURL( [in] string URL );
|
H A D | XSimpleFileAccess.idl | 78 URL of the file to be copied 91 URL of the file to be moved 113 /** Checks if an URL represents a folder 116 URL to be checked 128 URL to be checked 150 URL describing the location of the new folder 159 URL of the file 172 URL of the file 183 URL of the file 194 URL of the folder [all …]
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sbagrid.hxx | 65 …re : public ::std::binary_function< ::com::sun::star::util::URL, ::com::sun::star::util::URL, bool> 67 …bool operator() (const ::com::sun::star::util::URL& x, const ::com::sun::star::util::URL& y) const… in operator ()() 72 sal_Int32 operator() (const ::com::sun::star::util::URL& x) const {return x.Complete.hashCode();} in operator ()() 86 …DECLARE_STL_MAP(::com::sun::star::util::URL, SbaXStatusMultiplexer*, SbaURLCompare,StatusMultiplex… 111 …virtual void SAL_CALL dispatch(const ::com::sun::star::util::URL& aURL, const ::com::sun::star::un… 112 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com… 132 …::cppu::OMultiTypeInterfaceContainerHelperVar< ::com::sun::star::util::URL,SbaURLHash , SbaURLComp… 150 …virtual void SAL_CALL dispatch(const ::com::sun::star::util::URL& aURL, const ::com::sun::star::un… 165 …void NotifyStatusChanged(const ::com::sun::star::util::URL& aUrl, const xlistener_type & xControl … 174 ::com::sun::star::util::URL aURL; [all …]
|
/aoo42x/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptMetaData.java | 26 import java.net.URL; 247 public URL[] getClassPath() throws java.net.MalformedURLException in getClassPath() 275 URL url = createURL( pathToProcess ); in getClassPath() 284 URL url = createURL( parcelPath ); in getClassPath() 291 return (URL[])classPathVec.toArray( new URL[0]); in getClassPath() 297 return new URL[0]; in getClassPath() 303 URL url = null; in createURL() 309 url = new URL(null, path, handler); in createURL() 319 URL sourceUrl = getSourceURL(); in loadSource() 395 public URL getSourceURL() throws java.net.MalformedURLException in getSourceURL() [all …]
|
/aoo42x/main/framework/inc/dispatch/ |
H A D | basedispatcher.hxx | 105 … inline LoadBinding( const css::util::URL& aNewURL , in LoadBinding() 119 … inline LoadBinding( const css::util::URL& aNewURL , in LoadBinding() 146 aURL = css::util::URL() ; in free() 156 …css::util::URL aURL ; // dispatched URL - necessary … 279 virtual void SAL_CALL dispatchWithNotification ( const css::util::URL& aURL, 284 …virtual void SAL_CALL dispatch ( const css::util::URL& … 334 …virtual void SAL_CALL reactForLoadingState ( const css::util::URL& … 340 …virtual void SAL_CALL reactForHandlingState( const css::util::URL& … 349 …::rtl::OUString implts_detectType ( const css::util::URL& … 352 …sal_Bool implts_handleIt ( const css::util::URL& … [all …]
|
/aoo42x/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | UnoInfo.java | 27 import java.net.URL; 52 URL[] urls = cl.getURLs(); in getBase() 73 private static URL[] getURLs( String[] jarFileNames ) { in getURLs() 75 URL[] jars = new URL[jarFileNames.length]; in getURLs() 79 jars[i] = new URL( base + jarFileNames[i] ); in getURLs() 93 public static URL[] getJars() { in getJars() 109 public static URL[] getExtraTypes() { in getExtraTypes() 110 return new URL[0]; in getExtraTypes()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | CommandDispatch.cxx | 97 void SAL_CALL CommandDispatch::dispatch( const util::URL& /* URL */, const Sequence< beans::Propert… in dispatch() argument 101 …atch::addStatusListener( const Reference< frame::XStatusListener >& Control, const util::URL& URL ) in addStatusListener() argument 104 tListenerMap::iterator aIt( m_aListeners.find( URL.Complete )); in addStatusListener() 109 … tListenerMap::value_type( URL.Complete, new ::cppu::OInterfaceContainerHelper( m_aMutex ))); in addStatusListener() 114 fireStatusEvent( URL.Complete, Control ); in addStatusListener() 117 …h::removeStatusListener( const Reference< frame::XStatusListener >& Control, const util::URL& URL ) in removeStatusListener() argument 120 tListenerMap::iterator aIt( m_aListeners.find( URL.Complete )); in removeStatusListener() 151 util::URL aURL; in fireStatusEventForURL()
|
/aoo42x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceId.idl | 34 #include <com/sun/star/util/URL.idl> 42 command groups. One URL describes the type of the actual resource. A 46 <p>The resource URL may be empty. In this case the anchor is empty, 50 <p>The resource URL may have arguments that are passed to the factory 61 /** Return an URL object of the resource URL that may contain arguments. 63 com::sun::star::util::URL getFullResourceURL (); 65 /** Return whether there is a non-empty anchor URL. When this method 112 account. The whole object, including the resource URL, is 129 represents the same resource as the given anchor URL. This is a 132 anchor consists of exactly one URL. [all …]
|
/aoo42x/main/rhino/ |
H A D | rhino1_7R3.patch | 25 +import java.net.URL; 85 + public void showScriptWindow(URL url) { 89 + public boolean isModified(URL url) { 93 + public String getText(URL url) { 174 +import java.net.URL; 279 + private String getFileName(URL url) { 378 + public boolean isModified(URL url) 385 + public String getText(URL url) 690 +import java.net.URL; 742 + URL result = null; [all …]
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XDriver.idl | 59 driver in turn to try to connect to the target URL. 74 /** attempts to make a database connection to the given URL. 79 the driver manager is asked to connect to a given URL it passes 80 the URL to each loaded driver in turn. 88 driver to connect to the given URL, but has trouble connecting to 105 is the URL of the database to which to connect. 110 a Connection object that represents a connection to the URL 123 understand the subprotocol specified in the URL and <FALSE/> if 127 is the URL of the database to which to connect. 129 <TRUE/> if this driver can connect to the given URL. [all …]
|