summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpcache.hxx
Commit message (Expand)AuthorAgeFilesLines
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida2017-06-061-5/+5
* tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida2017-06-011-2/+2
* loplugin:checkunusedparams in sc(part2)Noel Grandin2017-05-101-1/+0
* Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida2016-11-121-1/+1
* Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke2016-06-061-3/+9
* tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo2016-04-051-4/+9
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-131-2/+1
* sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-131-1/+1
* sc: inline LabelsTypeNoel Grandin2015-11-131-3/+2
* sc: rename ObjectSetType to ScDPObjectNoel Grandin2015-11-131-3/+3
* sc:rename ItemsType to ScDPItemDataVecNoel Grandin2015-11-131-4/+4
* com::sun::star->css in scNoel Grandin2015-10-281-1/+1
* boost->stdCaolán McNamara2015-09-181-3/+3
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-3/+3
* boost->stdCaolán McNamara2015-09-171-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-2/+2
* bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida2014-08-281-0/+1
* Make some methods non-inline, and add method descriptions.Kohei Yoshida2014-08-281-5/+15
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+4
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* 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