Age | Commit message (Expand) | Author |
2017-06-06 | tdf#107945: prepare for future multi-threading of pivot cache... | Kohei Yoshida |
2017-06-01 | tdf#107945: store rtl_uString pointers instead of heap OUString objects. | Kohei Yoshida |
2017-05-10 | loplugin:checkunusedparams in sc(part2) | Noel Grandin |
2016-11-12 | Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well. | Kohei Yoshida |
2016-06-06 | Resolves: tdf#35247 introduce a locale independent numeric field filter | Eike Rathke |
2016-04-05 | tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors | Steven Guo |
2016-01-15 | loplugin:unusedmethods unused return value in sc | Noel Grandin |
2016-01-11 | loplugin:privatebase: Make derivation from noncopyable explicitly private | Stephan Bergmann |
2015-11-13 | sc: boost::ptr_vector->std::vector<std::unique_ptr> | Noel Grandin |
2015-11-13 | sc: boost::ptr_vector->std::vector<std::unique_ptr> | Noel Grandin |
2015-11-13 | sc: inline LabelsType | Noel Grandin |
2015-11-13 | sc: rename ObjectSetType to ScDPObject | Noel Grandin |
2015-11-13 | sc:rename ItemsType to ScDPItemDataVec | Noel Grandin |
2015-10-28 | com::sun::star->css in sc | Noel Grandin |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-17 | revert for mac and win unit case crashes after boost->std | Caolán McNamara |
2015-09-17 | boost->std | Caolán McNamara |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-01-03 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-08-28 | bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx. | Kohei Yoshida |
2014-08-28 | Make some methods non-inline, and add method descriptions. | Kohei Yoshida |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-01-07 | fdo#72774: Add test for group field cache population on file load. | Kohei Yoshida |
2013-07-01 | Start moving all these DEBUG_FOO into calcmacros.hxx. | Kohei Yoshida |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2012-12-15 | fdo#35943: Better performance with pivot table refresh. | Kohei Yoshida |
2012-12-04 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-27 | Remove unnecessary semicolon. | Kohei Yoshida |
2012-09-18 | Determine data size in cache that doesn't include trailing empty rows. | Kohei Yoshida |
2012-08-23 | WaE: class has virtual functions and accessible non-virtual destructor | Tor Lillqvist |
2012-08-22 | Abstract database connection from pivot cache to hide UNO API. | Kohei Yoshida |
2012-03-23 | Store 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-23 | Some misc changes & some dumping facility for pivot table for debugging. | Kohei Yoshida |
2012-03-16 | Use shared string pool to share string instances among string item values. | Kohei Yoshida |
2012-03-16 | New unit test for testing pivot cache. | Kohei Yoshida |
2012-03-16 | We don't ever compare equality of two caches. | Kohei Yoshida |
2012-03-15 | We don't need these extra order index array; items are already sorted. | Kohei Yoshida |
2012-03-15 | Removed unused. | Kohei Yoshida |
2012-03-15 | DataListType -> ItemsType. | Kohei Yoshida |
2012-03-14 | When changing grouping in one pivot table, update all linked tables. | Kohei Yoshida |
2012-03-12 | Remove unused code in dpcache | Santiago Martinez |
2012-03-09 | Store only one number format per field. | Kohei Yoshida |
2012-03-09 | Some header cleanup. | Kohei Yoshida |
2012-03-09 | Use std::vector instead of boost::ptr_vector for ScDPItemData. | Kohei Yoshida |
2012-03-09 | Use flat_segment_tree to store the empty row flags. | Kohei Yoshida |
2012-03-09 | IsValid() is superfluous. | Kohei Yoshida |