summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpfilteredcache.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-30loplugin:makeshared in scNoel Grandin1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-6/+5
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe1-8/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-6/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-9/+2
2016-11-12loplugin:staticmethodsKohei Yoshida1-1/+1
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-3/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-13/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-5/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2015-12-22tdf#96588 - avoid redundant pivot cache filter on import.Michael Meeks1-1/+9
2015-12-21tdf#96588 - avoid redundant work on large numbers of trailing rows.Michael Meeks1-0/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-28default initialization of object of const type w/o user-provided default ctorStephan Bergmann1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-02-27remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()Noel Grandin1-5/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-13Drop unnecessary #includeTakeshi Abe1-3/+0
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida1-0/+12
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-2/+2
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-3/+3
2013-01-10Dump field member IDs cached in the filtered cache object.Kohei Yoshida1-1/+11
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+15
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-0/+463