LibreOffice Module cui (master)
1
|
#include <unotools/useroptions.hxx>
#include <svl/adrparse.hxx>
#include <hlinettp.hxx>
#include <hlmarkwn_def.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, ModifiedTargetHdl_Impl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, TimeoutHdl_Impl, Timer *, void) | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, ModifiedLoginHdl_Impl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, Click_SmartProtocol_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, ClickAnonymousHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkInternetTp, LostFocusTargetHdl_Impl, weld::Widget &, void) | |
Variables | |
constexpr OUStringLiteral | sAnonymous = u"anonymous" |
char const | sFTPScheme [] = INET_FTP_SCHEME |
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
ModifiedTargetHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 205 of file hlinettp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
TimeoutHdl_Impl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 221 of file hlinettp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
ModifiedLoginHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 231 of file hlinettp.cxx.
References sAnonymous.
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
Click_SmartProtocol_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 317 of file hlinettp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
ClickAnonymousHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 328 of file hlinettp.cxx.
References sAnonymous.
IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
LostFocusTargetHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 355 of file hlinettp.cxx.
constexpr OUStringLiteral sAnonymous = u"anonymous" |
Definition at line 26 of file hlinettp.cxx.
Referenced by SvxHyperlinkInternetTp::FillDlgFields(), IMPL_LINK_NOARG(), and SvxHyperlinkInternetTp::setAnonymousFTPUser().
char const sFTPScheme[] = INET_FTP_SCHEME |
Definition at line 27 of file hlinettp.cxx.
Referenced by SvxHyperlinkInternetTp::FillDlgFields(), and SvxHyperlinkInternetTp::SetScheme().