LibreOffice Module sc (master) 1
|
#include <datafdlg.hxx>
#include <viewdata.hxx>
#include <docsh.hxx>
#include <tabvwsh.hxx>
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScDataFormDlg, Impl_DataModifyHdl, weld::Entry &, rEdit, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_NewHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_PrevHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_NextHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_RestoreHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_CloseHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataFormDlg, Impl_ScrollHdl, weld::ScrolledWindow &, void) | |
IMPL_LINK | ( | ScDataFormDlg | , |
Impl_DataModifyHdl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 224 of file datafdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_CloseHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 307 of file datafdlg.cxx.
References m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 288 of file datafdlg.cxx.
References SfxUndoManager::Clear(), ScViewData::GetDocShell(), ScDocShell::GetUndoManager(), ScDocShell::PostPaintGridAll(), and ScDocShell::SetDocumentModified().
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_NewHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 230 of file datafdlg.cxx.
References ScViewData::GetDocShell(), ScDocShell::PostPaintGridAll(), and ScDocShell::SetDocumentModified().
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_NextHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 268 of file datafdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_PrevHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 256 of file datafdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_RestoreHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 280 of file datafdlg.cxx.
IMPL_LINK_NOARG | ( | ScDataFormDlg | , |
Impl_ScrollHdl | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 312 of file datafdlg.cxx.