LibreOffice Module sc (master) 1
Classes | Namespaces | Macros
reffact.hxx File Reference
#include <sfx2/childwin.hxx>
#include "ChildWindowWrapper.hxx"
#include <sc.hrc>
Include dependency graph for reffact.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScDescriptiveStatisticsDialogWrapper
 
class  ScSamplingDialogWrapper
 
class  ScRandomNumberGeneratorDialogWrapper
 
class  ScAnalysisOfVarianceDialogWrapper
 
class  ScCorrelationDialogWrapper
 
class  ScCovarianceDialogWrapper
 
class  ScExponentialSmoothingDialogWrapper
 
class  ScMovingAverageDialogWrapper
 
class  ScRegressionDialogWrapper
 
class  ScTTestDialogWrapper
 
class  ScFTestDialogWrapper
 
class  ScZTestDialogWrapper
 
class  ScChiSquareTestDialogWrapper
 
class  ScFourierAnalysisDialogWrapper
 
class  sc::SparklineDialogWrapper
 Wrapper for the sparkline properties dialog. More...
 
class  sc::SparklineDataRangeDialogWrapper
 Wrapper for the sparkline data range dialog. More...
 
class  ScAcceptChgDlgWrapper
 
class  ScSimpleRefDlgWrapper
 
class  ScValidityRefChildWin
 

Namespaces

namespace  sc
 CAUTION! The following defines must be in the same namespace as the respective type.
 

Macros

#define DECL_WRAPPER_WITHID(Class)
 

Macro Definition Documentation

◆ DECL_WRAPPER_WITHID

#define DECL_WRAPPER_WITHID (   Class)
Value:
class Class : public SfxChildWindow \
{ \
public: \
Class( vcl::Window*, sal_uInt16, SfxBindings*, const SfxChildWinInfo* ); \
SFX_DECL_CHILDWINDOW_WITHID(Class); \
};

Definition at line 27 of file reffact.hxx.