[Libreoffice-bugs] [Bug 121103] ANOVA uses wrong formula when on new sheet

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 21 13:04:29 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=121103

--- Comment #10 from Dennis Francis <dennisfrancis.in at gmail.com> ---
The problem is at
https://opengrok.libreoffice.org/xref/core/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx?r=470a91cb#70
where the ScRefFlags flag is hard-coded to ScRefFlags::RANGE_ABS. Instead it
should be decided based on whether the input and output ranges/addresses are in
same sheet or not - if they are in the same sheet then ScRefFlags::RANGE_ABS
should be fine, else ScRefFlags::RANGE_ABS_3D should be used.

I think this bug can be marked as an easy-hack for the new contributors with
the above code-pointer to help them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190321/674a7122/attachment-0001.html>


More information about the Libreoffice-bugs mailing list