22#include <rtl/ustring.hxx>
35#ifdef HAVE_ODBC_ADMINISTRATION
36 std::unique_ptr<OOdbcManagement> m_xODBCManagement;
45 virtual short run()
override;
49#ifdef HAVE_ODBC_ADMINISTRATION
51 DECL_LINK(ManageProcessFinished,
void*,
void);
53 void fillListBox(
const std::set<OUString>& _rDatasources);
virtual ~ODatasourceSelectDialog() override
OUString GetSelected() const
ODatasourceSelectDialog(weld::Window *pParent, const std::set< OUString > &rDatasources)
void Select(const OUString &_rEntry)
DECL_LINK(ListDblClickHdl, weld::TreeView &, bool)
void fillListBox(const std::set< OUString > &_rDatasources)
std::unique_ptr< weld::TreeView > m_xDatasource
virtual short run() override