Confirmed. To help testing, the following Basic code selects 500
discontinuous rows. Context menu and tabbing is very slow.
> REM ***** BASIC *****
>
> Sub Main
> view = ThisComponent.getCurrentController()
> frame = view.getFrame()
> rx = ThisComponent.Sheets(0).Rows
> rgx = ThisComponent.CreateInstance("com.sun.star.sheet.SheetCellRanges")
> for i = 0 to 999 step 2
> r = rx.getByIndex(i)
> rgx.addRangeAddress(r.getRangeAddress(), False)
> next
> frame.activate()
> view.select(rgx)
> End Sub
--
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted