LibreOffice Module sc (master) 1
|
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/docinsert.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/inettbc.hxx>
#include <svtools/sfxecode.hxx>
#include <o3tl/string_view.hxx>
#include <dbdata.hxx>
#include <linkarea.hxx>
#include <docsh.hxx>
#include <tablink.hxx>
#include <scresid.hxx>
#include <strings.hrc>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScLinkedAreaDlg, BrowseHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScLinkedAreaDlg, FileHdl, weld::ComboBox &, bool) | |
IMPL_LINK_NOARG (ScLinkedAreaDlg, RangeHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ScLinkedAreaDlg, ReloadHdl, weld::Toggleable &, void) | |
IMPL_LINK (ScLinkedAreaDlg, DialogClosedHdl, sfx2::FileDialogHelper *, _pFileDlg, void) | |
Variables | |
constexpr OUStringLiteral | FILTERNAME_HTML = u"HTML (StarCalc)" |
constexpr OUStringLiteral | FILTERNAME_QUERY = u"calc_HTML_WebQuery" |
IMPL_LINK | ( | ScLinkedAreaDlg | , |
DialogClosedHdl | , | ||
sfx2::FileDialogHelper * | , | ||
_pFileDlg | , | ||
void | |||
) |
Definition at line 182 of file linkarea.cxx.
References SfxObjectShell::DoLoad(), ERRCODE_NONE, ERRCTX_SFX_OPENDOC, FILTERNAME_HTML, FILTERNAME_QUERY, ErrorHandler::HandleError(), and m_xDialog.
IMPL_LINK_NOARG | ( | ScLinkedAreaDlg | , |
BrowseHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 68 of file linkarea.cxx.
IMPL_LINK_NOARG | ( | ScLinkedAreaDlg | , |
FileHdl | , | ||
weld::ComboBox & | , | ||
bool | |||
) |
Definition at line 74 of file linkarea.cxx.
References FILTERNAME_HTML, FILTERNAME_QUERY, ScDocumentLoader::GetFilterName(), and SfxMedium::GetName().
IMPL_LINK_NOARG | ( | ScLinkedAreaDlg | , |
RangeHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 172 of file linkarea.cxx.
IMPL_LINK_NOARG | ( | ScLinkedAreaDlg | , |
ReloadHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 177 of file linkarea.cxx.
|
constexpr |
Definition at line 65 of file linkarea.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().
|
constexpr |
Definition at line 66 of file linkarea.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().