LibreOffice Module sc (master) 1
|
#include <comphelper/string.hxx>
#include <osl/diagnose.h>
#include <conflictsdlg.hxx>
#include <o3tl/safeint.hxx>
#include <strings.hrc>
#include <scresid.hxx>
#include <viewdata.hxx>
#include <dbfunc.hxx>
#include <chgtrack.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScConflictsDlg, SelectHandle, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ScConflictsDlg, UpdateSelectionHdl, Timer *, void) | |
IMPL_LINK_NOARG (ScConflictsDlg, KeepMineHandle, weld::Button &, void) | |
IMPL_LINK_NOARG (ScConflictsDlg, KeepOtherHandle, weld::Button &, void) | |
IMPL_LINK_NOARG (ScConflictsDlg, KeepAllMineHandle, weld::Button &, void) | |
IMPL_LINK_NOARG (ScConflictsDlg, KeepAllOthersHandle, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
KeepAllMineHandle | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 570 of file conflictsdlg.cxx.
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
KeepAllOthersHandle | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 575 of file conflictsdlg.cxx.
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
KeepMineHandle | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 560 of file conflictsdlg.cxx.
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
KeepOtherHandle | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 565 of file conflictsdlg.cxx.
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
SelectHandle | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 449 of file conflictsdlg.cxx.
IMPL_LINK_NOARG | ( | ScConflictsDlg | , |
UpdateSelectionHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 460 of file conflictsdlg.cxx.
References ScTabView::DoneBlockMode(), weld::TreeView::get_iter_depth(), and weld::TreeView::selected_foreach().