summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
AgeCommit message (Expand)Author
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-04-08tdf#123421 : xlsx export : Don't write data field entry...Dennis Francis
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai
2017-04-03use actual UNO enums in scNoel Grandin
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