LibreOffice Module sw (master) 1
|
#include <redline.hxx>
#include <tools/datetime.hxx>
#include <tools/lineend.hxx>
#include <svl/eitem.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <svx/ctredlin.hxx>
#include <svx/postattr.hxx>
#include <utility>
#include <vcl/commandevent.hxx>
#include <swtypes.hxx>
#include <wrtsh.hxx>
#include <view.hxx>
#include <swmodule.hxx>
#include <redlndlg.hxx>
#include <swwait.hxx>
#include <uitool.hxx>
#include <o3tl/string_view.hxx>
#include <cmdid.h>
#include <strings.hrc>
#include <swundo.hxx>
#include <SwRewriter.hxx>
#include <vector>
#include <svx/svxdlg.hxx>
#include <osl/diagnose.h>
#include <bitmaps.hlst>
#include <docsh.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <usrpref.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, AcceptHdl, SvxTPView *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, AcceptAllHdl, SvxTPView *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, RejectHdl, SvxTPView *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, RejectAllHdl, SvxTPView *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, UndoHdl, SvxTPView *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, FilterChangedHdl, SvxTPFilter *, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, SelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwRedlineAcceptDlg, GotoHdl, Timer *, void) | |
IMPL_LINK (SwRedlineAcceptDlg, CommandHdl, const CommandEvent &, rCEvt, bool) | |
IMPL_LINK | ( | SwRedlineAcceptDlg | , |
CommandHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 1280 of file redlndlg.cxx.
References convertLineEnd(), weld::TreeView::count_selected_rows(), SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxPostItDialog(), VclPtr< class reference_type >::disposeAndClear(), SfxItemSet::Get(), weld::TreeView::get_iter_depth(), weld::TreeView::get_selected(), weld::TreeView::get_sort_column(), GetActiveView(), GetAppLangDateTimeString(), SwViewShell::GetAttrPool(), SwRangeRedline::GetAuthorString(), SwRangeRedline::GetComment(), SvxAbstractDialogFactory::GetDialogGetRangesFunc(), SwView::GetDocShell(), SwEditShell::GetRedline(), SwRangeRedline::GetRedlineData(), GetSystemLineEnd(), SwRedlineData::GetTimeStamp(), SwRangeRedline::GetType(), SwView::GetWrtShellPtr(), SwWrtShell::GotoRedline(), i, Init(), SwCursorShell::IsCursorPtAtEnd(), weld::TreeView::iter_parent(), weld::TreeView::make_iterator(), weld::TreeView::n_children(), nPos, SwRedlineTable::npos, SfxItemSet::Put(), RET_OK, weld::TreeView::set_text(), SwViewShell::SetCareDialog(), SwWrtShell::SetInSelect(), SwEditShell::SetRedlineComment(), SwCursorShell::SwapPam(), SwResId(), o3tl::toInt32(), and u.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
AcceptAllHdl | , | ||
SvxTPView * | , | ||
void | |||
) |
Definition at line 1136 of file redlndlg.cxx.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
AcceptHdl | , | ||
SvxTPView * | , | ||
void | |||
) |
Definition at line 1131 of file redlndlg.cxx.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
FilterChangedHdl | , | ||
SvxTPFilter * | , | ||
void | |||
) |
Definition at line 1163 of file redlndlg.cxx.
References weld::ComboBox::get_active_text(), SvxTPFilter::GetLbAction(), Init(), and SvxTPFilter::IsAction().
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
GotoHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1180 of file redlndlg.cxx.
References weld::TreeView::copy_iterator(), SwCursorShell::EndAction(), SwWrtShell::EnterAddMode(), SwWrtShell::EnterStdMode(), weld::TreeView::get_id(), weld::TreeView::get_iter_depth(), weld::TreeView::get_selected(), GetActiveView(), SwViewShell::GetDoc(), SwDoc::GetDocShell(), SwViewShell::getIDocumentRedlineAccess(), SwEditShell::GetRedline(), IDocumentRedlineAccess::GetRedlinePassword(), SwRangeRedline::GetType(), SwView::GetWrtShellPtr(), SwWrtShell::GotoRedline(), SfxObjectShell::IsReadOnly(), weld::TreeView::iter_children(), weld::TreeView::iter_next_sibling(), SwWrtShell::LeaveAddMode(), weld::TreeView::make_iterator(), nPos, SwRedlineTable::npos, pData, weld::TreeView::selected_foreach(), SwViewShell::SetCareDialog(), SwWrtShell::SetInSelect(), and SwCursorShell::StartAction().
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
RejectAllHdl | , | ||
SvxTPView * | , | ||
void | |||
) |
Definition at line 1146 of file redlndlg.cxx.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
RejectHdl | , | ||
SvxTPView * | , | ||
void | |||
) |
Definition at line 1141 of file redlndlg.cxx.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 1175 of file redlndlg.cxx.
IMPL_LINK_NOARG | ( | SwRedlineAcceptDlg | , |
UndoHdl | , | ||
SvxTPView * | , | ||
void | |||
) |
Definition at line 1151 of file redlndlg.cxx.
References Execute(), and GetActiveView().