LibreOffice Module sc (master) 1
Functions
PivotLayoutDialog.cxx File Reference
#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>
Include dependency graph for PivotLayoutDialog.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( ScPivotLayoutDialog  ,
GetButtonFocusHandler  ,
formula::RefButton ,
rCtrl  ,
void   
)

Definition at line 660 of file PivotLayoutDialog.cxx.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( ScPivotLayoutDialog  ,
GetEditFocusHandler  ,
formula::RefEdit ,
rCtrl  ,
void   
)

Definition at line 654 of file PivotLayoutDialog.cxx.

◆ IMPL_LINK_NOARG() [1/8]

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() [2/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
LoseButtonFocusHandler  ,
formula::RefButton ,
void   
)

Definition at line 678 of file PivotLayoutDialog.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [3/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
LoseEditFocusHandler  ,
formula::RefEdit ,
void   
)

Definition at line 673 of file PivotLayoutDialog.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [4/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
OKClicked  ,
weld::Button ,
void   
)

Definition at line 637 of file PivotLayoutDialog.cxx.

References m_xDialog, and RET_OK.

◆ IMPL_LINK_NOARG() [5/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
SourceEditModified  ,
formula::RefEdit ,
void   
)

Definition at line 688 of file PivotLayoutDialog.cxx.

◆ IMPL_LINK_NOARG() [6/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
SourceListSelected  ,
weld::ComboBox ,
void   
)

Definition at line 683 of file PivotLayoutDialog.cxx.

◆ IMPL_LINK_NOARG() [7/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
ToggleDestination  ,
weld::Toggleable ,
void   
)

Definition at line 708 of file PivotLayoutDialog.cxx.

◆ IMPL_LINK_NOARG() [8/8]

IMPL_LINK_NOARG ( ScPivotLayoutDialog  ,
ToggleSource  ,
weld::Toggleable ,
void   
)

Definition at line 693 of file PivotLayoutDialog.cxx.