LibreOffice Module sc (master) 1
Functions | Variables
linkarea.cxx File Reference
#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>
Include dependency graph for linkarea.cxx:

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"
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( ScLinkedAreaDlg  ,
DialogClosedHdl  ,
sfx2::FileDialogHelper ,
_pFileDlg  ,
void   
)

◆ IMPL_LINK_NOARG() [1/4]

IMPL_LINK_NOARG ( ScLinkedAreaDlg  ,
BrowseHdl  ,
weld::Button ,
void   
)

Definition at line 68 of file linkarea.cxx.

References LINK, and m_xDialog.

◆ IMPL_LINK_NOARG() [2/4]

IMPL_LINK_NOARG ( ScLinkedAreaDlg  ,
FileHdl  ,
weld::ComboBox ,
bool   
)

◆ IMPL_LINK_NOARG() [3/4]

IMPL_LINK_NOARG ( ScLinkedAreaDlg  ,
RangeHdl  ,
weld::TreeView ,
void   
)

Definition at line 172 of file linkarea.cxx.

◆ IMPL_LINK_NOARG() [4/4]

IMPL_LINK_NOARG ( ScLinkedAreaDlg  ,
ReloadHdl  ,
weld::Toggleable ,
void   
)

Definition at line 177 of file linkarea.cxx.

Variable Documentation

◆ FILTERNAME_HTML

constexpr OUStringLiteral FILTERNAME_HTML = u"HTML (StarCalc)"
constexpr

Definition at line 65 of file linkarea.cxx.

Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().

◆ FILTERNAME_QUERY

constexpr OUStringLiteral FILTERNAME_QUERY = u"calc_HTML_WebQuery"
constexpr

Definition at line 66 of file linkarea.cxx.

Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().