summaryrefslogtreecommitdiff
path: root/sc/source/core/data/pivot2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in scNoel1-2/+2
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-8/+0
2019-07-23close some more holes in structuresNoel Grandin1-5/+5
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-3/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-18/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-14/+14
2016-09-17Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-03-23loplugin:constantparam in scNoel Grandin1-2/+2
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-20/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-29/+0
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+2
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-1/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-04callcatcher: another layer post pivottable conversionCaolán McNamara1-9/+0
2014-03-31sc: clean-up pivot.hxx/pivot2.cxxTomaž Vajngerl1-82/+87
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida1-3/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2013-01-01remove use of #pragma optimizeLuboš Luňák1-5/+0
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida1-0/+15
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-33/+24
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold1-13/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida1-0/+12
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-1/+2
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida1-2/+10
2012-02-22Correctly display layout name of data fields.Kohei Yoshida1-3/+6
2012-02-22Only show original dimensions in the select window.Kohei Yoshida1-2/+1
2012-02-22Some cleanups.Kohei Yoshida1-3/+1
2012-02-22String and bool conversion.Kohei Yoshida1-1/+1
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida1-8/+7
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida1-10/+34
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara1-8/+0
2011-03-15Fixed part of the linkage problem due to multiple definitions.Kohei Yoshida1-9/+68
2011-03-14More stupid build fixes.Kohei Yoshida1-2/+2
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-13/+14
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-6/+49
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-6/+6
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]1-6/+49