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