LibreOffice Module sw (master) 1
|
#include <customizeaddresslistdialog.hxx>
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::Entry > | m_xFieldNameED |
std::unique_ptr< weld::Button > | m_xOK |
Definition at line 52 of file customizeaddresslistdialog.hxx.
|
protected |
Definition at line 156 of file customizeaddresslistdialog.cxx.
References LINK, and m_xFieldNameED.
|
private |
|
inline |
Definition at line 65 of file customizeaddresslistdialog.hxx.
References m_xFieldNameED.
|
inline |
Definition at line 64 of file customizeaddresslistdialog.hxx.
References m_xFieldNameED.
|
private |
Definition at line 54 of file customizeaddresslistdialog.hxx.
|
private |
Definition at line 55 of file customizeaddresslistdialog.hxx.
Referenced by GetFieldName(), SetFieldName(), and SwAddRenameEntryDialog().
|
private |
Definition at line 56 of file customizeaddresslistdialog.hxx.