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

#include <mailmergehelper.hxx>

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

Public Member Functions

 SwConnectionContext (OUString aMailServer, sal_Int16 nPort, OUString aConnectionType)
 
virtual ~SwConnectionContext () override
 
virtual css::uno::Any SAL_CALL getValueByName (const OUString &Name) override
 

Private Attributes

OUString m_sMailServer
 
sal_Int16 m_nPort
 
OUString m_sConnectionType
 

Detailed Description

Definition at line 159 of file mailmergehelper.hxx.

Constructor & Destructor Documentation

◆ SwConnectionContext()

SwConnectionContext::SwConnectionContext ( OUString  aMailServer,
sal_Int16  nPort,
OUString  aConnectionType 
)

Definition at line 593 of file mailmergehelper.cxx.

◆ ~SwConnectionContext()

SwConnectionContext::~SwConnectionContext ( )
overridevirtual

Definition at line 602 of file mailmergehelper.cxx.

Member Function Documentation

◆ getValueByName()

uno::Any SwConnectionContext::getValueByName ( const OUString &  Name)
overridevirtual

Definition at line 606 of file mailmergehelper.cxx.

References m_nPort, m_sConnectionType, and m_sMailServer.

Member Data Documentation

◆ m_nPort

sal_Int16 SwConnectionContext::m_nPort
private

Definition at line 162 of file mailmergehelper.hxx.

Referenced by getValueByName().

◆ m_sConnectionType

OUString SwConnectionContext::m_sConnectionType
private

Definition at line 163 of file mailmergehelper.hxx.

Referenced by getValueByName().

◆ m_sMailServer

OUString SwConnectionContext::m_sMailServer
private

Definition at line 161 of file mailmergehelper.hxx.

Referenced by getValueByName().


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