summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
2020-11-28tdf#138466 Crash when creating different scenariosNoel Grandin
2020-06-06tdf#133486 Revert "fix TODO"Noel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-15fix TODONoel Grandin
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-02-27tdf#101710 Fix invalid style:data-style-name attributeMaxim Monastirsky
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-18tdf#103092 export uses MeasureUnit not FieldUnitRegina Henschel
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-01Fix '..'Andrea Gelmini
2019-08-25Fix typo in codeAndrea Gelmini
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-23loplugin:unusedfieldsNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-05-31tdf#66765 - FILESAVE: saving sheet with some queries in it takes foreverNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-04-02Remove unnecessary commentsSamuel Mehrbrodt
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
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-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2019-01-08use unique_ptr in ScXMLImportWrapperNoel Grandin
2018-12-30tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet
2018-12-07remove unused XMLShapeExportFlags::NO_CHART_DATANoel Grandin
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-07loplugin:collapseif in scNoel Grandin
2018-11-06don't leave empty slots in array in ScXMLExport::GetViewSettingsNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-09-17cppcheck: variableScope in scJochen Nitschke