Home
last modified time | relevance | path

Searched refs:nOutputMaxCol (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx185 SCCOL nOutputMaxCol = mOutputAddress.Col() + mnNumIndependentVars + 3; in ApplyOutput() local
204 aMaxAddress.SetCol(std::max(aMaxAddress.Col(), nOutputMaxCol)); in ApplyOutput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx189 SCCOL nOutputMaxCol = mOutputAddress.Col() + mnNumIndependentVars + 3; in ApplyOutput() local
208 aMaxAddress.SetCol(std::max(aMaxAddress.Col(), nOutputMaxCol)); in ApplyOutput()