summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)Author
2019-05-01tdf#125055: properly round fractions of secondsMike Kaganski
2019-04-30tdf#125046: export longText attribute for sharedItems elementMike Kaganski
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-25tdf#50916: XLS: make sure to set default widths to all columnsMike Kaganski
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski
2019-04-22tdf#124881: Provide a non-empty name for pivot table's data fieldMike Kaganski
2019-04-20Fix typoAndrea Gelmini
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-19Don't close elements that weren't openMike Kaganski
2019-04-19optimise find/insert patternNoel Grandin
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski
2019-04-17tdf#124772: export data field number format to XLSXMike Kaganski
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-16tdf#124736: Sort group field itemsMike Kaganski
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-15improve loplugin simplifyconstructNoel Grandin
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-10tdf#115159 XLSX export: don't duplicate print titlesLászló Németh
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-04-08tdf#123421 : xlsx export : Don't write data field entry...Dennis Francis
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-03-29Remove now moot commentEike Rathke
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis
2019-03-25tdf#124318 FILEOPEN: XLS Hyperlink URL incorrectNoel Grandin
2019-03-25Removed executable permission on data filesAndrea Gelmini
2019-03-22tdf#114969 XLSX export: fix 'sheet.name.with.dot'!A1-like linksTünde Tóth
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-03-06Simplify Sequence constructionStephan Bergmann
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis
2019-02-19tdf#122624 XLSX OLE in DOCX: export view positionsLászló Németh
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-12tdf#122594 XLSX OLE in DOCX: export ActiveTableLászló Németh
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29sc: Fix CJK Unified Ideographs range in commentsTakeshi Abe