LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwAuthenticator Class Referencefinal

#include <mailmergehelper.hxx>

Inheritance diagram for SwAuthenticator:
[legend]
Collaboration diagram for SwAuthenticator:
[legend]

Public Member Functions

 SwAuthenticator ()
 
 SwAuthenticator (OUString username, OUString password, weld::Window *pParent)
 
virtual ~SwAuthenticator () override
 
virtual OUString SAL_CALL getUserName () override
 
virtual OUString SAL_CALL getPassword () override
 

Private Attributes

OUString m_aUserName
 
OUString m_aPassword
 
weld::Windowm_pParentWindow
 

Detailed Description

Definition at line 137 of file mailmergehelper.hxx.

Constructor & Destructor Documentation

◆ SwAuthenticator() [1/2]

SwAuthenticator::SwAuthenticator ( )
inline

Definition at line 144 of file mailmergehelper.hxx.

◆ SwAuthenticator() [2/2]

SwAuthenticator::SwAuthenticator ( OUString  username,
OUString  password,
weld::Window pParent 
)
inline

Definition at line 147 of file mailmergehelper.hxx.

References m_aPassword.

◆ ~SwAuthenticator()

SwAuthenticator::~SwAuthenticator ( )
overridevirtual

Definition at line 572 of file mailmergehelper.cxx.

Member Function Documentation

◆ getPassword()

OUString SwAuthenticator::getPassword ( )
overridevirtual

◆ getUserName()

OUString SwAuthenticator::getUserName ( )
overridevirtual

Definition at line 576 of file mailmergehelper.cxx.

References m_aUserName.

Member Data Documentation

◆ m_aPassword

OUString SwAuthenticator::m_aPassword
private

Definition at line 141 of file mailmergehelper.hxx.

Referenced by getPassword().

◆ m_aUserName

OUString SwAuthenticator::m_aUserName
private

Definition at line 140 of file mailmergehelper.hxx.

Referenced by getPassword(), and getUserName().

◆ m_pParentWindow

weld::Window* SwAuthenticator::m_pParentWindow
private

Definition at line 142 of file mailmergehelper.hxx.

Referenced by getPassword().


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