summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
AgeCommit message (Expand)Author
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-04-17add attribute mandated by ODFMarkus Mohrhard
2015-04-04Typo: creat->createJulien Nabet
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida
2013-04-19Let's explain what this method returns.Kohei Yoshida
2013-04-19Typo.Kohei Yoshida
2013-04-19This should be plural, since there are multiple dimensions.Kohei Yoshida
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-14-Werror,-Wunused-private-fieldStephan Bergmann
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
2012-03-05Remove unused codeElton Chung
2012-02-24Properly tally original/duplicate dimension name counts.Kohei Yoshida
2012-02-24Ensure that the save dimension and regular dimension have identical name.Kohei Yoshida
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-28dr78: #i115659# check validity of member and dimension settingsEike Rathke
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-03-13translate german comments in /sc/incNicolas Christener
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom