summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx
AgeCommit message (Expand)Author
2019-10-31tdf#125688, deque->vectorNoel Grandin
2019-10-31tdf#125688 avoid OUString constructionNoel Grandin
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-02-11tdf#120703 PVS: Check object type before static_castMike Kaganski
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-01-29o3tl::make_unique -> std::make_unique in scGabor 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
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-26get rid of aEndItr entirelyCaolán McNamara
2018-08-25crashtesting: cached deque::end invalidatedCaolán McNamara
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin
2018-08-23loop and then eraseNoel Grandin
2018-08-23std::list is overkill for small structuresNoel Grandin
2018-08-23simplify ScMyGeneratedListNoel Grandin
2018-08-23simplify ScMyDeletedListNoel Grandin
2018-08-22pass ScMyCellInfo around by std::unique_ptrNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-07loplugin:constparamsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-06-28loplugin:unusedfields in sc part2Noel Grandin
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-13use DateTime instead of separate Date and TimeEike Rathke
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-22coverity#708059 Uninitialized scalar fieldCaolán McNamara
2014-03-15coverity#705829 Dereference before null checkCaolán McNamara
2014-03-02coverity#704682 Dereference after null checkCaolán McNamara
2014-03-02unnecessary check before deleteCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/xml/*.hxx from String to OUStringNoel Grandin
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida