summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabres.hxx
Commit message (Expand)AuthorAgeFilesLines
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* loplugin:useuniqueptr in scNoel Grandin2017-08-251-2/+2
* loplugin:constparam in sc part1Noel Grandin2017-08-221-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* use actual UNO enums in scNoel Grandin2017-04-031-4/+6
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-2/+2
* loplugin: unnecessary destructor scNoel Grandin2017-01-251-1/+0
* new loplugin: useuniqueptr: sc part 1Noel Grandin2017-01-131-7/+8
* PivotMedian: Implement median as a new pivot table functionTamás Zolnai2016-11-201-0/+1
* Let's just dump the result tree in dbgutil build.Kohei Yoshida2016-11-121-5/+5
* loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin2016-11-081-2/+2
* reorg FillItemDataCaolán McNamara2016-09-291-1/+1
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke2016-06-061-1/+1
* loplugin:constantparam in scNoel Grandin2016-03-231-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* com::sun::star->css in scNoel Grandin2015-10-281-16/+14
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-7/+5
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-6/+6
* remove whitespaceMarkus Mohrhard2014-06-251-6/+0
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-6/+8
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Remove visual noise from scAlexander Wilms2014-03-031-6/+6
* Drop unnecessary #includeTakeshi Abe2014-02-131-1/+0
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+0
* de-GetBuffer calcCaolán McNamara2013-10-031-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-6/+0
* fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida2013-07-111-0/+2
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-1/+1
* fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida2013-04-191-18/+25
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+3
* Add a quick way to dump the content of pivot table result tree.Kohei Yoshida2013-02-151-0/+9
* Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida2013-02-141-4/+13
* Why in the world would anyone pass an integer as a const reference...Kohei Yoshida2013-02-141-1/+1
* This should be a struct & let's not put everything in header.Kohei Yoshida2013-02-141-5/+4
* Actually we can just swap them. The originals are not used after this call.Kohei Yoshida2013-02-141-4/+6
* Use std::vector instead of C-style arrays.Kohei Yoshida2013-02-141-7/+6
* Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida2013-02-141-5/+4
* Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida2013-02-141-0/+3
* More boolean cleanups.Kohei Yoshida2013-02-141-1/+1
* String to OUString.Kohei Yoshida2013-02-141-16/+17
* Massive sal_Bool to bool conversion.Kohei Yoshida2013-02-141-65/+64
* ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida2013-02-131-7/+7
* Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida2013-01-041-23/+25
* Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida2013-01-041-19/+20
* fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida2013-01-031-1/+1
* Let's first fix this horrible formatting.Kohei Yoshida2013-01-031-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14