summaryrefslogtreecommitdiff
path: root/sc/inc/dptabres.hxx
AgeCommit message (Expand)Author
2019-02-28remove some unused typedefsNoel Grandin
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-04loplugin:useuniqueptr in ResultMembersNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-04loplugin:useuniqueptr in ScDPDataDimensionNoel Grandin
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-13loplugin:useuniqueptr in ScDPResultDataNoel Grandin
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2018-03-22loplugin:useuniqueptr in ScDPResultMemberNoel Grandin
2017-12-07loplugin:constparamsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-25loplugin:useuniqueptr in scNoel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-09-29reorg FillItemDataCaolán McNamara
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke
2016-03-23loplugin:constantparam in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-01-28remove unused typedefsNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-13Drop unnecessary #includeTakeshi Abe
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-03de-GetBuffer calcCaolán McNamara
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida
2013-02-14Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida