LibreOffice Module uui (master) 1
Public Member Functions | Private Attributes | List of all members
LoginErrorInfo Class Reference

#include <loginerr.hxx>

Public Member Functions

 LoginErrorInfo ()
 
const OUString & GetServer () const
 
const OUString & GetAccount () const
 
const OUString & GetUserName () const
 
const OUString & GetPassword () const
 
const OUString & GetPasswordToModify () const
 
bool IsRecommendToOpenReadonly () const
 
const OUString & GetErrorText () const
 
bool GetCanRememberPassword () const
 
bool GetIsRememberPersistent () const
 
bool GetIsRememberPassword () const
 
bool GetCanUseSystemCredentials () const
 
bool GetIsUseSystemCredentials () const
 
sal_uInt8 GetFlags () const
 
DialogMask GetResult () const
 
void SetServer (const OUString &aServer)
 
void SetAccount (const OUString &aAccount)
 
void SetUserName (const OUString &aUserName)
 
void SetPassword (const OUString &aPassword)
 
void SetPasswordToModify (const OUString &aPassword)
 
void SetRecommendToOpenReadonly (bool bVal)
 
void SetErrorText (const OUString &aErrorText)
 
void SetCanRememberPassword (bool bSet)
 
void SetIsRememberPassword (bool bSet)
 
void SetIsRememberPersistent (bool bSet)
 
void SetCanUseSystemCredentials (bool bSet)
 
void SetIsUseSystemCredentials (bool bSet)
 
void SetModifyAccount (bool bSet)
 
void SetModifyUserName (bool bSet)
 
void SetResult (DialogMask nRet)
 

Private Attributes

OUString m_aServer
 
OUString m_aAccount
 
OUString m_aUserName
 
OUString m_aPassword
 
OUString m_aPasswordToModify
 
OUString m_aErrorText
 
sal_uInt8 m_nFlags
 
DialogMask m_nRet
 
bool m_bRecommendToOpenReadonly
 

Detailed Description

Definition at line 33 of file loginerr.hxx.

Constructor & Destructor Documentation

◆ LoginErrorInfo()

LoginErrorInfo::LoginErrorInfo ( )
inline

Definition at line 47 of file loginerr.hxx.

References ButtonsCancel.

Member Function Documentation

◆ GetAccount()

const OUString & LoginErrorInfo::GetAccount ( ) const
inline

Definition at line 55 of file loginerr.hxx.

References m_aAccount.

◆ GetCanRememberPassword()

bool LoginErrorInfo::GetCanRememberPassword ( ) const
inline

Definition at line 61 of file loginerr.hxx.

References LOGINERROR_FLAG_CAN_REMEMBER_PASSWORD, and m_nFlags.

◆ GetCanUseSystemCredentials()

bool LoginErrorInfo::GetCanUseSystemCredentials ( ) const
inline

Definition at line 65 of file loginerr.hxx.

References LOGINERROR_FLAG_CAN_USE_SYSCREDS, and m_nFlags.

◆ GetErrorText()

const OUString & LoginErrorInfo::GetErrorText ( ) const
inline

Definition at line 60 of file loginerr.hxx.

References m_aErrorText.

◆ GetFlags()

sal_uInt8 LoginErrorInfo::GetFlags ( ) const
inline

Definition at line 70 of file loginerr.hxx.

References m_nFlags.

◆ GetIsRememberPassword()

bool LoginErrorInfo::GetIsRememberPassword ( ) const
inline

Definition at line 63 of file loginerr.hxx.

References LOGINERROR_FLAG_IS_REMEMBER_PASSWORD, and m_nFlags.

◆ GetIsRememberPersistent()

bool LoginErrorInfo::GetIsRememberPersistent ( ) const
inline

Definition at line 62 of file loginerr.hxx.

References LOGINERROR_FLAG_REMEMBER_PERSISTENT, and m_nFlags.

◆ GetIsUseSystemCredentials()

bool LoginErrorInfo::GetIsUseSystemCredentials ( ) const
inline

Definition at line 67 of file loginerr.hxx.

References LOGINERROR_FLAG_IS_USE_SYSCREDS, and m_nFlags.

◆ GetPassword()

const OUString & LoginErrorInfo::GetPassword ( ) const
inline

Definition at line 57 of file loginerr.hxx.

References m_aPassword.

◆ GetPasswordToModify()

const OUString & LoginErrorInfo::GetPasswordToModify ( ) const
inline

Definition at line 58 of file loginerr.hxx.

References m_aPasswordToModify.

◆ GetResult()

DialogMask LoginErrorInfo::GetResult ( ) const
inline

Definition at line 71 of file loginerr.hxx.

References m_nRet.

◆ GetServer()

const OUString & LoginErrorInfo::GetServer ( ) const
inline

Definition at line 54 of file loginerr.hxx.

References m_aServer.

◆ GetUserName()

const OUString & LoginErrorInfo::GetUserName ( ) const
inline

Definition at line 56 of file loginerr.hxx.

References m_aUserName.

◆ IsRecommendToOpenReadonly()

bool LoginErrorInfo::IsRecommendToOpenReadonly ( ) const
inline

Definition at line 59 of file loginerr.hxx.

References m_bRecommendToOpenReadonly.

◆ SetAccount()

void LoginErrorInfo::SetAccount ( const OUString &  aAccount)
inline

Definition at line 75 of file loginerr.hxx.

References m_aAccount.

◆ SetCanRememberPassword()

void LoginErrorInfo::SetCanRememberPassword ( bool  bSet)
inline

Definition at line 101 of file loginerr.hxx.

References LOGINERROR_FLAG_CAN_REMEMBER_PASSWORD, and m_nFlags.

◆ SetCanUseSystemCredentials()

void LoginErrorInfo::SetCanUseSystemCredentials ( bool  bSet)
inline

Definition at line 125 of file loginerr.hxx.

References LOGINERROR_FLAG_CAN_USE_SYSCREDS, and m_nFlags.

◆ SetErrorText()

void LoginErrorInfo::SetErrorText ( const OUString &  aErrorText)
inline

Definition at line 85 of file loginerr.hxx.

References m_aErrorText.

◆ SetIsRememberPassword()

void LoginErrorInfo::SetIsRememberPassword ( bool  bSet)
inline

Definition at line 109 of file loginerr.hxx.

References LOGINERROR_FLAG_IS_REMEMBER_PASSWORD, and m_nFlags.

◆ SetIsRememberPersistent()

void LoginErrorInfo::SetIsRememberPersistent ( bool  bSet)
inline

Definition at line 117 of file loginerr.hxx.

References LOGINERROR_FLAG_REMEMBER_PERSISTENT, and m_nFlags.

◆ SetIsUseSystemCredentials()

void LoginErrorInfo::SetIsUseSystemCredentials ( bool  bSet)
inline

Definition at line 133 of file loginerr.hxx.

References LOGINERROR_FLAG_IS_USE_SYSCREDS, and m_nFlags.

◆ SetModifyAccount()

void LoginErrorInfo::SetModifyAccount ( bool  bSet)
inline

Definition at line 141 of file loginerr.hxx.

References LOGINERROR_FLAG_MODIFY_ACCOUNT, and m_nFlags.

◆ SetModifyUserName()

void LoginErrorInfo::SetModifyUserName ( bool  bSet)
inline

Definition at line 149 of file loginerr.hxx.

References LOGINERROR_FLAG_MODIFY_USER_NAME, and m_nFlags.

◆ SetPassword()

void LoginErrorInfo::SetPassword ( const OUString &  aPassword)
inline

Definition at line 79 of file loginerr.hxx.

References m_aPassword.

◆ SetPasswordToModify()

void LoginErrorInfo::SetPasswordToModify ( const OUString &  aPassword)
inline

Definition at line 81 of file loginerr.hxx.

References m_aPasswordToModify.

◆ SetRecommendToOpenReadonly()

void LoginErrorInfo::SetRecommendToOpenReadonly ( bool  bVal)
inline

Definition at line 83 of file loginerr.hxx.

References m_bRecommendToOpenReadonly.

◆ SetResult()

void LoginErrorInfo::SetResult ( DialogMask  nRet)
inline

Definition at line 97 of file loginerr.hxx.

References m_nRet.

◆ SetServer()

void LoginErrorInfo::SetServer ( const OUString &  aServer)
inline

Definition at line 73 of file loginerr.hxx.

References m_aServer.

◆ SetUserName()

void LoginErrorInfo::SetUserName ( const OUString &  aUserName)
inline

Definition at line 77 of file loginerr.hxx.

References m_aUserName.

Member Data Documentation

◆ m_aAccount

OUString LoginErrorInfo::m_aAccount
private

Definition at line 37 of file loginerr.hxx.

Referenced by GetAccount(), and SetAccount().

◆ m_aErrorText

OUString LoginErrorInfo::m_aErrorText
private

Definition at line 41 of file loginerr.hxx.

Referenced by GetErrorText(), and SetErrorText().

◆ m_aPassword

OUString LoginErrorInfo::m_aPassword
private

Definition at line 39 of file loginerr.hxx.

Referenced by GetPassword(), and SetPassword().

◆ m_aPasswordToModify

OUString LoginErrorInfo::m_aPasswordToModify
private

Definition at line 40 of file loginerr.hxx.

Referenced by GetPasswordToModify(), and SetPasswordToModify().

◆ m_aServer

OUString LoginErrorInfo::m_aServer
private

Definition at line 36 of file loginerr.hxx.

Referenced by GetServer(), and SetServer().

◆ m_aUserName

OUString LoginErrorInfo::m_aUserName
private

Definition at line 38 of file loginerr.hxx.

Referenced by GetUserName(), and SetUserName().

◆ m_bRecommendToOpenReadonly

bool LoginErrorInfo::m_bRecommendToOpenReadonly
private

Definition at line 44 of file loginerr.hxx.

Referenced by IsRecommendToOpenReadonly(), and SetRecommendToOpenReadonly().

◆ m_nFlags

sal_uInt8 LoginErrorInfo::m_nFlags
private

◆ m_nRet

DialogMask LoginErrorInfo::m_nRet
private

Definition at line 43 of file loginerr.hxx.

Referenced by GetResult(), and SetResult().


The documentation for this class was generated from the following file: