|
LibreOffice Module sc (master) 1
|
#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>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) | |
| #define FILLSET | ( | i | ) | (ScTpSubTotalGroup::DoFillItemSet( (i), *rArgSet )) |
Definition at line 430 of file tpsubt.cxx.
| #define RESET | ( | i | ) | (ScTpSubTotalGroup::DoReset( (i), *rArgSet )) |
Definition at line 424 of file tpsubt.cxx.
| IMPL_LINK | ( | ScTpSubTotalGroup | , |
| CheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 592 of file tpsubt.cxx.
References TRISTATE_FALSE, and TRISTATE_TRUE.
| IMPL_LINK | ( | ScTpSubTotalGroup | , |
| CheckHdl | , | ||
| const weld::TreeView::iter_col & | , | ||
| rRowCol | , | ||
| void | |||
| ) |
Definition at line 381 of file tpsubt.cxx.
| IMPL_LINK | ( | ScTpSubTotalGroup | , |
| SelectListBoxHdl | , | ||
| weld::ComboBox & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 356 of file tpsubt.cxx.
| IMPL_LINK | ( | ScTpSubTotalGroup | , |
| SelectTreeListBoxHdl | , | ||
| weld::TreeView & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 346 of file tpsubt.cxx.
| IMPL_LINK | ( | ScTpSubTotalOptions | , |
| CheckHdl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 555 of file tpsubt.cxx.