Hello Christoph, Michael,<br><br>I already talked to Micahel about this on IRC. We have already our performance problem when we call ScProgress::SetState/SfxProgress::SetState. So we must think about a better idea to show the progress than updating the state for each column.<br>

<br>I think your ideas rely on updating the state often and updating the UI only several times, but as long as updating the state takes too much time this won&#39;t solve the performance problem. <br><br>Showing a smooth progress is even harder because the amount of work can&#39;t be calculated before but will vary depending on the sheets.<br>
<br>I have this work on my list for 3.5 but must think a bit about how I can use your ideas to increase calc&#39;s performance. At the moment my first idea would be too save the state in ScProgress and update SfxProgress only if needed, but this must be carefully planed. Another way would be to think about why SfxProgress needs that much time, but this would affect whole LibO.<br>
<br>I&#39;m open for any suggestions.<br><br>Regards,<br>Markus<br><br>