summaryrefslogtreecommitdiff
path: root/sc/inc/dpcache.hxx
AgeCommit message (Expand)Author
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2019-12-05make some classes module privateNoel Grandin
2019-04-12dpcache : use case-insensitive normalization of...Dennis Francis
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: inline LabelsTypeNoel Grandin
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-06-01loplugin:loopvartoosmallNoel Grandin
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