22 module
com { module sun { module star { module task {
41 void add( [in]
string Url, [in]
string UserName, [in] sequence<string> Passwords, [in]
XInteractionHandler Handler );
56 void addPersistent( [in]
string Url, [in]
string UserName, [in] sequence<string> Passwords, [in]
XInteractionHandler Handler );
87 void remove( [in]
string Url, [in]
string UserName );
97 void removePersistent( [in]
string Url, [in]
string UserName );
101 void removeAllPersistent();
Definition: Ambiguous.idl:20
An interaction request handler.
Definition: XInteractionHandler.idl:26
Allows to save passwords with URL-pattern, to use them later.
Definition: XPasswordContainer.idl:26
Definition: UrlRecord.idl:25
base interface of all UNO interfaces
Definition: XInterface.idl:45