|
LibreOffice Module sw (master) 1
|
#include <com/sun/star/beans/PropertyValues.hpp>#include <AnnotationWin.hxx>#include <comphelper/lok.hxx>#include <hintids.hxx>#include <IDocumentFieldsAccess.hxx>#include <sfx2/bindings.hxx>#include <sfx2/lnkbase.hxx>#include <txtfld.hxx>#include <svl/itempool.hxx>#include <svl/numformat.hxx>#include <tools/lineend.hxx>#include <svl/whiter.hxx>#include <svl/eitem.hxx>#include <svl/macitem.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/request.hxx>#include <svx/postattr.hxx>#include <svx/hlnkitem.hxx>#include <svx/svxdlg.hxx>#include <osl/diagnose.h>#include <fmthdft.hxx>#include <fmtinfmt.hxx>#include <fldwrap.hxx>#include <redline.hxx>#include <view.hxx>#include <viewopt.hxx>#include <wrtsh.hxx>#include <textsh.hxx>#include <docufld.hxx>#include <ddefld.hxx>#include <fldmgr.hxx>#include <uitool.hxx>#include <cmdid.h>#include <strings.hrc>#include <sfx2/event.hxx>#include <swabstdlg.hxx>#include <doc.hxx>#include <PostItMgr.hxx>#include <swmodule.hxx>#include <editeng/ulspitem.hxx>#include <xmloff/odffields.hxx>#include <IDocumentContentOperations.hxx>#include <IDocumentRedlineAccess.hxx>#include <IDocumentUndoRedo.hxx>#include <svl/zforlist.hxx>#include <svl/zformat.hxx>#include <svx/xfillit0.hxx>#include <svx/pageitem.hxx>#include <comphelper/sequenceashashmap.hxx>#include <IMark.hxx>#include <officecfg/Office/Compatibility.hxx>#include <ndtxt.hxx>#include <translatehelper.hxx>#include <sfx2/dispatch.hxx>Go to the source code of this file.
Functions | |
| static OUString | lcl_BuildTitleWithRedline (const SwRangeRedline *pRedline) |
| IMPL_LINK (SwTextShell, RedlineNextHdl, AbstractSvxPostItDialog &, rDlg, void) | |
| IMPL_LINK (SwTextShell, RedlinePrevHdl, AbstractSvxPostItDialog &, rDlg, void) | |
| IMPL_LINK | ( | SwTextShell | , |
| RedlineNextHdl | , | ||
| AbstractSvxPostItDialog & | , | ||
| rDlg | , | ||
| void | |||
| ) |
Definition at line 1686 of file textfld.cxx.
References convertLineEnd(), SwCursorShell::DeleteCurrent, SwCursorShell::DeleteStack, SwCursorShell::EndAction(), GetAppLangDateTimeString(), SwRangeRedline::GetAuthorString(), SwRangeRedline::GetComment(), SwEditShell::GetCurrRedline(), SwRangeRedline::GetRedlineData(), GetSystemLineEnd(), SwRedlineData::GetTimeStamp(), SwCursorShell::IsCursorPtAtEnd(), lcl_BuildTitleWithRedline(), SwWrtShell::Pop(), SwCursorShell::Push(), SwCursorShell::SelNextRedline(), SwEditShell::SetRedlineComment(), SwCursorShell::StartAction(), and SwCursorShell::SwapPam().
| IMPL_LINK | ( | SwTextShell | , |
| RedlinePrevHdl | , | ||
| AbstractSvxPostItDialog & | , | ||
| rDlg | , | ||
| void | |||
| ) |
Definition at line 1734 of file textfld.cxx.
References convertLineEnd(), SwCursorShell::DeleteCurrent, SwCursorShell::DeleteStack, SwCursorShell::EndAction(), GetAppLangDateTimeString(), SwRangeRedline::GetAuthorString(), SwRangeRedline::GetComment(), SwEditShell::GetCurrRedline(), SwRangeRedline::GetRedlineData(), GetSystemLineEnd(), SwRedlineData::GetTimeStamp(), lcl_BuildTitleWithRedline(), SwWrtShell::Pop(), SwCursorShell::Push(), SwCursorShell::SelPrevRedline(), SwEditShell::SetRedlineComment(), and SwCursorShell::StartAction().
|
static |
Definition at line 79 of file textfld.cxx.
References SwRangeRedline::GetType(), and SwResId().
Referenced by SwTextShell::ExecField(), and IMPL_LINK().