LibreOffice Module sc (master) 1
Functions
StatisticsInputOutputDialog.cxx File Reference
#include <svl/undo.hxx>
#include <rangelst.hxx>
#include <docsh.hxx>
#include <document.hxx>
#include <scresid.hxx>
#include <tabvwsh.hxx>
#include <StatisticsInputOutputDialog.hxx>
Include dependency graph for StatisticsInputOutputDialog.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (ScStatisticsInputOutputDialog, ButtonClicked, weld::Button &, rButton, void)
 
 IMPL_LINK (ScStatisticsInputOutputDialog, GetEditFocusHandler, formula::RefEdit &, rCtrl, void)
 
 IMPL_LINK (ScStatisticsInputOutputDialog, GetButtonFocusHandler, formula::RefButton &, rCtrl, void)
 
 IMPL_LINK_NOARG (ScStatisticsInputOutputDialog, LoseEditFocusHandler, formula::RefEdit &, void)
 
 IMPL_LINK_NOARG (ScStatisticsInputOutputDialog, LoseButtonFocusHandler, formula::RefButton &, void)
 
 IMPL_LINK_NOARG (ScStatisticsInputOutputDialog, GroupByChanged, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (ScStatisticsInputOutputDialog, RefInputModifyHandler, formula::RefEdit &, void)
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( ScStatisticsInputOutputDialog  ,
ButtonClicked  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 172 of file StatisticsInputOutputDialog.cxx.

References RET_CANCEL, and RET_OK.

◆ IMPL_LINK() [2/3]

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

Definition at line 196 of file StatisticsInputOutputDialog.cxx.

◆ IMPL_LINK() [3/3]

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

Definition at line 183 of file StatisticsInputOutputDialog.cxx.

◆ IMPL_LINK_NOARG() [1/4]

IMPL_LINK_NOARG ( ScStatisticsInputOutputDialog  ,
GroupByChanged  ,
weld::Toggleable ,
void   
)

Definition at line 219 of file StatisticsInputOutputDialog.cxx.

◆ IMPL_LINK_NOARG() [2/4]

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

Definition at line 214 of file StatisticsInputOutputDialog.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [3/4]

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

Definition at line 209 of file StatisticsInputOutputDialog.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [4/4]

IMPL_LINK_NOARG ( ScStatisticsInputOutputDialog  ,
RefInputModifyHandler  ,
formula::RefEdit ,
void   
)