LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
source
ui
inc
DescriptiveStatisticsDialog.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
*/
10
11
#ifndef INCLUDED_SC_SOURCE_UI_INC_DESCRIPTIVESTATISTICSDIALOG_HXX
12
#define INCLUDED_SC_SOURCE_UI_INC_DESCRIPTIVESTATISTICSDIALOG_HXX
13
14
#include "
StatisticsInputOutputDialog.hxx
"
15
16
class
ScDescriptiveStatisticsDialog
:
public
ScStatisticsInputOutputDialog
17
{
18
public
:
19
ScDescriptiveStatisticsDialog
(
20
SfxBindings
* pB,
SfxChildWindow
* pCW,
21
weld::Window
* pParent,
ScViewData
& rViewData );
22
23
virtual
~ScDescriptiveStatisticsDialog
()
override
;
24
25
virtual
void
Close
()
override
;
26
27
protected
:
28
virtual
const
char
*
GetUndoNameId
()
override
;
29
virtual
ScRange
ApplyOutput
(
ScDocShell
* pDocShell)
override
;
30
};
31
32
#endif
33
34
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScDescriptiveStatisticsDialog::~ScDescriptiveStatisticsDialog
virtual ~ScDescriptiveStatisticsDialog() override
Definition:
DescriptiveStatisticsDialog.cxx:58
ScRange
Definition:
address.hxx:497
weld::Window
SfxBindings
ScDescriptiveStatisticsDialog::ApplyOutput
virtual ScRange ApplyOutput(ScDocShell *pDocShell) override
Definition:
DescriptiveStatisticsDialog.cxx:71
StatisticsInputOutputDialog.hxx
ScDocShell
Definition:
docsh.hxx:79
ScDescriptiveStatisticsDialog::GetUndoNameId
virtual const char * GetUndoNameId() override
Definition:
DescriptiveStatisticsDialog.cxx:66
ScViewData
Definition:
viewdata.hxx:271
ScStatisticsInputOutputDialog
Definition:
StatisticsInputOutputDialog.hxx:18
ScDescriptiveStatisticsDialog
Definition:
DescriptiveStatisticsDialog.hxx:16
ScDescriptiveStatisticsDialog::Close
virtual void Close() override
Definition:
DescriptiveStatisticsDialog.cxx:61
SfxChildWindow
ScDescriptiveStatisticsDialog::ScDescriptiveStatisticsDialog
ScDescriptiveStatisticsDialog(SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, ScViewData &rViewData)
Definition:
DescriptiveStatisticsDialog.cxx:49
Generated on Thu Jan 21 2021 08:28:43 for LibreOffice Module sc (master) by
1.8.10