LibreOffice Module sc (master) 1
|
#include <sfx2/docfile.hxx>
#include <sfx2/docinsert.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/sfxecode.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <docsh.hxx>
#include <viewdata.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <instbdlg.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScInsertTableDlg, CountHdl_Impl, weld::SpinButton &, void) | |
IMPL_LINK (ScInsertTableDlg, ChoiceHdl_Impl, weld::Toggleable &, rButton, void) | |
IMPL_LINK_NOARG (ScInsertTableDlg, BrowseHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScInsertTableDlg, SelectHdl_Impl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ScInsertTableDlg, DoEnterHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScInsertTableDlg, BrowseTimeoutHdl, Timer *, void) | |
IMPL_LINK (ScInsertTableDlg, DialogClosedHdl, sfx2::FileDialogHelper *, _pFileDlg, void) | |
IMPL_LINK | ( | ScInsertTableDlg | , |
ChoiceHdl_Impl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 251 of file instbdlg.cxx.
IMPL_LINK | ( | ScInsertTableDlg | , |
DialogClosedHdl | , | ||
sfx2::FileDialogHelper * | , | ||
_pFileDlg | , | ||
void | |||
) |
Definition at line 305 of file instbdlg.cxx.
References ERRCODE_NONE, ERRCTX_SFX_OPENDOC, ErrorHandler::HandleError(), m_xDialog, RET_CANCEL, and SFX_TITLE_FULLNAME.
IMPL_LINK_NOARG | ( | ScInsertTableDlg | , |
BrowseHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 264 of file instbdlg.cxx.
IMPL_LINK_NOARG | ( | ScInsertTableDlg | , |
BrowseTimeoutHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 299 of file instbdlg.cxx.
IMPL_LINK_NOARG | ( | ScInsertTableDlg | , |
CountHdl_Impl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 230 of file instbdlg.cxx.
References aName.
IMPL_LINK_NOARG | ( | ScInsertTableDlg | , |
DoEnterHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 284 of file instbdlg.cxx.
References Application::CreateMessageDialog(), m_xDialog, RET_OK, ScResId(), and ScDocument::ValidTabName().
IMPL_LINK_NOARG | ( | ScInsertTableDlg | , |
SelectHdl_Impl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 271 of file instbdlg.cxx.