Home
last modified time | relevance | path

Searched refs:rCellGetter (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A DRegressionDialog.hxx73 static void WriteTable(const std::function<CellValueGetter>& rCellGetter, size_t nRowsInTable,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A DRegressionDialog.hxx73 static void WriteTable(const std::function<CellValueGetter>& rCellGetter, size_t nRowsInTable,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx660 void ScRegressionDialog::WriteTable(const std::function<CellValueGetter>& rCellGetter, in WriteTable() argument
669 rFunc(rCellGetter(nRowIdx, nColIdx), nRowIdx, nColIdx); in WriteTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx670 void ScRegressionDialog::WriteTable(const std::function<CellValueGetter>& rCellGetter, in WriteTable() argument
679 rFunc(rCellGetter(nRowIdx, nColIdx), nRowIdx, nColIdx); in WriteTable()