| LibreOffice Module sc (master) 1
    | 
#include <ChiSquareTestDialog.hxx>
| Public Member Functions | |
| ScChiSquareTestDialog (SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, ScViewData &rViewData) | |
| virtual | ~ScChiSquareTestDialog () override | 
| virtual void | Close () override | 
|  Public Member Functions inherited from ScStatisticsInputOutputDialog | |
| 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 | 
| SfxBindings & | GetBindings () 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 | |
| virtual TranslateId | GetUndoNameId () override | 
| virtual ScRange | ApplyOutput (ScDocShell *pDocShell) override | 
|  Protected Member Functions inherited from ScStatisticsInputOutputDialog | |
| 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) | 
Definition at line 15 of file ChiSquareTestDialog.hxx.
| ScChiSquareTestDialog::ScChiSquareTestDialog | ( | SfxBindings * | pB, | 
| SfxChildWindow * | pCW, | ||
| weld::Window * | pParent, | ||
| ScViewData & | rViewData | ||
| ) | 
Definition at line 17 of file ChiSquareTestDialog.cxx.
| 
 | overridevirtual | 
Definition at line 27 of file ChiSquareTestDialog.cxx.
| 
 | overrideprotectedvirtual | 
Implements ScStatisticsInputOutputDialog.
Definition at line 40 of file ChiSquareTestDialog.cxx.
References FormulaTemplate::autoReplaceAddress(), FormulaTemplate::autoReplaceRange(), AddressWalker::current(), ScAddress::Details::eConv, FormulaTemplate::getTemplate(), formula::FormulaGrammar::GRAM_ENGLISH, ScStatisticsInputOutputDialog::mAddressDetails, ScStatisticsInputOutputDialog::mDocument, formula::FormulaGrammar::mergeToGrammar(), ScStatisticsInputOutputDialog::mInputRange, AddressWalker::mMaximumAddress, AddressWalker::mMinimumAddress, ScStatisticsInputOutputDialog::mOutputAddress, AddressWalker::newLine(), AddressWalker::nextColumn(), ScResId(), FormulaTemplate::setTemplate(), AddressWalkerWriter::writeBoldString(), AddressWalkerWriter::writeFormula(), AddressWalkerWriter::writeString(), and AddressWalkerWriter::writeValue().
| 
 | overridevirtual | 
Reimplemented from SfxModelessDialogController.
Definition at line 30 of file ChiSquareTestDialog.cxx.
References ScRefHandler::DoClose(), and ChildControllerWrapper< SID_CHI_SQUARE_TEST_DIALOG >::GetChildWindowId().
| 
 | overrideprotectedvirtual | 
Implements ScStatisticsInputOutputDialog.
Definition at line 35 of file ChiSquareTestDialog.cxx.