Allows to store and retrieve URLs.  
 More...
import "XUrlContainer.idl";
|  | 
| void | addUrl ([in] string Url, [in] boolean MakePersistent) | 
|  | Add a URL to the container. 
 | 
|  | 
| string | findUrl ([in] string Url) | 
|  | Lookup a URL in the container. 
 | 
|  | 
| void | removeUrl ([in] string Url) | 
|  | Remove a URL from the container. 
 | 
|  | 
| sequence< string > | getUrls ([in] boolean OnlyPersistent) | 
|  | Get all URLs. 
 | 
|  | 
| any | queryInterface ([in] type aType) | 
|  | queries for a new interface to an existing UNO object. 
 | 
|  | 
| void | acquire () | 
|  | increases the reference counter by one. 
 | 
|  | 
| void | release () | 
|  | decreases the reference counter by one. 
 | 
|  | 
Allows to store and retrieve URLs. 
URLs can be stored persistently or until end of OOo session.
- Since
- OOo 3.2 
◆ addUrl()
      
        
          | void addUrl | ( | [in] string | Url, | 
        
          |  |  | [in] boolean | MakePersistent ) | 
      
 
Add a URL to the container. 
- Parameters
- 
  
    | Url | URL to add to the container |  | MakePersistent | indicates whether the URL shall be stored persistently or just in memory (until end of OOo session) |  
 
 
 
◆ findUrl()
      
        
          | string findUrl | ( | [in] string | Url | ) |  | 
      
 
Lookup a URL in the container. 
- Parameters
- 
  
  
- Returns
- Best matched URL or empty string. 
 
 
◆ getUrls()
      
        
          | sequence< string > getUrls | ( | [in] boolean | OnlyPersistent | ) |  | 
      
 
Get all URLs. 
- Parameters
- 
  
    | OnlyPersistent | Only URLs that are stored persistently shall be returned. |  
 
- Returns
- List of URLs. 
 
 
◆ removeUrl()
      
        
          | void removeUrl | ( | [in] string | Url | ) |  | 
      
 
Remove a URL from the container. 
- Parameters
- 
  
  
 
 
The documentation for this interface was generated from the following file: