19#ifndef INCLUDED_SW_SOURCE_UI_DBUI_CUSTOMIZEADDRESSLISTDIALOG_HXX
20#define INCLUDED_SW_SOURCE_UI_DBUI_CUSTOMIZEADDRESSLISTDIALOG_HXX
56 std::unique_ptr<weld::Button>
m_xOK;
61 const OUString& rID,
const std::vector< OUString >& rCSVHeader);
74 "AddEntryDialog", rCSVHeader)
84 "RenameEntryDialog", rCSVHeader)
SwAddEntryDialog(weld::Window *pParent, const std::vector< OUString > &rCSVHeader)
std::unique_ptr< weld::Button > m_xOK
SwAddRenameEntryDialog(weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, const std::vector< OUString > &rCSVHeader)
DECL_LINK(ModifyHdl_Impl, weld::Entry &, void)
OUString GetFieldName() const
void SetFieldName(const OUString &rName)
const std::vector< OUString > & m_rCSVHeader
std::unique_ptr< weld::Entry > m_xFieldNameED
std::unique_ptr< weld::Button > m_xDeletePB
std::unique_ptr< weld::Button > m_xUpPB
DECL_LINK(AddRenameHdl_Impl, weld::Button &, void)
std::unique_ptr< SwCSVData > ReleaseNewData()
DECL_LINK(DeleteHdl_Impl, weld::Button &, void)
DECL_LINK(UpDownHdl_Impl, weld::Button &, void)
DECL_LINK(ListBoxSelectHdl_Impl, weld::TreeView &, void)
std::unique_ptr< SwCSVData > m_xNewData
std::unique_ptr< weld::Button > m_xRenamePB
std::unique_ptr< weld::TreeView > m_xFieldsLB
std::unique_ptr< weld::Button > m_xAddPB
SwCustomizeAddressListDialog(weld::Window *pParent, const SwCSVData &rOldData)
virtual ~SwCustomizeAddressListDialog() override
std::unique_ptr< weld::Button > m_xDownPB
SwRenameEntryDialog(weld::Window *pParent, const std::vector< OUString > &rCSVHeader)