summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xepivotxml.cxx
AgeCommit message (Expand)Author
2020-10-28convert some more long -> tools::LongNoel
2020-10-20use tools::Long in scNoel
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-09cid#1448346 Improper use of negative valueCaolán McNamara
2019-09-06Fixing "...."Andrea Gelmini
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-07tdf#126748: temporary hack to avoid crash when several pivot tables ...Mike Kaganski
2019-05-02tdf#125086: Write dataField attribute for fields that also appear in DataMike Kaganski
2019-05-02Reorder showAll after compact, like Excel does, for easier comparisonMike Kaganski
2019-05-01tdf#125055: properly round fractions of secondsMike Kaganski
2019-04-30tdf#125046: export longText attribute for sharedItems elementMike Kaganski
2019-04-22tdf#124881: Provide a non-empty name for pivot table's data fieldMike Kaganski
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski
2019-04-17tdf#124772: export data field number format to XLSXMike Kaganski
2019-04-16tdf#124736: Sort group field itemsMike Kaganski
2019-04-12tdf#113908: Implement exporting pivot tables' groups fields to XSLXMike Kaganski
2019-04-11tdf#124651: always write "name" attribute to dataField elementMike Kaganski
2019-04-08tdf#123421 : xlsx export : Don't write data field entry...Dennis Francis
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-03-08Use std::set::count instead of std::set::find + iterator comparisonMike Kaganski
2019-03-08tdf#123939: string and error are same type for pivot cache in XLSXMike Kaganski
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-29tdf#121612: update pivot caches during saving to XLSXVasily Melenchuk
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-09loplugin:singlevalfields in scNoel Grandin
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-03-28use boost::optional in sc and svgioNoel Grandin
2017-12-07loplugin:constparamsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-19It's a simple assignmentTamás Zolnai
2017-10-19tdf#113159: Pivot table: tabular mode is converted to oultine modeTamás Zolnai
2017-10-07This method was replaced accidentallyTamás Zolnai
2017-10-07tdf#109016: Avoid to write the same pivot item member more timesTamás Zolnai
2017-10-06tdf#112946: Pivot table: Missing selector for a row field after RT in CalcTamás Zolnai