:: com :: sun :: star :: task ::
|
unpublished |
interface XUrlContainer |
|
|
|
- Usage Restrictions
- not published
- Description
- Allows to store and retrieve URLs. URLs can be stored persistently or
until end of OOo session.
- Since
- OOo 3.2
|
Methods' Summary |
addUrl |
Add a URL to the container.
|
findUrl |
Lookup a URL in the container.
|
removeUrl |
Remove a URL from the container.
|
getUrls |
Get all URLs.
|
Methods' Details |
addUrl
void |
addUrl( |
[in] string |
Url, |
| [in] boolean |
MakePersistent ); |
- Description
- Add a URL to the container.
- Parameter Url
- URL to add to the container
- Parameter MakePersistent
- indicates whether the URL shall be stored
persistently or just in memory (until end of
OOo session)
|
|
findUrl
string |
findUrl( |
[in] string |
Url ); |
- Description
- Lookup a URL in the container.
- Parameter Url
- URL to lookup.
- Returns
- Best matched URL or empty string.
|
|
removeUrl
void |
removeUrl( |
[in] string |
Url ); |
- Description
- Remove a URL from the container.
- Parameter Url
- URL to remove.
|
|
getUrls
sequence< string > |
getUrls( |
[in] boolean |
OnlyPersistent ); |
- Description
- Get all URLs.
- Parameter OnlyPersistent
- Only URLs that are stored persistently shall
be returned.
- Returns
- List of URLs.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.