Age | Commit message (Expand) | Author |
2019-02-28 | remove some unused typedefs | Noel Grandin |
2018-12-12 | Use Welford one-pass variance algorithm for DataPilot / pivot table | Eike Rathke |
2018-11-08 | tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxx | Gabor Kelemen |
2018-10-15 | loplugin:constfields in sc | Noel Grandin |
2018-10-04 | loplugin:useuniqueptr in ResultMembers | Noel Grandin |
2018-09-10 | loplugin:simplifyconstruct in sc | Noel Grandin |
2018-07-04 | loplugin:useuniqueptr in ScDPDataDimension | Noel Grandin |
2018-06-26 | tdf#42949 Fix more IWYU warnings in sc/inc/d* | Gabor Kelemen |
2018-06-13 | loplugin:useuniqueptr in ScDPResultData | Noel Grandin |
2018-05-10 | tdf#42949 Fix IWYU warnings in sc/inc/d* | Gabor Kelemen |
2018-03-22 | loplugin:useuniqueptr in ScDPResultMember | Noel Grandin |
2017-12-07 | loplugin:constparams | Noel Grandin |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-08-25 | loplugin:useuniqueptr in sc | Noel Grandin |
2017-08-22 | loplugin:constparam in sc part1 | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-03 | use actual UNO enums in sc | Noel Grandin |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor sc | Noel Grandin |
2017-01-13 | new loplugin: useuniqueptr: sc part 1 | Noel Grandin |
2016-11-20 | PivotMedian: Implement median as a new pivot table function | Tamás Zolnai |
2016-11-12 | Let's just dump the result tree in dbgutil build. | Kohei Yoshida |
2016-11-08 | loplugin:unnecessaryvirtual in sc..scaddins | Noel Grandin |
2016-09-29 | reorg FillItemData | Caolán McNamara |
2016-06-08 | Let loplugin:passstuffbyref also look at fn defn not preceded by any decl | Stephan Bergmann |
2016-06-06 | Resolves: tdf#35247 introduce a locale independent numeric field filter | Eike Rathke |
2016-03-23 | loplugin:constantparam in sc | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-28 | com::sun::star->css in sc | Noel Grandin |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-03 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-06-25 | remove whitespace | Markus Mohrhard |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-03-03 | Remove visual noise from sc | Alexander Wilms |
2014-02-13 | Drop unnecessary #include | Takeshi Abe |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara |
2013-10-03 | de-GetBuffer calc | Caolán McNamara |
2013-08-31 | fdo#62475 removed pointless comments | Jelle van der Waa |
2013-07-11 | fdo#66655: Get GETPIVOTDATA to work again. | Kohei Yoshida |
2013-07-01 | Start moving all these DEBUG_FOO into calcmacros.hxx. | Kohei Yoshida |
2013-04-19 | fdo#60300: Work-in-progress change to rework pivot table core. | Kohei Yoshida |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-02-15 | Add a quick way to dump the content of pivot table result tree. | Kohei Yoshida |
2013-02-14 | Disable DumpState() and its friends when not debugging pivot code. | Kohei Yoshida |
2013-02-14 | Why in the world would anyone pass an integer as a const reference... | Kohei Yoshida |
2013-02-14 | This should be a struct & let's not put everything in header. | Kohei Yoshida |
2013-02-14 | Actually we can just swap them. The originals are not used after this call. | Kohei Yoshida |