LibreOffice Module cui (master) 1
|
#include <cuihyperdlg.hxx>
#include <osl/file.hxx>
#include <sfx2/filedlghelper.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <hldoctp.hxx>
#include <hlmarkwn_def.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, ClickFileopenHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, ClickTargetHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, ModifiedPathHdl_Impl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, TimeoutHdl_Impl, Timer *, void) | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, ModifiedTargetHdl_Impl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SvxHyperlinkDocTp, LostFocusPathHdl_Impl, weld::Widget &, void) | |
Variables | |
char const | sHash [] = "#" |
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
ClickFileopenHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 168 of file hldoctp.cxx.
References aURL, ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), sfx2::FileDialogHelper::GetPath(), INET_FILE_SCHEME, and sfx2::FileDialogHelper::SetDisplayFolder().
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
ClickTargetHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 206 of file hldoctp.cxx.
References INET_FILE_SCHEME, LERR_DOCNOTOPEN, LERR_NOERROR, and sHash.
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
LostFocusPathHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 283 of file hldoctp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
ModifiedPathHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 233 of file hldoctp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
ModifiedTargetHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 268 of file hldoctp.cxx.
IMPL_LINK_NOARG | ( | SvxHyperlinkDocTp | , |
TimeoutHdl_Impl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 248 of file hldoctp.cxx.
References INET_FILE_SCHEME.
char const sHash[] = "#" |
Definition at line 28 of file hldoctp.cxx.
Referenced by SvxHyperlinkDocTp::FillDlgFields(), SvxHyperlinkDocTp::GetCurrentURL(), and IMPL_LINK_NOARG().