/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * */ #ifndef INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX #include #include #include "anyrefdg.hxx" #include #include #include class ScSamplingDialog : public ScAnyRefDlg { public: ScSamplingDialog( SfxBindings* pB, SfxChildWindow* pCW, vcl::Window* pParent, ScViewData* pViewData ); virtual ~ScSamplingDialog() override; virtual void dispose() override; virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) override; virtual void SetActive() override; virtual bool Close() override; private: // Widgets VclPtr mpInputRangeLabel; VclPtr mpInputRangeEdit; VclPtr mpInputRangeButton; VclPtr mpOutputRangeLabel; VclPtr mpOutputRangeEdit; VclPtr mpOutputRangeButton; VclPtr mpSampleSize; VclPtr mpPeriod; VclPtr mpRandomMethodRadio; VclPtr mpPeriodicMethodRadio; VclPtr mpButtonOk; VclPtr mpActiveEdit; // Data ScViewData* mViewData; ScDocument* mDocument; ScRange mInputRange; ScAddress::Details mAddressDetails; ScAddress mOutputAddress; ScAddress mCurrentAddress; bool mDialogLostFocus; void Init(); void GetRangeFromSelection(); void PerformSampling(); ScRange PerformRandomSampling(ScDocShell* pDocShell); ScRange PerformPeriodicSampling(ScDocShell* pDocShell); DECL_LINK( OkClicked, Button*, void ); DECL_LINK( GetFocusHandler, Control&, void ); DECL_LINK( LoseFocusHandler, Control&, void ); DECL_LINK( SamplingSizeValueModified, Edit&, void ); DECL_LINK( ToggleSamplingMethod, RadioButton&, void ); DECL_LINK( RefInputModifyHandler, Edit&, void ); void ToggleSamplingMethod(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ora/co-24.04'>distro/collabora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
/a>
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author