LibreOffice Module svl (master) 1
|
#include <passwordcontainer.hxx>
Public Member Functions | |
MasterPasswordRequest_Impl (css::task::PasswordRequestMode Mode) | |
const ::rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & | getAuthenticationSupplier () const |
Public Member Functions inherited from ucbhelper::InteractionRequest | |
InteractionRequest (const css::uno::Any &rRequest) | |
void | setContinuations (const css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > &rContinuations) |
virtual css::uno::Any SAL_CALL | getRequest () override |
virtual css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > SAL_CALL | getContinuations () override |
rtl::Reference< InteractionContinuation > const & | getSelection () const |
void | setSelection (const rtl::Reference< InteractionContinuation > &rxSelection) |
Private Attributes | |
::rtl::Reference< ucbhelper::InteractionSupplyAuthentication > | m_xAuthSupplier |
Additional Inherited Members | |
Protected Member Functions inherited from ucbhelper::InteractionRequest | |
void | setRequest (const css::uno::Any &rRequest) |
InteractionRequest () | |
virtual | ~InteractionRequest () override |
Definition at line 395 of file passwordcontainer.hxx.
MasterPasswordRequest_Impl::MasterPasswordRequest_Impl | ( | css::task::PasswordRequestMode | Mode | ) |
Definition at line 1394 of file passwordcontainer.cxx.
References Any, m_xAuthSupplier, ucbhelper::InteractionRequest::setContinuations(), and ucbhelper::InteractionRequest::setRequest().
|
inline |
Definition at line 403 of file passwordcontainer.hxx.
References m_xAuthSupplier.
|
private |
Definition at line 397 of file passwordcontainer.hxx.
Referenced by getAuthenticationSupplier(), and MasterPasswordRequest_Impl().