summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xepivotxml.cxx
AgeCommit message (Expand)Author
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel 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-21make our pivot table export a bit betterMarkus Mohrhard
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-08-29Correctly export subtotal functions of data fields.Kohei Yoshida
2014-08-29Export data layout field to xlsx correctly.Kohei Yoshida
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida