26extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
28 css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any>
const&)
46 return css::uno::Sequence<sal_Int8>();
51 return "org.openoffice.comp.dbu.ODatasourceAdministrationDialog";
56 return {
"com.sun.star.sdb.DatasourceAdministrationDialog" };
73 describeProperties(aProps);
74 return new ::cppu::OPropertyArrayHelper(aProps);
77std::unique_ptr<weld::DialogController>
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbu_ODatasourceAdministrationDialog_get_implementation(css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
static weld::Window * GetFrameWeld(const css::uno::Reference< css::awt::XWindow > &rWindow)
::cppu::IPropertyArrayHelper * getArrayHelper()
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual ::cppu::IPropertyArrayHelper * createArrayHelper() const override
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override
virtual OUString SAL_CALL getImplementationName() override
virtual std::unique_ptr< weld::DialogController > createDialog(const css::uno::Reference< css::awt::XWindow > &rParent) override
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
ODataSourcePropertyDialog(const css::uno::Reference< css::uno::XComponentContext > &_rxORB)
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
std::unique_ptr< SfxItemSet > m_pDatasourceItems
css::uno::Any m_aInitialSelection
tab dialog for administrating the office wide registered data sources
css::uno::Reference< css::uno::XComponentContext > m_aContext