summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif
AgeCommit message (Expand)AuthorFilesLines
2019-12-22sal_Char->char in scNoel Grandin1-6/+6
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-9/+9
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-2/+2
2019-04-03add more append methods to *StringBufferNoel Grandin1-2/+2
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-4/+4
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen2-7/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-09-30ofz#10406 fuzzing oomCaolán McNamara1-20/+21
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2018-05-21loplugin:unusedfields in scNoel Grandin1-2/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-02-05Translate German variable namesJohnny_M1-39/+39
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann2-21/+21
2017-10-18dyncolcontainer: use std::map in DifAttrCacheNoel Grandin1-5/+5
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-09-02dynamic column container: fix some more for loopsNoel Grandin1-1/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-07-18Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-upEike Rathke1-4/+4
2017-07-18fdo#43157 convert OSL_ASSERT to assert in sc/source/filterBernhard Widl1-4/+4
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-15/+5
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann2-3/+3
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist2-3/+3
2017-06-06expand out FltError and eERR constantsNoel Grandin1-5/+5
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-01-10New loplugin:conststringvar: scStephan Bergmann1-16/+16
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-6/+0
2016-07-19sc dif import: plain number formatter is unusedJochen Nitschke1-281/+23
2016-07-18sc: convert SC_DIFOPT_* defines to typed_flagsJochen Nitschke1-4/+4
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-3/+3
2016-05-26loplugin:unusedreturntypesNoel Grandin1-4/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-5/+7
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-06coverity#1355250 Logically dead codeCaolán McNamara1-28/+4
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-1/+2
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-2/+2
2015-11-25coverity#1340224 Logically dead codeCaolán McNamara1-0/+1
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-20/+19
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-3/+1
2015-09-18boost->stdCaolán McNamara1-2/+2