LibreOffice Module sw (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
SwNewGlosNameDlg Class Reference
Inheritance diagram for SwNewGlosNameDlg:
[legend]
Collaboration diagram for SwNewGlosNameDlg:
[legend]

Public Member Functions

 SwNewGlosNameDlg (SwGlossaryDlg *pParent, const OUString &rOldName, const OUString &rOldShort)
 
OUString GetNewName () const
 
OUString GetNewShort () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Protected Member Functions

 DECL_LINK (Modify, weld::Entry &, void)
 
 DECL_LINK (Rename, weld::Button &, void)
 
 DECL_LINK (TextFilterHdl, OUString &, bool)
 

Private Attributes

TextFilter m_aNoSpaceFilter
 
SwGlossaryDlgm_pParent
 
std::unique_ptr< weld::Entrym_xNewName
 
std::unique_ptr< weld::Entrym_xNewShort
 
std::unique_ptr< weld::Buttonm_xOk
 
std::unique_ptr< weld::Entrym_xOldName
 
std::unique_ptr< weld::Entrym_xOldShort
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 110 of file glossary.cxx.

Constructor & Destructor Documentation

◆ SwNewGlosNameDlg()

SwNewGlosNameDlg::SwNewGlosNameDlg ( SwGlossaryDlg pParent,
const OUString &  rOldName,
const OUString &  rOldShort 
)

Definition at line 141 of file glossary.cxx.

References LINK, m_xNewName, m_xNewShort, m_xOk, m_xOldName, m_xOldShort, and Modify.

Member Function Documentation

◆ DECL_LINK() [1/3]

SwNewGlosNameDlg::DECL_LINK ( Modify  ,
weld::Entry ,
void   
)
protected

◆ DECL_LINK() [2/3]

SwNewGlosNameDlg::DECL_LINK ( Rename  ,
weld::Button ,
void   
)
protected

◆ DECL_LINK() [3/3]

SwNewGlosNameDlg::DECL_LINK ( TextFilterHdl  ,
OUString &  ,
bool   
)
protected

◆ GetNewName()

OUString SwNewGlosNameDlg::GetNewName ( ) const
inline

Definition at line 131 of file glossary.cxx.

References m_xNewName.

Referenced by IMPL_LINK().

◆ GetNewShort()

OUString SwNewGlosNameDlg::GetNewShort ( ) const
inline

Definition at line 132 of file glossary.cxx.

References m_xNewShort.

Referenced by IMPL_LINK().

Member Data Documentation

◆ m_aNoSpaceFilter

TextFilter SwNewGlosNameDlg::m_aNoSpaceFilter
private

Definition at line 112 of file glossary.cxx.

◆ m_pParent

SwGlossaryDlg* SwNewGlosNameDlg::m_pParent
private

Definition at line 113 of file glossary.cxx.

◆ m_xNewName

std::unique_ptr<weld::Entry> SwNewGlosNameDlg::m_xNewName
private

Definition at line 115 of file glossary.cxx.

Referenced by GetNewName(), and SwNewGlosNameDlg().

◆ m_xNewShort

std::unique_ptr<weld::Entry> SwNewGlosNameDlg::m_xNewShort
private

Definition at line 116 of file glossary.cxx.

Referenced by GetNewShort(), and SwNewGlosNameDlg().

◆ m_xOk

std::unique_ptr<weld::Button> SwNewGlosNameDlg::m_xOk
private

Definition at line 117 of file glossary.cxx.

Referenced by SwNewGlosNameDlg().

◆ m_xOldName

std::unique_ptr<weld::Entry> SwNewGlosNameDlg::m_xOldName
private

Definition at line 118 of file glossary.cxx.

Referenced by SwNewGlosNameDlg().

◆ m_xOldShort

std::unique_ptr<weld::Entry> SwNewGlosNameDlg::m_xOldShort
private

Definition at line 119 of file glossary.cxx.

Referenced by SwNewGlosNameDlg().


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