1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
11 #ifndef DESCRIPTIVE_STATISTICS_DIALOG_HXX
12 #define DESCRIPTIVE_STATISTICS_DIALOG_HXX
15 #include "address.hxx"
16 #include "anyrefdg.hxx"
18 #include <vcl/fixed.hxx>
19 #include <vcl/group.hxx>
20 #include <vcl/lstbox.hxx>
22 #include "StatisticsInputOutputDialog.hxx"
24 class ScDescriptiveStatisticsDialog
: public ScStatisticsInputOutputDialog
27 ScDescriptiveStatisticsDialog(
28 SfxBindings
* pB
, SfxChildWindow
* pCW
,
29 Window
* pParent
, ScViewData
* pViewData
);
31 virtual ~ScDescriptiveStatisticsDialog();
33 virtual sal_Bool
Close();
36 virtual sal_Int16
GetUndoNameId();
37 virtual ScRange
ApplyOutput(ScDocShell
* pDocShell
);
43 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */