LibreOffice Module svtools (master) 1
|
#include <ServerDetailsControls.hxx>
Public Member Functions | |
SmbDetailsContainer (PlaceEditDialog *pDialog) | |
virtual INetURLObject | getUrl () override |
virtual bool | setUrl (const INetURLObject &rUrl) override |
Try to split the URL in the controls of that container. More... | |
virtual void | set_visible (bool bShow) override |
![]() | |
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 Attributes | |
OUString | m_sHost |
Additional Inherited Members | |
![]() | |
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 103 of file ServerDetailsControls.hxx.
SmbDetailsContainer::SmbDetailsContainer | ( | PlaceEditDialog * | pDialog | ) |
Definition at line 204 of file ServerDetailsControls.cxx.
References LINK, DetailsContainer::m_pDialog, and set_visible().
|
overridevirtual |
Reimplemented from DetailsContainer.
Definition at line 212 of file ServerDetailsControls.cxx.
References DetailsContainer::m_pDialog.
|
overridevirtual |
Reimplemented from DetailsContainer.
Definition at line 259 of file ServerDetailsControls.cxx.
References DetailsContainer::m_pDialog, and m_sHost.
Referenced by SmbDetailsContainer().
|
overridevirtual |
Try to split the URL in the controls of that container.
sUrl | the URL to split |
Reimplemented from DetailsContainer.
Definition at line 233 of file ServerDetailsControls.cxx.
References INetURLObject::GetHost(), INetURLObject::getName(), INetURLObject::GetProtocol(), INetURLObject::GetURLPath(), DetailsContainer::m_pDialog, m_sHost, and nPos.
|
private |
Definition at line 106 of file ServerDetailsControls.hxx.
Referenced by set_visible(), and setUrl().