summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcondformat.cxx
AgeCommit message (Expand)Author
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 8)Julien Nabet
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-15ScColorScaleEntry::SetFormula always dereferences its ScDocument* argCaolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski
2017-12-07coverity#1425723 silence 'Wrapper object use after free'Caolán McNamara
2017-12-03Don't leak formats that get mergedMike Kaganski
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-07-31Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-21Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-02coverity#1397202 Unchecked return valueCaolán McNamara
2016-12-16coverity#1397200 Unchecked return valueCaolán McNamara
2016-11-07inherit from ScXMLImportContextNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2014-12-26coverity#982280 Resource leak in objectCaolán McNamara