summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excrecds.cxx
AgeCommit message (Expand)Author
2020-09-09Check range before accessing Calc sort userlistThorsten Behrens
2020-09-09tdf#95640 XLSX: import/export of custom sort listsSerge Krot
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
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-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-26tdf#122331 Autofilter disappeared after export to XLSXNoel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-16loplugin:returnconstant in XclExpAutofilterNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-06loplugin:useuniqueptr in XclExpObjListNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-24Write ScOoxPasswordHash to OOXML if set, tdf#104250 prepEike Rathke
2018-02-23Move OOXML password definitions to struct ScOoxPasswordHash, tdf#104250 prepEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-02-09use std::unique_ptrJochen Nitschke
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2015-11-11TableRef: prepare ExcAutoFilterRecs to use a defined database rangeEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin