LibreOffice Module sc (master) 1
Macros | Functions
acredlin.cxx File Reference
#include <svl/undo.hxx>
#include <unotools/textsearch.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/collatorwrapper.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/basedlgs.hxx>
#include <vcl/commandevent.hxx>
#include <o3tl/string_view.hxx>
#include <acredlin.hxx>
#include <global.hxx>
#include <reffact.hxx>
#include <document.hxx>
#include <docsh.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <scmod.hxx>
#include <tabvwsh.hxx>
Include dependency graph for acredlin.cxx:

Go to the source code of this file.

Macros

#define RD_SPECIAL_NONE   0
 
#define RD_SPECIAL_CONTENT   1
 
#define RD_SPECIAL_VISCONTENT   2
 
#define CALC_DATE   3
 
#define CALC_POS   1
 

Functions

 IMPL_LINK_NOARG (ScAcceptChgDlg, RefHandle, SvxTPFilter *, void)
 
 IMPL_LINK (ScAcceptChgDlg, RefInfoHandle, const OUString *, pResult, void)
 
 IMPL_LINK (ScAcceptChgDlg, FilterHandle, SvxTPFilter *, pRef, void)
 
 IMPL_LINK (ScAcceptChgDlg, RejectHandle, SvxTPView *, pRef, void)
 
 IMPL_LINK (ScAcceptChgDlg, AcceptHandle, SvxTPView *, pRef, void)
 
 IMPL_LINK_NOARG (ScAcceptChgDlg, RejectAllHandle, SvxTPView *, void)
 
 IMPL_LINK_NOARG (ScAcceptChgDlg, AcceptAllHandle, SvxTPView *, void)
 
 IMPL_LINK_NOARG (ScAcceptChgDlg, SelectHandle, weld::TreeView &, void)
 
 IMPL_LINK (ScAcceptChgDlg, ExpandingHandle, const weld::TreeIter &, rEntry, bool)
 
 IMPL_LINK (ScAcceptChgDlg, ChgTrackModHdl, ScChangeTrack &, rChgTrack, void)
 
 IMPL_LINK_NOARG (ScAcceptChgDlg, ReOpenTimerHdl, Timer *, void)
 
 IMPL_LINK_NOARG (ScAcceptChgDlg, UpdateSelectionHdl, Timer *, void)
 
 IMPL_LINK (ScAcceptChgDlg, CommandHdl, const CommandEvent &, rCEvt, bool)
 

Macro Definition Documentation

◆ CALC_DATE

#define CALC_DATE   3

Definition at line 1738 of file acredlin.cxx.

◆ CALC_POS

#define CALC_POS   1

Definition at line 1739 of file acredlin.cxx.

◆ RD_SPECIAL_CONTENT

#define RD_SPECIAL_CONTENT   1

Definition at line 42 of file acredlin.cxx.

◆ RD_SPECIAL_NONE

#define RD_SPECIAL_NONE   0

Definition at line 41 of file acredlin.cxx.

◆ RD_SPECIAL_VISCONTENT

#define RD_SPECIAL_VISCONTENT   2

Definition at line 43 of file acredlin.cxx.

Function Documentation

◆ IMPL_LINK() [1/7]

IMPL_LINK ( ScAcceptChgDlg  ,
AcceptHandle  ,
SvxTPView ,
pRef  ,
void   
)

◆ IMPL_LINK() [2/7]

IMPL_LINK ( ScAcceptChgDlg  ,
ChgTrackModHdl  ,
ScChangeTrack ,
rChgTrack  ,
void   
)

Definition at line 1497 of file acredlin.cxx.

References Append, Change, Parent, and Remove.

◆ IMPL_LINK() [3/7]

IMPL_LINK ( ScAcceptChgDlg  ,
CommandHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

◆ IMPL_LINK() [4/7]

IMPL_LINK ( ScAcceptChgDlg  ,
ExpandingHandle  ,
const weld::TreeIter ,
rEntry  ,
bool   
)

◆ IMPL_LINK() [5/7]

IMPL_LINK ( ScAcceptChgDlg  ,
FilterHandle  ,
SvxTPFilter ,
pRef  ,
void   
)

Definition at line 847 of file acredlin.cxx.

◆ IMPL_LINK() [6/7]

IMPL_LINK ( ScAcceptChgDlg  ,
RefInfoHandle  ,
const OUString *  ,
pResult  ,
void   
)

◆ IMPL_LINK() [7/7]

IMPL_LINK ( ScAcceptChgDlg  ,
RejectHandle  ,
SvxTPView ,
pRef  ,
void   
)

◆ IMPL_LINK_NOARG() [1/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
AcceptAllHandle  ,
SvxTPView ,
void   
)

◆ IMPL_LINK_NOARG() [2/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
RefHandle  ,
SvxTPFilter ,
void   
)

◆ IMPL_LINK_NOARG() [3/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
RejectAllHandle  ,
SvxTPView ,
void   
)

◆ IMPL_LINK_NOARG() [4/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
ReOpenTimerHdl  ,
Timer ,
void   
)

Definition at line 1533 of file acredlin.cxx.

References ScSimpleRefDlgWrapper::SetAutoReOpen().

◆ IMPL_LINK_NOARG() [5/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
SelectHandle  ,
weld::TreeView ,
void   
)

Definition at line 1021 of file acredlin.cxx.

◆ IMPL_LINK_NOARG() [6/6]

IMPL_LINK_NOARG ( ScAcceptChgDlg  ,
UpdateSelectionHdl  ,
Timer ,
void   
)