Age | Commit message (Collapse) | Author |
|
|
|
|
|
It's a no-op when there is no group dimensions anyways.
|
|
|
|
With this, we can phase out the "DateHelper" class...
|
|
|
|
And a little code cleanup here and there...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unlike the old version, the new version no longer stores string value
for non-string items. We need to call GetFormattedString() for that.
|
|
|
|
|
|
|
|
db3786ee3aa0d8911042c9bbcea02cf36d96dfa1 caused chart2_unoapi test to crash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original code lead to invoking a pure virtual function in Calc when
doing Ctrl-F2, ESC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids comparison of raw values (ScDPItemData) during the 2nd sort.
Comparison of raw values can be expensive especially when the item sets mostly
consist of string values.
|
|
|
|
|
|
Hopefully this will allow pasting to external applications with whole
column/row selected while not affecting calc itself.
|
|
|
|
|
|
|
|
|
|
|
|
This brings down the reload time from 22 seconds to 4.3 seconds with
my test document. This is what I've been looking for!
|
|
|