summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)Author
2021-08-19ofz#37300 Direct-leakCaolán McNamara
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-04fastparser in CreateGroupChildContextNoel
2020-11-11loplugin:stringviewNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-31LOK: do not show calc notes in the onlinePranam Lashkari
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-11Imput -> InputNoel Grandin
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-06loplugin:unusedvariableplus in scNoel Grandin
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-18Do not force all string results to be recalculated if no style setEike Rathke