summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpresfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-10/+10
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-6/+4
2019-04-08improve combining in hash functionsNoel Grandin1-2/+5
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-10/+6
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-0/+1
2018-09-28loplugin:useuniqueptr in ScDPResultTree::MemberNodeNoel Grandin1-20/+11
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-5/+3
2016-06-07Resolves: tdf#89186 descend into dimension children to obtain leaf resultEike Rathke1-0/+18
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-18/+38
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-8/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida1-8/+21
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida1-0/+44
2013-04-19Rename to ScDPResultTree.Kohei Yoshida1-14/+14
2013-04-19remove needless explicit type for swap<>()Luboš Luňák1-1/+1
2013-04-19Remove debug statements..Kohei Yoshida1-9/+1
2013-04-19Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida1-2/+33
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-0/+10
2013-04-19Add some more notes to make it easier to pick up on this for my next visit.Kohei Yoshida1-0/+5
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+157