LibreOffice Module sc (master) 1
Macros | Functions
tpsubt.cxx File Reference
#include <scitems.hxx>
#include <uiitems.hxx>
#include <global.hxx>
#include <userlist.hxx>
#include <viewdata.hxx>
#include <document.hxx>
#include <scresid.hxx>
#include <sc.hrc>
#include <strings.hrc>
#include <subtotals.hrc>
#include <tpsubt.hxx>
#include <tpsort.hxx>
#include <memory>
#include <osl/diagnose.h>
Include dependency graph for tpsubt.cxx:

Go to the source code of this file.

Macros

#define RESET(i)   (ScTpSubTotalGroup::DoReset( (i), *rArgSet ))
 
#define FILLSET(i)   (ScTpSubTotalGroup::DoFillItemSet( (i), *rArgSet ))
 

Functions

 IMPL_LINK (ScTpSubTotalGroup, SelectTreeListBoxHdl, weld::TreeView &, rLb, void)
 
 IMPL_LINK (ScTpSubTotalGroup, SelectListBoxHdl, weld::ComboBox &, rLb, void)
 
 IMPL_LINK (ScTpSubTotalGroup, CheckHdl, const weld::TreeView::iter_col &, rRowCol, void)
 
 IMPL_LINK (ScTpSubTotalOptions, CheckHdl, weld::Toggleable &, rBox, void)
 
 IMPL_LINK (ScTpSubTotalGroup, CheckBoxHdl, weld::Toggleable &, rBox, void)
 

Macro Definition Documentation

◆ FILLSET

#define FILLSET (   i)    (ScTpSubTotalGroup::DoFillItemSet( (i), *rArgSet ))

Definition at line 430 of file tpsubt.cxx.

◆ RESET

#define RESET (   i)    (ScTpSubTotalGroup::DoReset( (i), *rArgSet ))

Definition at line 424 of file tpsubt.cxx.

Function Documentation

◆ IMPL_LINK() [1/5]

IMPL_LINK ( ScTpSubTotalGroup  ,
CheckBoxHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 592 of file tpsubt.cxx.

References TRISTATE_FALSE, and TRISTATE_TRUE.

◆ IMPL_LINK() [2/5]

IMPL_LINK ( ScTpSubTotalGroup  ,
CheckHdl  ,
const weld::TreeView::iter_col ,
rRowCol  ,
void   
)

Definition at line 381 of file tpsubt.cxx.

◆ IMPL_LINK() [3/5]

IMPL_LINK ( ScTpSubTotalGroup  ,
SelectListBoxHdl  ,
weld::ComboBox ,
rLb  ,
void   
)

Definition at line 356 of file tpsubt.cxx.

◆ IMPL_LINK() [4/5]

IMPL_LINK ( ScTpSubTotalGroup  ,
SelectTreeListBoxHdl  ,
weld::TreeView ,
rLb  ,
void   
)

Definition at line 346 of file tpsubt.cxx.

◆ IMPL_LINK() [5/5]

IMPL_LINK ( ScTpSubTotalOptions  ,
CheckHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 555 of file tpsubt.cxx.