LibreOffice Module sw (master)
1
|
#include <customizeaddresslistdialog.hxx>
Public Member Functions | |
void | SetFieldName (const OUString &rName) |
OUString | GetFieldName () const |
![]() | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog () |
Protected Member Functions | |
SwAddRenameEntryDialog (weld::Window *pParent, const OUString &rUIXMLDescription, const OString &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.
|
inline |
Definition at line 64 of file customizeaddresslistdialog.hxx.
|
private |
Definition at line 54 of file customizeaddresslistdialog.hxx.
|
private |
Definition at line 55 of file customizeaddresslistdialog.hxx.
Referenced by SwAddRenameEntryDialog().
|
private |
Definition at line 56 of file customizeaddresslistdialog.hxx.