Created attachment 46871 [details] Examples for the bug In case forcing through origin, LINEST fails, if the data have zeros in the row from left to right till diagonal (including). In case with constant LINEST fails, if one data row has exactly the mean, because the input data is transformed to data-mean. This is caused by line pVecR[col] = -fSignum * fScale * fEuclid; in bool lcl_CalculateQRdecomposition in interp5.cxx The variable fsignum is zero in this special cases and the matrix R becomes singular. The same error occurs in the similar situation in LOGEST, TREND, and GROWTH. Follow the red text in the attached document to reproduce the error. I have reported the same bug to OOo in http://openoffice.org/bugzilla/show_bug.cgi?id=118029, but perhaps you do not want to wait, till they integrate the patch.
Created attachment 46872 [details] Correct place, which has produced the erroneous zeros
Patch was pushed to git (to libreoffice-3-4-0 branch, too). Marking as resolved fixed.
verified in LO 5.4