summaryrefslogtreecommitdiff
path: root/sc/inc/dpcache.hxx
AgeCommit message (Expand)Author
2015-05-05loplugin:staticmethodsNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-15fdo#35943: Better performance with pivot table refresh.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-27Remove unnecessary semicolon.Kohei Yoshida
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida
2012-08-23WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist
2012-08-22Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida
2012-03-16New unit test for testing pivot cache.Kohei Yoshida
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida
2012-03-15Removed unused.Kohei Yoshida
2012-03-15DataListType -> ItemsType.Kohei Yoshida
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-12Remove unused code in dpcacheSantiago Martinez
2012-03-09Store only one number format per field.Kohei Yoshida
2012-03-09Some header cleanup.Kohei Yoshida
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida
2012-03-09IsValid() is superfluous.Kohei Yoshida
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida