LibreOffice Module sw (master) 1
|
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 Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () 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 |
SwGlossaryDlg * | m_pParent |
std::unique_ptr< weld::Entry > | m_xNewName |
std::unique_ptr< weld::Entry > | m_xNewShort |
std::unique_ptr< weld::Button > | m_xOk |
std::unique_ptr< weld::Entry > | m_xOldName |
std::unique_ptr< weld::Entry > | m_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::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 110 of file glossary.cxx.
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.
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
private |
Definition at line 112 of file glossary.cxx.
|
private |
Definition at line 113 of file glossary.cxx.
|
private |
Definition at line 115 of file glossary.cxx.
Referenced by GetNewName(), and SwNewGlosNameDlg().
|
private |
Definition at line 116 of file glossary.cxx.
Referenced by GetNewShort(), and SwNewGlosNameDlg().
|
private |
Definition at line 117 of file glossary.cxx.
Referenced by SwNewGlosNameDlg().
|
private |
Definition at line 118 of file glossary.cxx.
Referenced by SwNewGlosNameDlg().
|
private |
Definition at line 119 of file glossary.cxx.
Referenced by SwNewGlosNameDlg().