LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_task_XInteractionPassword2_idl__
20 #define __com_sun_star_task_XInteractionPassword2_idl__
25 module
com { module sun { module star { module task {
A continuation to get a password from interaction helper.
Definition: XInteractionPassword.idl:32
string getPasswordToModify()
gets "password to modify" from the continuation.
void setPasswordToModify([in] string aPasswd)
stores "password to modify" to the continuation.
A continuation to get a password from interaction helper, extends XInteractionPassword with possibili...
Definition: XInteractionPassword2.idl:34
boolean getRecommendReadOnly()
gets "recommend readonly" from the continuation.
Definition: Ambiguous.idl:22
void setRecommendReadOnly([in] boolean bReadOnly)
stores "recommend readonly" to the continuation.