43 std::unique_ptr<weld::SpinButton>
m_xPort;
54 void fillControls( std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList );
55 void fillWindows( std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList );
DECL_LINK(RadioToggleHdl, weld::Toggleable &, void)
DECL_LINK(SpinModifyHdl, weld::SpinButton &, void)
std::unique_ptr< weld::SpinButton > m_xPort
std::unique_ptr< weld::Label > m_xDatabaseNameLabel
std::unique_ptr< weld::Widget > m_xContainer
std::unique_ptr< weld::RadioButton > m_xNamedPipeRadio
void fillControls(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)
MySQLNativeSettings(weld::Widget *pParent, const Link< weld::Widget *, void > &rControlModificationLink)
std::unique_ptr< weld::Entry > m_xDatabaseName
std::unique_ptr< weld::Entry > m_xHostName
std::unique_ptr< weld::Label > m_xHostNameLabel
std::unique_ptr< weld::Entry > m_xSocket
Link< weld::Widget *, void > m_aControlModificationLink
DECL_LINK(EditModifyHdl, weld::Entry &, void)
std::unique_ptr< weld::Builder > m_xBuilder
std::unique_ptr< weld::Label > m_xPortLabel
std::unique_ptr< weld::Entry > m_xNamedPipe
bool FillItemSet(SfxItemSet *rCoreAttrs)
std::unique_ptr< weld::RadioButton > m_xHostPortRadio
std::unique_ptr< weld::RadioButton > m_xSocketRadio
void fillWindows(std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)
void implInitControls(const SfxItemSet &_rSet)
std::unique_ptr< weld::Label > m_xDefaultPort