LibreOffice Module sc (master)
1
|
#include <sal/config.h>
#include <string_view>
#include <document.hxx>
#include <reffact.hxx>
#include <TableFillingAndNavigationTools.hxx>
#include <RegressionDialog.hxx>
#include <scresid.hxx>
#include <strings.hrc>
Go to the source code of this file.
Enumerations | |
enum | ScRegType |
Functions | |
static size_t | lcl_GetNumRowsColsInRange (const ScRange &rRange, bool bRows) |
IMPL_LINK_NOARG (ScRegressionDialog, CheckBoxHdl, weld::ToggleButton &, void) | |
IMPL_LINK_NOARG (ScRegressionDialog, NumericFieldHdl, weld::SpinButton &, void) | |
|
strong |
Definition at line 100 of file RegressionDialog.cxx.
IMPL_LINK_NOARG | ( | ScRegressionDialog | , |
CheckBoxHdl | , | ||
weld::ToggleButton & | , | ||
void | |||
) |
Definition at line 681 of file RegressionDialog.cxx.
References ScStatisticsTwoVariableDialog::ValidateDialogInput().
IMPL_LINK_NOARG | ( | ScRegressionDialog | , |
NumericFieldHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 686 of file RegressionDialog.cxx.
References ScStatisticsTwoVariableDialog::ValidateDialogInput().
|
static |
Definition at line 129 of file RegressionDialog.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), and ScAddress::Row().
Referenced by ScRegressionDialog::InputRangesValid().