19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CHANGEDB_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_CHANGEDB_HXX
49 std::unique_ptr<weld::TreeIter>
Insert(std::u16string_view rDBName);
54 virtual short run()
override;
SwChangeDBDlg(SwView const &rVw)
std::unique_ptr< weld::TreeIter > Insert(std::u16string_view rDBName)
std::unique_ptr< weld::TreeView > m_xUsedDBTLB
DECL_LINK(AddDBHdl, weld::Button &, void)
DECL_LINK(TreeSelectHdl, weld::TreeView &, void)
std::unique_ptr< weld::Label > m_xDocDBNameFT
virtual ~SwChangeDBDlg() override
virtual short run() override
std::unique_ptr< SwDBTreeList > m_xAvailDBTLB
DECL_LINK(ButtonHdl, weld::Button &, void)
std::unique_ptr< weld::Button > m_xDefineBT
void ShowDBName(const SwDBData &rDBData)
std::unique_ptr< weld::Button > m_xAddDBPB
Used by the UI to modify the document model.