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.
Functions | |
static size_t | lcl_GetNumRowsColsInRange (const ScRange &rRange, bool bRows) |
IMPL_LINK_NOARG (ScRegressionDialog, CheckBoxHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (ScRegressionDialog, NumericFieldHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG | ( | ScRegressionDialog | , |
CheckBoxHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 685 of file RegressionDialog.cxx.
IMPL_LINK_NOARG | ( | ScRegressionDialog | , |
NumericFieldHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 690 of file RegressionDialog.cxx.
|
static |
Definition at line 129 of file RegressionDialog.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), and ScAddress::Row().
Referenced by ScRegressionDialog::InputRangesValid().