summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-13 14:45:47 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-13 20:36:32 -0500
commit377d749ff8211fa9e69d47a92810af9bc0652990 (patch)
tree9ef6deb39ab3e15e64811bfe1e8e0ff0b27328bc /include/sfx2
parentfffc6971783be55dff51e07f1d5e33866f607197 (diff)
fdo#74558: Re-implement BinarySearch() to disregard empty cell blocks.
The old code before the calc core refactoring took advantage of the old calc storage which did not store empty cells at all. The new storage does "store" empty cell blocks, and it did negatively affect the binary search used for VLOOKUP. The revised binary search code properly skips empty cell blocks so that it will work more like the old algorithm in 4.1. This change also fixes fdo#72348, which was caused by the same root cause. Change-Id: Ic20cc54d8dae26b62f5e9193cd21dad06ad10a3e
Diffstat (limited to 'include/sfx2')
0 files changed, 0 insertions, 0 deletions