summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/autofilterbuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-04Simplify ScUserList, don't use unique_ptr.Mike Kaganski1-1/+1
2023-05-27cid#1531780 Dereference null return valueCaolán McNamara1-4/+6
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-2/+2
2022-12-01tdf#144786 Implement XML_hiddenButton functionalityofftkp1-1/+17
2022-06-27replace oox::OptValue with std::optionalNoel Grandin1-1/+1
2022-06-26tdf#148820 sc: fix conditional formatted cell colorBalazs Varga1-1/+1
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-1/+1
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-1/+1
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin1-1/+1
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-2/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-8/+12
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski1-1/+3
2021-10-21loplugin:flattenNoel Grandin1-21/+21
2021-10-01tdf#143104 Fix xlsx import/export of color filter colorsVasily Melenchuk1-11/+3
2021-07-13tdf#142929 XLSX: fix import of "Less than" filter conditionTünde Tóth1-1/+1
2021-05-17cid#1484878 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt1-4/+72
2021-04-16related tdf#137626: rewrite XML_min to XML_minuteBalazs Varga1-6/+6
2021-03-26loplugin:flattenNoel1-45/+45
2021-03-12tdf#137626 XLSX import: fix missing datetime filtersBalazs Varga1-3/+30
2021-02-25tdf#140469 XLSX import: apply more than 8 filtersBalazs Varga1-31/+20
2021-01-26tdf#139809 sc ooxml export autofiltered date columnsBalazs Varga1-0/+2
2021-01-21tdf#116818 sc,offapi,XLSX import: fix autofiltered date columnsBalazs Varga1-7/+38
2020-09-08tdf#95640 XLSX: import/export of custom sort listsSerge Krot1-9/+107
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin1-124/+126
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-3/+1
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov1-12/+15
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-3/+3
2017-01-12tdf#48140 replace CellRangeAddress in xlsx import (14)Jochen Nitschke1-2/+5
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (9)Jochen Nitschke1-2/+2
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (3)Jochen Nitschke1-2/+2
2016-11-03remove unused BiffInputStreamNoel Grandin1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+3
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2014-12-19remove operator>> and operator<< methodsNoel Grandin1-4/+8
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-24/+0
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-3/+3