LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
ScStatisticsInputOutputDialog Class Referenceabstract

#include <StatisticsInputOutputDialog.hxx>

Inheritance diagram for ScStatisticsInputOutputDialog:
[legend]
Collaboration diagram for ScStatisticsInputOutputDialog:
[legend]

Public Types

enum  GroupedBy {
  BY_COLUMN ,
  BY_ROW
}
 
- Public Types inherited from ScRefHdlrControllerImpl< SfxModelessDialogController >
enum  
 

Public Member Functions

 ScStatisticsInputOutputDialog (SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, ScViewData &rViewData, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual ~ScStatisticsInputOutputDialog () override
 
virtual void SetReference (const ScRange &rRef, ScDocument &rDoc) override
 
virtual void SetActive () override
 
- Public Member Functions inherited from ScAnyRefDlgController
 ScAnyRefDlgController (SfxBindings *rt1, SfxChildWindow *rt2, weld::Window *rt3, const OUString &rt4, const OUString &rt5)
 
- Public Member Functions inherited from ScRefHdlrControllerImpl< SfxModelessDialogController >
 ScRefHdlrControllerImpl (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *pArg, SfxBindings *pB)
 
 ScRefHdlrControllerImpl (SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID)
 
- Public Member Functions inherited from SfxModelessDialogController
virtual ~SfxModelessDialogController () override
 
void Initialize (SfxChildWinInfo const *pInfo)
 
bool IsClosing () const
 
virtual void Close () override
 
virtual void EndDialog (int nResponse) override
 
virtual void Activate () override
 
virtual void Deactivate () override
 
virtual void ChildWinDispose () override
 
virtual void FillInfo (SfxChildWinInfo &) const
 
SfxBindingsGetBindings () const
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 
virtual bool CloseOnHide () const
 
- Public Member Functions inherited from ScRefHandler
 ScRefHandler (SfxDialogController &rController, SfxBindings *pB, bool bBindRef)
 
virtual ~ScRefHandler () COVERITY_NOEXCEPT_FALSE override
 
virtual void SetReference (const ScRange &rRef, ScDocument &rDoc) override=0
 
virtual void AddRefEntry () override
 
virtual bool IsRefInputMode () const override
 
virtual bool IsTableLocked () const override
 
virtual bool IsDocAllowed (SfxObjectShell *pDocSh) const override
 
virtual void ShowReference (const OUString &rStr) override
 
virtual void HideReference (bool bDoneRefMode=true) override
 
virtual void ToggleCollapsed (formula::RefEdit *pEdit, formula::RefButton *pButton) override
 
virtual void ReleaseFocus (formula::RefEdit *pEdit) override
 
virtual void ViewShellChanged () override
 
void SwitchToDocument ()
 
virtual void SetActive () override=0
 
bool EnterRefMode ()
 
bool LeaveRefMode ()
 
bool CanInputDone (bool bForced)
 

Protected Member Functions

void CalculateInputAndWriteToOutput ()
 
virtual ScRange ApplyOutput (ScDocShell *pDocShell)=0
 
virtual TranslateId GetUndoNameId ()=0
 
virtual bool InputRangesValid ()
 
void ValidateDialogInput ()
 
- Protected Member Functions inherited from SfxModelessDialogController
 SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID)
 
- Protected Member Functions inherited from ScRefHandler
void disposeRefHandler ()
 
bool DoClose (sal_uInt16 nId)
 
void SetDispatcherLock (bool bLock)
 
virtual void RefInputStart (formula::RefEdit *pEdit, formula::RefButton *pButton=nullptr) override
 
virtual void RefInputDone (bool bForced=false) override
 
bool ParseWithNames (ScRangeList &rRanges, std::u16string_view rStr, const ScDocument &pDoc)
 

Static Protected Member Functions

static ScRangeList MakeColumnRangeList (SCTAB aTab, ScAddress const &aStart, ScAddress const &aEnd)
 
static ScRangeList MakeRowRangeList (SCTAB aTab, ScAddress const &aStart, ScAddress const &aEnd)
 

Protected Attributes

std::unique_ptr< weld::LabelmxInputRangeLabel
 
std::unique_ptr< formula::RefEditmxInputRangeEdit
 
std::unique_ptr< formula::RefButtonmxInputRangeButton
 
std::unique_ptr< weld::LabelmxOutputRangeLabel
 
std::unique_ptr< formula::RefEditmxOutputRangeEdit
 
std::unique_ptr< formula::RefButtonmxOutputRangeButton
 
std::unique_ptr< weld::RadioButtonmxGroupByColumnsRadio
 
std::unique_ptr< weld::RadioButtonmxGroupByRowsRadio
 
ScViewDatamViewData
 
ScDocumentmDocument
 
ScRange mInputRange
 
ScAddress::Details mAddressDetails
 
ScAddress mOutputAddress
 
GroupedBy mGroupedBy
 

Private Member Functions

void Init ()
 
void GetRangeFromSelection ()
 
 DECL_LINK (GroupByChanged, weld::Toggleable &, void)
 
 DECL_LINK (ButtonClicked, weld::Button &, void)
 
 DECL_LINK (GetEditFocusHandler, formula::RefEdit &, void)
 
 DECL_LINK (GetButtonFocusHandler, formula::RefButton &, void)
 
 DECL_LINK (LoseEditFocusHandler, formula::RefEdit &, void)
 
 DECL_LINK (LoseButtonFocusHandler, formula::RefButton &, void)
 
 DECL_LINK (RefInputModifyHandler, formula::RefEdit &, void)
 

Private Attributes

std::unique_ptr< weld::ButtonmxButtonOk
 
std::unique_ptr< weld::ButtonmxButtonCancel
 
formula::RefEditmpActiveEdit
 
ScAddress mCurrentAddress
 
bool mDialogLostFocus
 

Additional Inherited Members

- Static Public Member Functions inherited from ScRefHandler
static bool CanInputStart (const formula::RefEdit *pEdit)
 

Detailed Description

Definition at line 17 of file StatisticsInputOutputDialog.hxx.

Member Enumeration Documentation

◆ GroupedBy

Enumerator
BY_COLUMN 
BY_ROW 

Definition at line 20 of file StatisticsInputOutputDialog.hxx.

Constructor & Destructor Documentation

◆ ScStatisticsInputOutputDialog()

ScStatisticsInputOutputDialog::ScStatisticsInputOutputDialog ( SfxBindings pB,
SfxChildWindow pCW,
weld::Window pParent,
ScViewData rViewData,
const OUString &  rUIXMLDescription,
const OUString &  rID 
)

◆ ~ScStatisticsInputOutputDialog()

ScStatisticsInputOutputDialog::~ScStatisticsInputOutputDialog ( )
overridevirtual

Definition at line 83 of file StatisticsInputOutputDialog.cxx.

Member Function Documentation

◆ ApplyOutput()

virtual ScRange ScStatisticsInputOutputDialog::ApplyOutput ( ScDocShell pDocShell)
protectedpure virtual

◆ CalculateInputAndWriteToOutput()

void ScStatisticsInputOutputDialog::CalculateInputAndWriteToOutput ( )
protected

◆ DECL_LINK() [1/7]

ScStatisticsInputOutputDialog::DECL_LINK ( ButtonClicked  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/7]

ScStatisticsInputOutputDialog::DECL_LINK ( GetButtonFocusHandler  ,
formula::RefButton ,
void   
)
private

◆ DECL_LINK() [3/7]

ScStatisticsInputOutputDialog::DECL_LINK ( GetEditFocusHandler  ,
formula::RefEdit ,
void   
)
private

◆ DECL_LINK() [4/7]

ScStatisticsInputOutputDialog::DECL_LINK ( GroupByChanged  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/7]

ScStatisticsInputOutputDialog::DECL_LINK ( LoseButtonFocusHandler  ,
formula::RefButton ,
void   
)
private

◆ DECL_LINK() [6/7]

ScStatisticsInputOutputDialog::DECL_LINK ( LoseEditFocusHandler  ,
formula::RefEdit ,
void   
)
private

◆ DECL_LINK() [7/7]

ScStatisticsInputOutputDialog::DECL_LINK ( RefInputModifyHandler  ,
formula::RefEdit ,
void   
)
private

◆ GetRangeFromSelection()

void ScStatisticsInputOutputDialog::GetRangeFromSelection ( )
private

◆ GetUndoNameId()

virtual TranslateId ScStatisticsInputOutputDialog::GetUndoNameId ( )
protectedpure virtual

◆ Init()

void ScStatisticsInputOutputDialog::Init ( void  )
private

◆ InputRangesValid()

bool ScStatisticsInputOutputDialog::InputRangesValid ( )
protectedvirtual

◆ MakeColumnRangeList()

ScRangeList ScStatisticsInputOutputDialog::MakeColumnRangeList ( SCTAB  aTab,
ScAddress const &  aStart,
ScAddress const &  aEnd 
)
staticprotected

◆ MakeRowRangeList()

ScRangeList ScStatisticsInputOutputDialog::MakeRowRangeList ( SCTAB  aTab,
ScAddress const &  aStart,
ScAddress const &  aEnd 
)
staticprotected

◆ SetActive()

void ScStatisticsInputOutputDialog::SetActive ( )
overridevirtual

◆ SetReference()

void ScStatisticsInputOutputDialog::SetReference ( const ScRange rRef,
ScDocument rDoc 
)
overridevirtual

◆ ValidateDialogInput()

void ScStatisticsInputOutputDialog::ValidateDialogInput ( )
protected

Definition at line 299 of file StatisticsInputOutputDialog.cxx.

References InputRangesValid(), and mxButtonOk.

Referenced by SetReference().

Member Data Documentation

◆ mAddressDetails

ScAddress::Details ScStatisticsInputOutputDialog::mAddressDetails
protected

◆ mCurrentAddress

ScAddress ScStatisticsInputOutputDialog::mCurrentAddress
private

Definition at line 74 of file StatisticsInputOutputDialog.hxx.

Referenced by SetReference().

◆ mDialogLostFocus

bool ScStatisticsInputOutputDialog::mDialogLostFocus
private

Definition at line 75 of file StatisticsInputOutputDialog.hxx.

Referenced by SetActive().

◆ mDocument

ScDocument& ScStatisticsInputOutputDialog::mDocument
protected

◆ mGroupedBy

GroupedBy ScStatisticsInputOutputDialog::mGroupedBy
protected

◆ mInputRange

ScRange ScStatisticsInputOutputDialog::mInputRange
protected

◆ mOutputAddress

ScAddress ScStatisticsInputOutputDialog::mOutputAddress
protected

◆ mpActiveEdit

formula::RefEdit* ScStatisticsInputOutputDialog::mpActiveEdit
private

Definition at line 73 of file StatisticsInputOutputDialog.hxx.

Referenced by SetActive(), and SetReference().

◆ mViewData

ScViewData& ScStatisticsInputOutputDialog::mViewData
protected

◆ mxButtonCancel

std::unique_ptr<weld::Button> ScStatisticsInputOutputDialog::mxButtonCancel
private

Definition at line 71 of file StatisticsInputOutputDialog.hxx.

Referenced by Init().

◆ mxButtonOk

std::unique_ptr<weld::Button> ScStatisticsInputOutputDialog::mxButtonOk
private

Definition at line 70 of file StatisticsInputOutputDialog.hxx.

Referenced by Init(), and ValidateDialogInput().

◆ mxGroupByColumnsRadio

std::unique_ptr<weld::RadioButton> ScStatisticsInputOutputDialog::mxGroupByColumnsRadio
protected

◆ mxGroupByRowsRadio

std::unique_ptr<weld::RadioButton> ScStatisticsInputOutputDialog::mxGroupByRowsRadio
protected

◆ mxInputRangeButton

std::unique_ptr<formula::RefButton> ScStatisticsInputOutputDialog::mxInputRangeButton
protected

Definition at line 47 of file StatisticsInputOutputDialog.hxx.

Referenced by Init(), and ScStatisticsInputOutputDialog().

◆ mxInputRangeEdit

std::unique_ptr<formula::RefEdit> ScStatisticsInputOutputDialog::mxInputRangeEdit
protected

◆ mxInputRangeLabel

std::unique_ptr<weld::Label> ScStatisticsInputOutputDialog::mxInputRangeLabel
protected

Definition at line 45 of file StatisticsInputOutputDialog.hxx.

Referenced by ScStatisticsInputOutputDialog().

◆ mxOutputRangeButton

std::unique_ptr<formula::RefButton> ScStatisticsInputOutputDialog::mxOutputRangeButton
protected

Definition at line 51 of file StatisticsInputOutputDialog.hxx.

Referenced by Init(), and ScStatisticsInputOutputDialog().

◆ mxOutputRangeEdit

std::unique_ptr<formula::RefEdit> ScStatisticsInputOutputDialog::mxOutputRangeEdit
protected

◆ mxOutputRangeLabel

std::unique_ptr<weld::Label> ScStatisticsInputOutputDialog::mxOutputRangeLabel
protected

Definition at line 49 of file StatisticsInputOutputDialog.hxx.

Referenced by ScStatisticsInputOutputDialog().


The documentation for this class was generated from the following files: