| /AOO41X/main/offapi/com/sun/star/util/ |
| H A D | XURLTransformer.idl | 31 #include <com/sun/star/util/URL.idl> 43 @see URL 49 /** parses the string in <member>URL::Complete</member> which should contain 50 a syntactically complete URL. 53 The implementation is allowed to correct minor failures in <member>URL::Complete</member> 54 if the meaning of the URL remain unchanged. Parts of the URL are stored in the other 59 the URL which include the complete string notation and will contain 60 all parsed parts of it after finishing this call. <member>URL::Complete</member> 64 <TRUE/> if parsing was successfully (means if given URL was syntactically correct) 67 boolean parseStrict( [inout] com::sun::star::util::URL aURL ); [all …]
|
| H A D | URL.idl | 36 If the structure represents a valid URL or not depends on prior usage of 39 It is not necessary to set all of the fields; either <member>URL::Complete</member> 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 51 /** contains the string representation of the complete URL, for example, 57 function is mandatory to validate the URL. It cannot be assumed that 58 <member>URL::Complete</member> represents always a valid URL! 64 /** contains the URL without a mark and without arguments, for example, [all …]
|
| H A D | XOfficeInstallationDirectories.idl | 49 /** returns the absolute URL containing the directory of the current office 53 the absolute URL containing the directory of the current office 59 /** returns the absolute URL containing the directory where the current 64 the absolute URL containing the directory of the current office 70 /** calculates a relocatable URL from the given URL. 72 <p>If the given URL contains an absolute reference to the current office 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. [all …]
|
| /AOO41X/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() 153 else if(URL.Complete == m_aInterceptedURL[2] || in dispatch() 154 URL.Complete == m_aInterceptedURL[3] || in dispatch() 155 URL.Complete == m_aInterceptedURL[4]) in dispatch() 164 else if ( URL.Complete == m_aInterceptedURL[5] ) in dispatch() 187 URL, ::rtl::OUString::createFromAscii( "_self" ), 0 ); 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() [all …]
|
| /AOO41X/main/embedserv/source/embed/ |
| H A D | intercept.cxx | 181 const util::URL& URL, in dispatch() argument 197 if( !m_bLink && URL.Complete == m_aInterceptedURL[0]) in dispatch() 200 && ( URL.Complete == m_aInterceptedURL[2] || in dispatch() 201 URL.Complete == m_aInterceptedURL[3] || in dispatch() 202 URL.Complete == m_aInterceptedURL[4] ) ) in dispatch() 204 else if ( URL.Complete == m_aInterceptedURL[5] ) in dispatch() 227 URL, ::rtl::OUString::createFromAscii( "_self" ), 0 ); in dispatch() 229 xDispatch->dispatch( URL, aNewArgs ); in dispatch() 316 const util::URL& URL ) in addStatusListener() argument 324 if( !m_bLink && URL.Complete == m_aInterceptedURL[0] ) in addStatusListener() [all …]
|
| /AOO41X/main/ridljar/source/unoloader/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() 185 public static Attributes getJarMainAttributes(URL jar) throws IOException { in getJarMainAttributes() 196 private static URL[] createUrls(URL base, URL[] classPath) in createUrls() 200 URL[] urls = new URL[JARS + (classPath == null ? 0 : classPath.length)]; in createUrls() 201 urls[0] = new URL(base, "java_uno.jar"); //TODO get rid of it here in createUrls() [all …]
|
| /AOO41X/main/bean/test/applet/oooapplet/ |
| H A D | OOoViewer.java | 51 URL url = f.toURL(); in init() 53 URL[] arURL = new URL[] { in init() 54 new URL(officeURL + "/program/classes/officebean.jar"), in init() 55 new URL(officeURL + "/program/classes/jurt.jar"), in init() 56 new URL(officeURL + "/program/classes/ridl.jar"), in init() 57 new URL(officeURL + "/program/classes/unoil.jar"), in init() 58 new URL(officeURL + "/program/classes/java_uno.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() [all …]
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | XDispatch.idl | 31 #include <com/sun/star/util/URL.idl> 63 for the URL it is connected to. Additionally, a context-switch-event 74 /** dispatches (executes) an URL asynchronously. 81 @param URL 82 fully parsed URL describing the feature which should be dispatched (=executed) 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, 115 /** registers a listener of a control for a specific URL 127 @param URL [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 …]
|
| /AOO41X/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, 108 …virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::u… 109 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com… 110 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com… 129 const ::com::sun::star::util::URL& rURL ); 132 const ::com::sun::star::util::URL& rURL ); 137 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, [all …]
|
| /AOO41X/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() 126 incompleteUrl[0] = new URL(); in _assemble() 147 URL[] url = new URL[1]; in _parseStrict() 149 url[0] = new URL(); in _parseStrict() 207 url[0] = new URL(); in _parseStrict() [all …]
|
| /AOO41X/main/comphelper/source/officeinstdir/ |
| H A D | officeinstallationdirectories.cxx | 146 OfficeInstallationDirectories::makeRelocatableURL( const rtl::OUString& URL ) in makeRelocatableURL() argument 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() 193 OfficeInstallationDirectories::makeAbsoluteURL( const rtl::OUString& URL ) in makeAbsoluteURL() argument 196 if ( !URL.isEmpty() ) in makeAbsoluteURL() 198 sal_Int32 nIndex = URL.indexOf( m_aOfficeBrandDirMacro ); in makeAbsoluteURL() [all …]
|
| /AOO41X/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 =()
|
| /AOO41X/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()
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | XContentProviderManager.idl | 57 /** registers a content provider for a specific URL template. 69 wildcard URL template: For example, imagine that you want to route all 77 the URL scheme for the provided contents. More generally, this may not 78 only be a URL scheme, but a URL template. 80 <p>A URL template is a regular expression (represented as a string) that 102 <p>A <code><scheme>:</code> matches any URL of exactly the given 103 scheme (ignoring case), keeping the extension from URL schemes to URL 105 regexps match any URL starting with a given string literal, followed 114 but they also describe how a (local) URL is mapped to another (remote) 115 URL. This mapping is only relevant for methods of the [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 80 URL of the location the file should be copied to 91 URL of the file to be moved 93 URL of the location the file should be moved to 101 /** Removes a file. If the URL represents a folder, the folder will be 113 /** Checks if an URL represents a folder 116 URL to be checked 119 true, if the given URL represents a folder, otherwise false 128 URL to be checked 150 URL describing the location of the new folder [all …]
|
| /AOO41X/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… 113 …::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… 151 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com… [all …]
|
| /AOO41X/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() 301 private URL createURL( String path ) throws java.net.MalformedURLException in createURL() 303 URL url = null; in createURL() 309 url = new URL(null, path, handler); in createURL() 319 URL sourceUrl = getSourceURL(); in loadSource() [all …]
|
| /AOO41X/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 - neccessary… 279 virtual void SAL_CALL dispatchWithNotification ( const css::util::URL& aURL, 284 …virtual void SAL_CALL dispatch ( const css::util::URL& … 287 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc… 289 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc… 334 …virtual void SAL_CALL reactForLoadingState ( const css::util::URL& … 340 …virtual void SAL_CALL reactForHandlingState( const css::util::URL& … [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 56 /** Return the URL of the resource. Arguments supplied on creation are 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 81 /** Return the type prefix of the resource URL. This includes all up to 112 account. The whole object, including the resource URL, is [all …]
|
| /AOO41X/main/odk/source/com/sun/star/lib/loader/ |
| H A D | Loader.java | 34 import java.net.URL; 75 res.add( (URL) en.nextElement() ); in main() 81 URL jarurl = (URL) res.elementAt( i ); in main() 175 URL[] clurls = new URL[1]; in getCustomLoader() 182 URL[] jarurls = (URL[]) m.invoke( in getCustomLoader() 222 URL[] urls = new URL[vec.size()]; in getCustomLoader() 348 public CustomURLClassLoader( URL[] urls ) { in CustomURLClassLoader()
|
| /AOO41X/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. 78 of driver to connect to the given URL. This will be common, as when 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 122 to the given URL. Typically drivers will return <TRUE/> if they 123 understand the subprotocol specified in the URL and <FALSE/> if [all …]
|