summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif/difimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-1/+1
2023-09-15reduce casting around ScDocShellNoel Grandin1-0/+1
2022-08-25Resolves: tdf#150599 Move obtaining data into loop againEike Rathke1-1/+1
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák1-1/+1
2022-02-15Clean up some global sal_Unicode[] varsStephan Bergmann1-42/+25
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-3/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-4/+4
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-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 Kelemen1-4/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-09-30ofz#10406 fuzzing oomCaolán McNamara1-20/+21
2018-05-21loplugin:unusedfields in scNoel Grandin1-2/+1
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 Bergmann1-12/+12
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-13loplugin:useuniqueptr in scNoel Grandin1-15/+5
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann1-1/+1
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 Lillqvist1-1/+1
2017-06-06expand out FltError and eERR constantsNoel Grandin1-5/+5
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
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-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-5/+7
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-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2