summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabres.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the files to reflect the class name change.Kohei Yoshida2012-10-311-1/+1
* Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida2012-10-311-1/+1
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-1/+0
* removed unused forward declarations of classTakeshi Abe2012-06-231-1/+0
* A little clean up.Kohei Yoshida2012-03-231-7/+7
* Remove unused code in dptabresSantiago Martinez2012-03-121-3/+0
* Massive rework to reduce the size of ScDPItemData.Kohei Yoshida2012-03-091-1/+1
* Cleaned up more header include silliness.Kohei Yoshida2012-02-091-5/+8
* Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin2012-02-071-8/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
* String to rtl::OUString.Kohei Yoshida2011-11-151-2/+2
* String to rtl::OUString.Kohei Yoshida2011-11-151-2/+2
* Replaced heap array with std::vector.Kohei Yoshida2011-11-151-2/+2
* sal_Bool to bool.Kohei Yoshida2011-11-151-16/+16
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-82/+82
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-83/+83