|
LibreOffice Module cui (master) 1
|
#include <o3tl/string_view.hxx>#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 (SvxHyperlinkInternetTp, Click_SmartProtocol_Impl, weld::Toggleable &, rButton, void) | |
| IMPL_LINK_NOARG (SvxHyperlinkInternetTp, ClickAnonymousHdl_Impl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (SvxHyperlinkInternetTp, LostFocusTargetHdl_Impl, weld::Widget &, void) | |
Variables | |
| constexpr OUStringLiteral | sAnonymous = u"anonymous" |
| IMPL_LINK | ( | SvxHyperlinkInternetTp | , |
| Click_SmartProtocol_Impl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 311 of file hlinettp.cxx.
| IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
| ClickAnonymousHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 324 of file hlinettp.cxx.
References sAnonymous.
| IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
| LostFocusTargetHdl_Impl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 351 of file hlinettp.cxx.
| IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
| ModifiedLoginHdl_Impl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 225 of file hlinettp.cxx.
References sAnonymous.
| IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
| ModifiedTargetHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 199 of file hlinettp.cxx.
| IMPL_LINK_NOARG | ( | SvxHyperlinkInternetTp | , |
| TimeoutHdl_Impl | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 215 of file hlinettp.cxx.
|
constexpr |
Definition at line 27 of file hlinettp.cxx.
Referenced by SvxHyperlinkInternetTp::FillDlgFields(), IMPL_LINK_NOARG(), and SvxHyperlinkInternetTp::setAnonymousFTPUser().