summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpcache.hxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#72774: Add test for group field cache population on file load.Kohei Yoshida2014-01-071-0/+12
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-8/+8
* fdo#35943: Better performance with pivot table refresh.Kohei Yoshida2012-12-151-0/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-24/+14
* Remove unnecessary semicolon.Kohei Yoshida2012-09-271-1/+1
* Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida2012-09-181-2/+4
* WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist2012-08-231-0/+1
* Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida2012-08-221-7/+15
* Store the group type (aka date part) with the cache, and use that.Kohei Yoshida2012-03-231-2/+4
* (Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida2012-03-231-0/+1
* Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida2012-03-231-0/+5
* Use shared string pool to share string instances among string item values.Kohei Yoshida2012-03-161-0/+5
* New unit test for testing pivot cache.Kohei Yoshida2012-03-161-1/+1
* We don't ever compare equality of two caches.Kohei Yoshida2012-03-161-2/+0
* We don't need these extra order index array; items are already sorted.Kohei Yoshida2012-03-151-12/+4
* Removed unused.Kohei Yoshida2012-03-151-1/+0
* DataListType -> ItemsType.Kohei Yoshida2012-03-151-4/+4
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-141-0/+1
* Remove unused code in dpcacheSantiago Martinez2012-03-121-3/+0
* Store only one number format per field.Kohei Yoshida2012-03-091-1/+1
* Some header cleanup.Kohei Yoshida2012-03-091-6/+8
* Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2012-03-091-2/+3
* Use flat_segment_tree to store the empty row flags.Kohei Yoshida2012-03-091-2/+3
* IsValid() is superfluous.Kohei Yoshida2012-03-091-1/+0
* dptablecache.* to dpcache.*Kohei Yoshida2012-03-091-0/+177