69 virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
72 virtual void fillWindows(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
132 virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
133 virtual void fillWindows(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
156 bool bShowSocket =
true);
199 virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
200 virtual void fillWindows(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
238 virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
239 virtual void fillWindows(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList)
override;
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
std::unique_ptr< weld::Label > m_xSeparator2
std::unique_ptr< weld::Entry > m_xUserName
std::unique_ptr< weld::Label > m_xUserNameLabel
std::unique_ptr< weld::Widget > m_xMySQLSettingsContainer
virtual void fillControls(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to save the value if necessary
std::unique_ptr< weld::Label > m_xSeparator1
virtual void fillWindows(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to disable if necessary
MySQLNativePage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
virtual ~MySQLNativePage() override
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
std::unique_ptr< MySQLNativeSettings > m_xMySQLSettings
std::unique_ptr< weld::CheckButton > m_xPasswordRequired
OAdoDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
eases the implementation of tab pages handling user/password and/or character set and/or generic opti...
virtual void fillControls(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to save the value if necessary
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
std::unique_ptr< weld::Label > m_xCharsetLabel
std::unique_ptr< weld::Label > m_xOptionsLabel
virtual ~OCommonBehaviourTabPage() override
OCommonBehaviourTabPage(weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rId, const SfxItemSet &_rCoreAttrs, OCommonBehaviourTabPageFlags nControlFlags)
std::unique_ptr< weld::Entry > m_xOptions
virtual void fillWindows(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to disable if necessary
std::unique_ptr< weld::Label > m_xDataConvertLabel
DECL_LINK(CharsetSelectHdl, weld::ComboBox &, void)
std::unique_ptr< CharSetListBox > m_xCharset
OCommonBehaviourTabPageFlags m_nControlFlags
std::unique_ptr< weld::Button > m_xIndexes
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
std::unique_ptr< weld::Label > m_xFT_Message
ODbaseDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rCoreAttrs)
virtual ~ODbaseDetailsPage() override
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
DECL_LINK(OnButtonClicked, weld::Button &, void)
DECL_LINK(OnButtonToggled, weld::Toggleable &, void)
std::unique_ptr< weld::CheckButton > m_xShowDeleted
std::unique_ptr< weld::Button > m_xTestJavaDriver
std::unique_ptr< weld::Label > m_xFTDriverClass
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
virtual ~OGeneralSpecialJDBCDetailsPage() override
std::unique_ptr< weld::Label > m_xFTSocket
std::unique_ptr< weld::Entry > m_xEDHostname
TypedWhichId< SfxInt32Item > m_nPortId
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
virtual void callModifiedHdl(weld::Widget *pControl=nullptr) override
OGeneralSpecialJDBCDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rCoreAttrs, sal_uInt16 _nPortId, bool bShowSocket=true)
OUString m_sDefaultJdbcDriverName
DECL_LINK(OnTestJavaClickHdl, weld::Button &, void)
std::unique_ptr< weld::SpinButton > m_xNFPortNumber
std::unique_ptr< weld::Entry > m_xEDDriverClass
std::unique_ptr< weld::Entry > m_xEDSocket
std::unique_ptr< weld::Entry > m_xETBaseDN
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
std::unique_ptr< weld::CheckButton > m_xCBUseSSL
virtual ~OLDAPDetailsPage() override
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
OLDAPDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
std::unique_ptr< weld::SpinButton > m_xNFPortNumber
std::unique_ptr< weld::SpinButton > m_xNFRowCount
DECL_LINK(OnCheckBoxClick, weld::Toggleable &, void)
OMySQLODBCDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
std::unique_ptr< weld::CheckButton > m_xUseCatalog
virtual ~OOdbcDetailsPage() override
OOdbcDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
virtual void fillWindows(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to disable if necessary
std::unique_ptr< OTextConnectionHelper > m_xTextConnectionHelper
virtual ~OTextDetailsPage() override
virtual bool prepareLeave() override
called from within DeactivatePage. The page is allowed to be deactivated if this method returns sal_T...
OTextDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreAttrs)
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
virtual void fillControls(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to save the value if necessary
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
std::unique_ptr< weld::Entry > m_xEDHostname
virtual void fillControls(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to save the value if necessary
OUserDriverDetailsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &_rCoreAttrs)
std::unique_ptr< weld::Label > m_xPortNumber
virtual ~OUserDriverDetailsPage() override
std::unique_ptr< weld::CheckButton > m_xUseCatalog
virtual void implInitControls(const SfxItemSet &_rSet, bool _bSaveValue) override
called from within Reset and ActivatePage, use to initialize the controls with the items from the giv...
std::unique_ptr< weld::SpinButton > m_xNFPortNumber
virtual void fillWindows(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override
will be called inside <method>implInitControls</method> to disable if necessary
virtual bool FillItemSet(SfxItemSet *_rCoreAttrs) override
std::unique_ptr< weld::Label > m_xFTHostname
OCommonBehaviourTabPageFlags