Hi :) I don't think it's normal.Please could you let us know which release of LibreOffice you are using? Try Help - About to find out. Also which version of java Tools - Options - Java Although it seems unlikely that java would be involved in that sort of operation (hopefully). The OS you are using might be good to know too. Windows, Ubuntu or some other Gnu&Linux such as Mint, Mageia, Fedora or whatever, Mac or Bsd?
You might find that renaming the UserProfile fixes things as it resets all settings to "factory defaults" and hides your Extensions/Add-ons/Plug-ins http://wiki.documentfoundation.org/Documentation/UserProfile Regards from Tom :) --- On Thu, 19/1/12, alex sato <[email protected]> wrote: From: alex sato <[email protected]> Subject: [libreoffice-users] Question about Calc and Annotations To: [email protected] Date: Thursday, 19 January, 2012, 0:04 Is it normal Calc to freeze some minutes when resizing the width of a column in a blank sheet that only has a column filled with 18000 cells with annotation?? Nothing abnormal happens here when the sheet has 18000 cell with normal data instead annotation. Just opening the file take long time too here. By the way, there is no slow down or freezing when using it in MS Office 2010 (file saved in ODS format, not XLS). I did a macro to insert annotations in 18000 cells for test purpose. Sub Add18KAnnotations dim p as integer p=0 dim m(3) as string m(0)="ABCDEFGHIJKLMNOPQRSTUVWXYZ" m(1)="0123456789 0123456789" m(2)="abcdefghijklmnopqrstuvwxyz" m(3)="0123456789 0123456789" dim s as object dim n as object dim y as integer dim c as object dim a as object s = thisComponent.sheets(0) n = s.getAnnotations() for y=0 to 18000 c=s.getCellByPosition(2,y) a=c.CellAddress n.insertNew(a,"-""m(p)) p=p+1 if p=4 then p=0 next y End Sub Thanks Alex Mitsio Sato -- For unsubscribe instructions 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 -- For unsubscribe instructions 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
