LibreOffice Module sc (master) 1
|
#include <PivotLayoutTreeList.hxx>
#include <PivotLayoutDialog.hxx>
#include <reffact.hxx>
#include <rangeutl.hxx>
#include <uiitems.hxx>
#include <dputil.hxx>
#include <dbdocfun.hxx>
#include <dpsave.hxx>
#include <dpshttab.hxx>
#include <scmod.hxx>
#include <memory>
#include <utility>
#include <vector>
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, OKClicked, weld::Button &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, CancelClicked, weld::Button &, void) | |
IMPL_LINK (ScPivotLayoutDialog, GetEditFocusHandler, formula::RefEdit &, rCtrl, void) | |
IMPL_LINK (ScPivotLayoutDialog, GetButtonFocusHandler, formula::RefButton &, rCtrl, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, LoseEditFocusHandler, formula::RefEdit &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, LoseButtonFocusHandler, formula::RefButton &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, SourceListSelected, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, SourceEditModified, formula::RefEdit &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, ToggleSource, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (ScPivotLayoutDialog, ToggleDestination, weld::Toggleable &, void) | |
IMPL_LINK | ( | ScPivotLayoutDialog | , |
GetButtonFocusHandler | , | ||
formula::RefButton & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 660 of file PivotLayoutDialog.cxx.
IMPL_LINK | ( | ScPivotLayoutDialog | , |
GetEditFocusHandler | , | ||
formula::RefEdit & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 654 of file PivotLayoutDialog.cxx.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
CancelClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 649 of file PivotLayoutDialog.cxx.
References m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
LoseButtonFocusHandler | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 678 of file PivotLayoutDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
LoseEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 673 of file PivotLayoutDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
OKClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 637 of file PivotLayoutDialog.cxx.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
SourceEditModified | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 688 of file PivotLayoutDialog.cxx.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
SourceListSelected | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 683 of file PivotLayoutDialog.cxx.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
ToggleDestination | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 708 of file PivotLayoutDialog.cxx.
IMPL_LINK_NOARG | ( | ScPivotLayoutDialog | , |
ToggleSource | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 693 of file PivotLayoutDialog.cxx.