|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module task {
38 void addUrl( [in]
string Url, [in]
boolean MakePersistent );
59 sequence<string>
getUrls( [in]
boolean OnlyPersistent );
sequence< string > getUrls([in] boolean OnlyPersistent)
Get all URLs.
void removeUrl([in] string Url)
Remove a URL from the container.
Allows to store and retrieve URLs.
Definition: XUrlContainer.idl:30
void addUrl([in] string Url, [in] boolean MakePersistent)
Add a URL to the container.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
string findUrl([in] string Url)
Lookup a URL in the container.