summaryrefslogtreecommitdiff
path: root/sc/inc/dptabres.hxx
AgeCommit message (Expand)Author
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
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida
2013-02-14More boolean cleanups.Kohei Yoshida
2013-02-14String to OUString.Kohei Yoshida
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida
2013-01-04Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida
2013-01-03fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-03-23A little clean up.Kohei Yoshida
2012-03-12Remove unused code in dptabresSantiago Martinez
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida
2012-02-09Cleaned up more header include silliness.Kohei Yoshida
2012-02-07Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15Replaced heap array with std::vector.Kohei Yoshida
2011-11-15sal_Bool to bool.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-06port repository calc to boost unordered containersFridrich Štrba