summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-13loplugin:useuniqueptr in ScDPResultDataNoel Grandin1-13/+12
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-6/+7
2018-03-28use boost::optional in sc and svgioNoel Grandin1-4/+4
2018-03-22loplugin:useuniqueptr in ScDPResultMemberNoel Grandin1-8/+6
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-14/+14
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-25loplugin:useuniqueptr in scNoel Grandin1-31/+29
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-03use actual UNO enums in scNoel Grandin1-5/+4
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-2/+3
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-3/+0
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-3/+2
2017-01-14coverity#1398581 Dereference after null checkCaolán McNamara1-6/+6
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-6/+4
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-6/+7
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-11-20Simplify this code.Tamás Zolnai1-6/+9
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai1-2/+25
2016-11-12loplugin:stringconstantKohei Yoshida1-10/+10
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida1-6/+6
2016-09-29reorg FillItemDataCaolán McNamara1-15/+9
2016-06-17Resolves: tdf#91365 use underlying numeric value if available [API CHANGE]Eike Rathke1-0/+11
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-9/+9
2016-03-23loplugin:constantparam in scNoel Grandin1-7/+7
2016-03-12fix memory leak in pivot table codeMarkus Mohrhard1-1/+2
2016-03-05Actually I don't see why this would need to be inside OSL_DEBUG_LEVEL > 0Tor Lillqvist1-5/+3
2016-03-05loplugin:sallogareasTor Lillqvist1-3/+3
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-7/+5
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-74/+74
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-31fix higher debugging level buildCaolán McNamara1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-1/+13