LibreOffice Module sw (master) 1
Functions
textfld.cxx File Reference
#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>
Include dependency graph for textfld.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SwTextShell  ,
RedlineNextHdl  ,
AbstractSvxPostItDialog ,
rDlg  ,
void   
)

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SwTextShell  ,
RedlinePrevHdl  ,
AbstractSvxPostItDialog ,
rDlg  ,
void   
)

◆ lcl_BuildTitleWithRedline()

static OUString lcl_BuildTitleWithRedline ( const SwRangeRedline pRedline)
static

Definition at line 79 of file textfld.cxx.

References SwRangeRedline::GetType(), and SwResId().

Referenced by SwTextShell::ExecField(), and IMPL_LINK().