lok: add MetricFieldUIObject class
[LibreOffice.git] / sc / TODO.performance
blob835aef373ae54dd16e85cadb3e972b1b6242b6de
1 This is a collection of methods that should be optimized to make better use
2 of mdds or other calc internal data structures.
3 Each method should contain a short description on how to hit the performance problem.
6 * ScColumn::GetRangeScriptType
7 ** Import tdf80853.csv and select the whole content with the keyboard
9 * XclExpRowBuffer::GetOrCreateRow
10 ** Look at the profile of chart2export
11 ** The repeated calls to ScDocument::GetRowHeight seem strange
12 *** There should be a more efficient way to handle that loop