19#ifndef INCLUDED_SW_SOURCE_UI_DBUI_SELECTDBTABLEDIALOG_HXX
20#define INCLUDED_SW_SOURCE_UI_DBUI_SELECTDBTABLEDIALOG_HXX
36 css::uno::Reference<css::sdbc::XConnection> xConnection);
void SetSelectedTable(std::u16string_view rTable, bool bIsTable)
SwSelectDBTableDialog(weld::Window *pParent, css::uno::Reference< css::sdbc::XConnection > xConnection)
OUString GetSelectedTable(bool &bIsTable)
virtual ~SwSelectDBTableDialog() override
std::unique_ptr< weld::Button > m_xPreviewPB
std::unique_ptr< weld::TreeView > m_xTable
css::uno::Reference< css::sdbc::XConnection > m_xConnection
DECL_LINK(PreviewHdl, weld::Button &, void)