LibreOffice Module sw (master) 1
|
#include <createaddresslistdialog.hxx>
Public Member Functions | |
SwFindEntryDialog (SwCreateAddressListDialog *pParent) | |
virtual | ~SwFindEntryDialog () override |
void | show () |
void | set_visible (bool bVisible) |
bool | get_visible () const |
weld::ComboBox & | GetFieldsListBox () |
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 |
Private Member Functions | |
DECL_LINK (FindHdl_Impl, weld::Button &, void) | |
DECL_LINK (FindEnableHdl_Impl, weld::Entry &, void) | |
DECL_LINK (CloseHdl_Impl, weld::Button &, void) | |
Private Attributes | |
SwCreateAddressListDialog * | m_pParent |
std::unique_ptr< weld::Entry > | m_xFindED |
std::unique_ptr< weld::CheckButton > | m_xFindOnlyCB |
std::unique_ptr< weld::ComboBox > | m_xFindOnlyLB |
std::unique_ptr< weld::Button > | m_xFindPB |
std::unique_ptr< weld::Button > | m_xCancel |
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 78 of file createaddresslistdialog.hxx.
SwFindEntryDialog::SwFindEntryDialog | ( | SwCreateAddressListDialog * | pParent | ) |
|
overridevirtual |
Definition at line 568 of file createaddresslistdialog.cxx.
|
private |
|
private |
|
private |
|
inline |
Definition at line 98 of file createaddresslistdialog.hxx.
References weld::GenericDialogController::m_xDialog.
|
inline |
Definition at line 100 of file createaddresslistdialog.hxx.
References m_xFindOnlyLB.
|
inline |
Definition at line 97 of file createaddresslistdialog.hxx.
References bVisible, and weld::GenericDialogController::m_xDialog.
|
inline |
Definition at line 96 of file createaddresslistdialog.hxx.
References weld::GenericDialogController::m_xDialog.
|
private |
Definition at line 80 of file createaddresslistdialog.hxx.
|
private |
Definition at line 86 of file createaddresslistdialog.hxx.
Referenced by SwFindEntryDialog().
|
private |
Definition at line 82 of file createaddresslistdialog.hxx.
Referenced by SwFindEntryDialog().
|
private |
Definition at line 83 of file createaddresslistdialog.hxx.
|
private |
Definition at line 84 of file createaddresslistdialog.hxx.
Referenced by GetFieldsListBox().
|
private |
Definition at line 85 of file createaddresslistdialog.hxx.
Referenced by SwFindEntryDialog().