[sc-dev] Re: oo 3.x: hiding columns in large spreadsheets sometimes very slow

2011-06-23 Thread Oliver Brinzing
Hi Niklas, > Are there many comments (notes) in the file? Then it might be related to > issue 102716. no, only notes in column headers, but the spreadsheet has ~100 sheets with up to 7500 rows and a lot of vlookup formulas > No, addActionLock for the document doesn't interfere with formula calc

[sc-dev] Re: oo 3.x: hiding columns in large spreadsheets sometimes very slow

2011-06-23 Thread Niklas Nebel
On 23.06.2011 11:37, Oliver Brinzing wrote: i noticed hiding columns in large spreadsheets (~3MB) can be very slow compared to oo 2.x, for example: For i = 0 To uBound(mRanges()) oRange = oSheet.getCellRangeByName(mRanges(i)) oRange.getColumns().IsVisible = bVisible N