LibreOffice Module svtools (master) 1
|
#include <ServerDetailsControls.hxx>
Public Member Functions | |
DavDetailsContainer (PlaceEditDialog *pDialog) | |
virtual void | set_visible (bool bShow) override |
virtual bool | enableUserCredentials () override |
![]() | |
HostDetailsContainer (PlaceEditDialog *pDialog, sal_uInt16 nPort, OUString sScheme) | |
virtual void | set_visible (bool bShow) override |
virtual INetURLObject | getUrl () override |
virtual bool | setUrl (const INetURLObject &rUrl) override |
Try to split the URL in the controls of that container. More... | |
![]() | |
DetailsContainer (PlaceEditDialog *pDialog) | |
virtual | ~DetailsContainer () |
void | setChangeHdl (const Link< DetailsContainer *, void > &rLink) |
virtual void | set_visible (bool bShow) |
virtual INetURLObject | getUrl () |
virtual bool | setUrl (const INetURLObject &rUrl) |
Try to split the URL in the controls of that container. More... | |
virtual void | setUsername (const OUString &) |
virtual void | setPassword (const OUString &) |
virtual bool | enableUserCredentials () |
Private Member Functions | |
virtual bool | verifyScheme (const OUString &rScheme) override |
Verifies that the scheme split from the URL can be handled by the container and set the proper controls accordingly if needed. More... | |
DECL_LINK (ToggledDavsHdl, weld::Toggleable &, void) | |
Additional Inherited Members | |
![]() | |
void | setScheme (const OUString &sScheme) |
virtual bool | verifyScheme (const OUString &rScheme) |
Verifies that the scheme split from the URL can be handled by the container and set the proper controls accordingly if needed. More... | |
![]() | |
void | notifyChange () |
DECL_LINK (ValueChangeHdl, weld::Entry &, void) | |
DECL_STATIC_LINK (DetailsContainer, FormatPortHdl, weld::SpinButton &, void) | |
![]() | |
PlaceEditDialog * | m_pDialog |
Link< DetailsContainer *, void > | m_aChangeHdl |
Definition at line 89 of file ServerDetailsControls.hxx.
DavDetailsContainer::DavDetailsContainer | ( | PlaceEditDialog * | pDialog | ) |
Definition at line 151 of file ServerDetailsControls.cxx.
References LINK, DetailsContainer::m_pDialog, and set_visible().
|
private |
|
inlineoverridevirtual |
Reimplemented from DetailsContainer.
Definition at line 95 of file ServerDetailsControls.hxx.
|
overridevirtual |
Reimplemented from HostDetailsContainer.
Definition at line 159 of file ServerDetailsControls.cxx.
References DetailsContainer::m_pDialog, and HostDetailsContainer::set_visible().
Referenced by DavDetailsContainer().
|
overrideprivatevirtual |
Verifies that the scheme split from the URL can be handled by the container and set the proper controls accordingly if needed.
Reimplemented from HostDetailsContainer.
Definition at line 169 of file ServerDetailsControls.cxx.
References DetailsContainer::m_pDialog.