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

            Bug ID: 104849
           Summary: Find&Replace report
           Product: LibreOffice
           Version: 5.2.3.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: ville...@t-online.de

After correcting a column of 250,000 numbers it tries to write 250,000 cell
addresses into a list box which takes by a magnitude more time than the
replacement process. In fact I killed the process and fired up OpenOffice.
If such feature is really, really desired by the Excel fans, then it should be
possible to disable it. Furthermore, such feature should be supervised by an
experienced Calc developer who knows that a search run returns a collection
com.sun.star.sheet.SheetCellRanges with interface XSheetCellRanges having
method getRangeAddressesAsString. In my case, this method would return an array
of one string "Sheet1.A1:A250000"
http://www.openoffice.org/api/docs/common/ref/com/sun/star/sheet/XSheetCellRanges.html#getRangeAddressesAsString

Issue #72413 has not been fixed in a satisfactory manner. The feature needs to
be reimplemented by a more experienced Calc developer. And it needs a config
option to get rid of it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to