LibreOffice Module sw (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SwAddRenameEntryDialog Class Reference

#include <customizeaddresslistdialog.hxx>

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

Public Member Functions

void SetFieldName (const OUString &rName)
 
OUString GetFieldName () const
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 
virtual bool CloseOnHide () const
 

Protected Member Functions

 SwAddRenameEntryDialog (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, const std::vector< OUString > &rCSVHeader)
 

Private Member Functions

 DECL_LINK (ModifyHdl_Impl, weld::Entry &, void)
 

Private Attributes

const std::vector< OUString > & m_rCSVHeader
 
std::unique_ptr< weld::Entrym_xFieldNameED
 
std::unique_ptr< weld::Buttonm_xOK
 

Detailed Description

Definition at line 52 of file customizeaddresslistdialog.hxx.

Constructor & Destructor Documentation

◆ SwAddRenameEntryDialog()

SwAddRenameEntryDialog::SwAddRenameEntryDialog ( weld::Window pParent,
const OUString &  rUIXMLDescription,
const OUString &  rID,
const std::vector< OUString > &  rCSVHeader 
)
protected

Definition at line 156 of file customizeaddresslistdialog.cxx.

References LINK, and m_xFieldNameED.

Member Function Documentation

◆ DECL_LINK()

SwAddRenameEntryDialog::DECL_LINK ( ModifyHdl_Impl  ,
weld::Entry ,
void   
)
private

◆ GetFieldName()

OUString SwAddRenameEntryDialog::GetFieldName ( ) const
inline

Definition at line 65 of file customizeaddresslistdialog.hxx.

References m_xFieldNameED.

◆ SetFieldName()

void SwAddRenameEntryDialog::SetFieldName ( const OUString &  rName)
inline

Definition at line 64 of file customizeaddresslistdialog.hxx.

References m_xFieldNameED.

Member Data Documentation

◆ m_rCSVHeader

const std::vector< OUString >& SwAddRenameEntryDialog::m_rCSVHeader
private

Definition at line 54 of file customizeaddresslistdialog.hxx.

◆ m_xFieldNameED

std::unique_ptr<weld::Entry> SwAddRenameEntryDialog::m_xFieldNameED
private

◆ m_xOK

std::unique_ptr<weld::Button> SwAddRenameEntryDialog::m_xOK
private

Definition at line 56 of file customizeaddresslistdialog.hxx.


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