summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-08tdf#123421 : xlsx export : Don't write data field entry...Dennis Francis1-1/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-1/+1
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen1-1/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-8/+9
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin1-12/+11
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-5/+5
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai1-2/+2
2017-04-03use actual UNO enums in scNoel Grandin1-4/+4
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-6/+7
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-5/+4
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-2/+2
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-2/+2
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida1-3/+3
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-5/+4
2015-10-28com::sun::star->css in scNoel Grandin1-20/+20
2015-09-18boost->stdCaolán McNamara1-6/+6
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-6/+6
2015-09-17boost->stdCaolán McNamara1-6/+6
2015-04-17add attribute mandated by ODFMarkus Mohrhard1-0/+1
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+5
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-7/+8
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida1-0/+13
2013-04-19Let's explain what this method returns.Kohei Yoshida1-0/+6
2013-04-19Typo.Kohei Yoshida1-1/+1
2013-04-19This should be plural, since there are multiple dimensions.Kohei Yoshida1-1/+1
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida1-0/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-38/+38
2012-12-14-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-2/+0
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+5
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-5/+5
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-5/+5
2012-03-05Remove unused codeElton Chung1-2/+0
2012-02-24Properly tally original/duplicate dimension name counts.Kohei Yoshida1-0/+13
2012-02-24Ensure that the save dimension and regular dimension have identical name.Kohei Yoshida1-2/+8
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-0/+1
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida1-7/+3
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida1-4/+2