19 #ifndef __com_sun_star_task_XUrlContainer_idl__
20 #define __com_sun_star_task_XUrlContainer_idl__
27 module com { module sun { module star { module task {
43 void addUrl( [in]
string Url, [in]
boolean MakePersistent );
50 string findUrl( [in]
string Url );
56 void removeUrl( [in]
string Url );
64 sequence<string> getUrls( [in]
boolean OnlyPersistent );
Allows to store and retrieve URLs.
Definition: XUrlContainer.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47