LibreOffice Module sc (master)
1
|
#include <pvfundlg.hxx>
#include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp>
#include <com/sun/star/sheet/DataPilotFieldReferenceItemType.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutMode.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
#include <com/sun/star/sheet/DataPilotFieldShowItemsMode.hpp>
#include <osl/diagnose.h>
#include <scresid.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
#include <pvfundlg.hrc>
#include <globstr.hrc>
#include <dputil.hxx>
#include <vector>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScDPFunctionDlg, SelectHdl, weld::ComboBox &, rLBox, void) | |
IMPL_LINK (ScDPFunctionDlg, ButtonClicked, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (ScDPFunctionDlg, DblClickHdl, weld::TreeView &, bool) | |
IMPL_LINK (ScDPSubtotalDlg, ButtonClicked, weld::Button &, rButton, void) | |
IMPL_LINK (ScDPSubtotalDlg, RadioClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK_NOARG (ScDPSubtotalDlg, DblClickHdl, weld::TreeView &, bool) | |
IMPL_LINK (ScDPSubtotalDlg, ClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (ScDPSubtotalOptDlg, ButtonClicked, weld::Button &, rButton, void) | |
IMPL_LINK (ScDPSubtotalOptDlg, RadioClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (ScDPSubtotalOptDlg, CheckHdl, weld::Button &, rCBox, void) | |
IMPL_LINK_NOARG (ScDPSubtotalOptDlg, SelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScDPShowDetailDlg, DblClickHdl, weld::TreeView &, bool) | |
IMPL_LINK | ( | ScDPFunctionDlg | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
rLBox | , | ||
void | |||
) |
Definition at line 390 of file pvfundlg.cxx.
References aMap.
IMPL_LINK | ( | ScDPFunctionDlg | , |
ButtonClicked | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 446 of file pvfundlg.cxx.
References RET_CANCEL, and RET_OK.
IMPL_LINK | ( | ScDPSubtotalDlg | , |
ButtonClicked | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 545 of file pvfundlg.cxx.
References RET_CANCEL, and RET_OK.
IMPL_LINK | ( | ScDPSubtotalDlg | , |
RadioClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 553 of file pvfundlg.cxx.
IMPL_LINK | ( | ScDPSubtotalDlg | , |
ClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 564 of file pvfundlg.cxx.
References m_xDialog, RET_OK, and weld::DialogController::runAsync().
IMPL_LINK | ( | ScDPSubtotalOptDlg | , |
ButtonClicked | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 856 of file pvfundlg.cxx.
References RET_CANCEL, and RET_OK.
IMPL_LINK | ( | ScDPSubtotalOptDlg | , |
RadioClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 864 of file pvfundlg.cxx.
IMPL_LINK | ( | ScDPSubtotalOptDlg | , |
CheckHdl | , | ||
weld::Button & | , | ||
rCBox | , | ||
void | |||
) |
Definition at line 869 of file pvfundlg.cxx.
IMPL_LINK_NOARG | ( | ScDPFunctionDlg | , |
DblClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 454 of file pvfundlg.cxx.
IMPL_LINK_NOARG | ( | ScDPSubtotalDlg | , |
DblClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 558 of file pvfundlg.cxx.
IMPL_LINK_NOARG | ( | ScDPSubtotalOptDlg | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 885 of file pvfundlg.cxx.
IMPL_LINK_NOARG | ( | ScDPShowDetailDlg | , |
DblClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 949 of file pvfundlg.cxx.